Uses of Interface
org.pepstock.charba.client.plugins.hooks.BeforeLayoutHook
-
Packages that use BeforeLayoutHook Package Description org.pepstock.charba.client.plugins Contains all classes to manage the plugin implementations. -
-
Uses of BeforeLayoutHook in org.pepstock.charba.client.plugins
Methods in org.pepstock.charba.client.plugins that return BeforeLayoutHook Modifier and Type Method Description BeforeLayoutHook
SmartPlugin. getBeforeLayoutHook()
Returns the user hook for 'beforeLayout' plugin.
Called before laying out 'chart'.
If any plugin returnsfalse
, the layout update is cancelled until another 'update' is triggered.Methods in org.pepstock.charba.client.plugins with parameters of type BeforeLayoutHook Modifier and Type Method Description void
SmartPlugin. setBeforeLayoutHook(BeforeLayoutHook beforeLayoutHook)
Sets the user hook for 'beforeLayout' plugin.
Called before laying out 'chart'.
If any plugin returnsfalse
, the layout update is cancelled until another 'update' is triggered.
-