Package io.jmix.charts.component
Class Chart.RollOutGraphItemEvent
java.lang.Object
java.util.EventObject
io.jmix.charts.component.Chart.AbstractChartEvent
io.jmix.charts.component.Chart.RollOutGraphEvent
io.jmix.charts.component.Chart.RollOutGraphItemEvent
- All Implemented Interfaces:
 Serializable
Describes the data item roll-out event.
- See Also:
 
- 
Field Summary
Fields inherited from class java.util.EventObject
source - 
Constructor Summary
ConstructorsConstructorDescriptionRollOutGraphItemEvent(Chart chart, Graph graph, DataItem dataItem, int itemIndex)  - 
Method Summary
Methods inherited from class io.jmix.charts.component.Chart.RollOutGraphEvent
getGraphMethods inherited from class io.jmix.charts.component.Chart.AbstractChartEvent
getSourceMethods inherited from class java.util.EventObject
toString 
- 
Constructor Details
- 
RollOutGraphItemEvent
 
 - 
 - 
Method Details
- 
getDataItem
- Returns:
 - a data item
 
 - 
getItemIndex
public int getItemIndex()- Returns:
 - an item index
 
 
 -