Class SeriesHideEvent
java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<Map>
com.vaadin.componentfactory.maps.events.SeriesHideEvent
- All Implemented Interfaces:
HasSeries,Serializable
@DomEvent("series-hide")
public class SeriesHideEvent
extends com.vaadin.flow.component.ComponentEvent<Map>
implements HasSeries
Fired when a series is hidden
- Version:
- $Id: $Id
- Author:
- Vaadin
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionSeriesHideEvent(Map source, boolean fromClient, int seriesIndex) Constructor for SeriesHideEvent. -
Method Summary
Methods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListenerMethods inherited from class java.util.EventObject
toString
-
Constructor Details
-
Method Details
-
getSeriesItemIndex
public int getSeriesItemIndex()Returns the index of the series- Specified by:
getSeriesItemIndexin interfaceHasSeries- Returns:
- index of the series
-