Uses of Interface
org.pepstock.charba.client.zoom.callbacks.RejectedCallback
-
Packages that use RejectedCallback Package Description org.pepstock.charba.client.zoom Contains all classes to activate theZoomPlugin.IDplugin (AKAchartjs-plugin-zoom.js) for CHART.js. -
-
Uses of RejectedCallback in org.pepstock.charba.client.zoom
Methods in org.pepstock.charba.client.zoom that return RejectedCallback Modifier and Type Method Description RejectedCallbackAbstractConfigurationItem. getRejectedCallback()Returns the callback called once zooming or panning is completed.Methods in org.pepstock.charba.client.zoom with parameters of type RejectedCallback Modifier and Type Method Description voidAbstractConfigurationItem. setRejectedCallback(RejectedCallback rejectCallback)Sets the callback called once zooming or panning is rejected.
-