Uses of Interface
org.pepstock.charba.client.plugins.hooks.BeforeUpdateHook
-
Packages that use BeforeUpdateHook Package Description org.pepstock.charba.client.plugins Contains all classes to manage the plugin implementations. -
-
Uses of BeforeUpdateHook in org.pepstock.charba.client.plugins
Methods in org.pepstock.charba.client.plugins that return BeforeUpdateHook Modifier and Type Method Description BeforeUpdateHookSmartPlugin. getBeforeUpdateHook()Returns the user hook for 'beforeUpdate' plugin.
Called before updating 'chart'.
If any plugin returnsfalse, the update is cancelled (and thus subsequent render(s)) until another 'update' is triggered.Methods in org.pepstock.charba.client.plugins with parameters of type BeforeUpdateHook Modifier and Type Method Description voidSmartPlugin. setBeforeUpdateHook(BeforeUpdateHook beforeUpdateHook)Sets the user hook for 'beforeUpdate' plugin.
Called before updating 'chart'.
If any plugin returnsfalse, the update is cancelled (and thus subsequent render(s)) until another 'update' is triggered.
-