Uses of Interface
org.pepstock.charba.client.callbacks.BorderSkippedCallback
-
Packages that use BorderSkippedCallback Package Description org.pepstock.charba.client.configuration Contains all elements to configure a chart instance (know as chart options at instance level).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 BorderSkippedCallback in org.pepstock.charba.client.configuration
Methods in org.pepstock.charba.client.configuration that return BorderSkippedCallback Modifier and Type Method Description BorderSkippedCallbackBar. getBorderSkippedCallback()Returns the border skipped callback, if set, otherwisenull.Methods in org.pepstock.charba.client.configuration with parameters of type BorderSkippedCallback Modifier and Type Method Description voidBar. setBorderSkipped(BorderSkippedCallback borderSkippedCallback)Sets the border skipped callback. -
Uses of BorderSkippedCallback in org.pepstock.charba.client.data
Methods in org.pepstock.charba.client.data that return BorderSkippedCallback Modifier and Type Method Description BorderSkippedCallbackBarDataset. getBorderSkippedCallback()Returns the border skipped callback, if set, otherwisenull.Methods in org.pepstock.charba.client.data with parameters of type BorderSkippedCallback Modifier and Type Method Description voidBarDataset. setBorderSkipped(BorderSkippedCallback borderSkippedCallback)Sets the border skipped callback.
-