Uses of Interface
org.pepstock.charba.client.events.IsCommonChartEvent
-
Packages that use IsCommonChartEvent Package Description org.pepstock.charba.client.events Contains all events to interact with chart instance. -
-
Uses of IsCommonChartEvent in org.pepstock.charba.client.events
Subinterfaces of IsCommonChartEvent in org.pepstock.charba.client.events Modifier and Type Interface Description interfaceIsChartEventInterface which maps a chart event, an event generated from CHART.JS.interfaceIsLegendEventInterface which maps a legend chart event, an event generated from CHART.JS.Classes in org.pepstock.charba.client.events that implement IsCommonChartEvent Modifier and Type Class Description classChartClickEventEvent which is fired when the user clicks on the chart.classChartHoverEventEvent which is fired when the user hovers on the chart.classLegendClickEventEvent which is fired when the user clicks on the legend of the chart.classLegendHoverEventEvent which is fired when the user hovers on the legend of the chart.classLegendLeaveEventEvent which is fired when the user leaves on the legend of the chart.
-