Uses of Interface
org.pepstock.charba.client.callbacks.BaseCallback
-
Packages that use BaseCallback Package Description org.pepstock.charba.client.data Contains all elements to configure the datasets of a chart instance (know as chart data at instance level). -
-
Uses of BaseCallback in org.pepstock.charba.client.data
Methods in org.pepstock.charba.client.data that return BaseCallback Modifier and Type Method Description BaseCallback
BarDataset. getBaseCallback()
Returns the base callback, if set, otherwisenull
.Methods in org.pepstock.charba.client.data with parameters of type BaseCallback Modifier and Type Method Description void
BarDataset. setBase(BaseCallback baseCallback)
Sets the base callback.
-