Uses of Class
org.pepstock.charba.client.events.LegendClickEvent
-
Packages that use LegendClickEvent Package Description org.pepstock.charba.client Main package with all charts implementation, global classes and common interfaces.org.pepstock.charba.client.events Contains all events to interact with chart instance.org.pepstock.charba.client.impl.callbacks Contains some callbacks implementations, available out-of-the box. -
-
Uses of LegendClickEvent in org.pepstock.charba.client
Methods in org.pepstock.charba.client with parameters of type LegendClickEvent Modifier and Type Method Description voidDefaults. invokeLegendOnClick(LegendClickEvent event)Invokes theonClicklegend function provided out of the box by CHART.JS. -
Uses of LegendClickEvent in org.pepstock.charba.client.events
Methods in org.pepstock.charba.client.events with parameters of type LegendClickEvent Modifier and Type Method Description voidLegendClickEventHandler. onClick(LegendClickEvent event)Invoked when the user clicks on the chart legend. -
Uses of LegendClickEvent in org.pepstock.charba.client.impl.callbacks
Methods in org.pepstock.charba.client.impl.callbacks with parameters of type LegendClickEvent Modifier and Type Method Description voidAtLeastOneDatasetHandler. onClick(LegendClickEvent event)
-