Class LegendItemShowEvent
java.lang.Object
java.util.EventObject
com.vaadin.event.ConnectorEvent
com.vaadin.ui.Component.Event
io.jmix.charts.widget.amcharts.events.AbstractLegendItemEvent
io.jmix.charts.widget.amcharts.events.legend.LegendItemShowEvent
- All Implemented Interfaces:
 Serializable
- See Also:
 
- 
Field Summary
Fields inherited from class java.util.EventObject
source - 
Constructor Summary
ConstructorsConstructorDescriptionLegendItemShowEvent(JmixAmchartsScene scene, int itemIndex, DataItem dataItem)  - 
Method Summary
Methods inherited from class io.jmix.charts.widget.amcharts.events.AbstractLegendItemEvent
getDataItem, getDataItemNN, getItemIndexMethods inherited from class com.vaadin.ui.Component.Event
getComponentMethods inherited from class com.vaadin.event.ConnectorEvent
getConnectorMethods inherited from class java.util.EventObject
getSource, toString 
- 
Constructor Details
- 
LegendItemShowEvent
 
 -