Uses of Interface
org.pepstock.charba.client.plugins.hooks.BeforeDatasetsUpdateHook
-
Packages that use BeforeDatasetsUpdateHook Package Description org.pepstock.charba.client.plugins Contains all classes to manage the plugin implementations. -
-
Uses of BeforeDatasetsUpdateHook in org.pepstock.charba.client.plugins
Methods in org.pepstock.charba.client.plugins that return BeforeDatasetsUpdateHook Modifier and Type Method Description BeforeDatasetsUpdateHook
SmartPlugin. getBeforeDatasetsUpdateHook()
Returns the user hook for 'beforeDatasetsUpdate' plugin.
Called before updating the 'chart' datasets.
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 BeforeDatasetsUpdateHook Modifier and Type Method Description void
SmartPlugin. setBeforeDatasetsUpdateHook(BeforeDatasetsUpdateHook beforeDatasetsUpdateHook)
Sets the user hook for 'beforeDatasetsUpdate' plugin.
Called before updating the 'chart' datasets.
If any plugin returnsfalse
, the datasets update is cancelled until another 'update' is triggered.
-