Class PointLegendItemClickEvent

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

@DomEvent("point-legend-item-click") public class PointLegendItemClickEvent extends com.vaadin.flow.component.ComponentEvent<Map> implements HasItem
The PointLegendItemClickEvent class stores information on click events on the charts's legend items that correspond to a chart point.
Version:
$Id: $Id
Author:
Vaadin
See Also:
  • Constructor Details

    • PointLegendItemClickEvent

      public PointLegendItemClickEvent(Map source, boolean fromClient, @EventData("event.detail.point.series.index") int seriesIndex, @EventData("event.detail.point.category") String category, @EventData("event.detail.point.index") int pointIndex)
      Constructs a SeriesLegendItemClickEvent
      Parameters:
      source - a Map object.
      fromClient - a boolean.
      seriesIndex - a int.
      category - a String object.
      pointIndex - a int.
  • Method Details