Class SeriesAfterAnimateEvent
- java.lang.Object
-
- java.util.EventObject
-
- com.vaadin.flow.component.ComponentEvent<Chart>
-
- com.vaadin.flow.component.charts.events.SeriesAfterAnimateEvent
-
- All Implemented Interfaces:
HasSeries
,Serializable
@DomEvent("series-after-animate") public class SeriesAfterAnimateEvent extends ComponentEvent<Chart> implements HasSeries
Fired after a chart series is animated- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description SeriesAfterAnimateEvent​(Chart source, boolean fromClient, int seriesIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getSeriesItemIndex()
Returns the index of the series-
Methods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListener
-
Methods inherited from class java.util.EventObject
toString
-
-
-
-
Constructor Detail
-
SeriesAfterAnimateEvent
public SeriesAfterAnimateEvent​(Chart source, boolean fromClient, @EventData("event.detail.originalEvent.target.index") int seriesIndex)
-
-
Method Detail
-
getSeriesItemIndex
public int getSeriesItemIndex()
Description copied from interface:HasSeries
Returns the index of the series- Specified by:
getSeriesItemIndex
in interfaceHasSeries
- Returns:
-
-