Class PointMouseOutEvent

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

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

    • PointMouseOutEvent

      public PointMouseOutEvent(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 PointMouseOutEvent.

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