Uses of Interface
org.pepstock.charba.client.events.DatasetSelectionEventHandler
-
Packages that use DatasetSelectionEventHandler Package Description org.pepstock.charba.client.impl.callbacks Contains some callbacks implementations, available out-of-the box. -
-
Uses of DatasetSelectionEventHandler in org.pepstock.charba.client.impl.callbacks
Methods in org.pepstock.charba.client.impl.callbacks with parameters of type DatasetSelectionEventHandler Modifier and Type Method Description void
DataLabelsSelectionHandler. addDatasetSelectionEventHandler(DatasetSelectionEventHandler handler)
Adds a data set selection handler instance to be invoke at click event.boolean
DataLabelsSelectionHandler. removeDatasetSelectionEventHandler(DatasetSelectionEventHandler handler)
Removes a data set selection handler instance.
-