Uses of Interface
org.pepstock.charba.client.plugins.hooks.BeforeDatasetUpdateHook
-
Packages that use BeforeDatasetUpdateHook Package Description org.pepstock.charba.client.plugins Contains all classes to manage the plugin implementations. -
-
Uses of BeforeDatasetUpdateHook in org.pepstock.charba.client.plugins
Methods in org.pepstock.charba.client.plugins that return BeforeDatasetUpdateHook Modifier and Type Method Description BeforeDatasetUpdateHook
SmartPlugin. getBeforeDatasetUpdateHook()
Returns the user hook for 'beforeDatasetUpdate' plugin.
Called before updating the 'chart' dataset at the given 'args.index'.
If any plugin returnsfalse
, the datasets update is cancelled until another 'update' is triggered.Methods in org.pepstock.charba.client.plugins with parameters of type BeforeDatasetUpdateHook Modifier and Type Method Description void
SmartPlugin. setBeforeDatasetUpdateHook(BeforeDatasetUpdateHook beforeDatasetUpdateHook)
Sets the user hook for 'beforeDatasetUpdate' plugin.
Called before updating the 'chart' dataset at the given 'args.index'.
If any plugin returnsfalse
, the datasets update is cancelled until another 'update' is triggered.
-