Class SeriesShowEvent

java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<Map>
com.vaadin.componentfactory.maps.events.SeriesShowEvent
All Implemented Interfaces:
HasSeries, Serializable

@DomEvent("series-show") public class SeriesShowEvent extends com.vaadin.flow.component.ComponentEvent<Map> implements HasSeries
Fired when a series is shown
Version:
$Id: $Id
Author:
Vaadin
See Also:
  • Constructor Details

    • SeriesShowEvent

      public SeriesShowEvent(Map source, boolean fromClient, @EventData("event.detail.originalEvent.target.index") int seriesIndex)

      Constructor for SeriesShowEvent.

      Parameters:
      source - a Map object.
      fromClient - a boolean.
      seriesIndex - a int.
  • Method Details

    • getSeriesItemIndex

      public int getSeriesItemIndex()

      getSeriesItemIndex.

      Specified by:
      getSeriesItemIndex in interface HasSeries
      Returns:
      a int.