Class PointMouseOverEvent

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

@DomEvent("point-mouse-over") public class PointMouseOverEvent extends com.vaadin.flow.component.ComponentEvent<Map> implements HasItem
Fired when the mouse pointer moves within the neighborhood of a point
Version:
$Id: $Id
Author:
Vaadin
See Also:
  • Constructor Details

    • PointMouseOverEvent

      public PointMouseOverEvent(Map source, boolean fromClient, @EventData("event.detail.originalEvent.target.series.index") int seriesIndex, @EventData("event.detail.originalEvent.target.index") int pointIndex, @EventData("event.detail.originalEvent.target.category") String category)

      Constructor for PointMouseOverEvent.

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