Interface IsLegendEvent
-
- All Superinterfaces:
IsCommonChartEvent
- All Known Implementing Classes:
LegendClickEvent
,LegendHoverEvent
,LegendLeaveEvent
public interface IsLegendEvent extends IsCommonChartEvent
Interface which maps a legend chart event, an event generated from CHART.JS.- Author:
- Andrea "Stock" Stocchero
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LegendItem
getItem()
Returns the legend item related to the event.-
Methods inherited from interface org.pepstock.charba.client.events.IsCommonChartEvent
getChart, getContext, getKey, getNativeEvent
-
-
-
-
Method Detail
-
getItem
LegendItem getItem()
Returns the legend item related to the event.- Returns:
- the legend item related to the event
-
-