Class MapDoubleClickEvent
java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<C>
io.jmix.mapsflowui.component.event.AbstractMapClickEvent<GeoMap>
io.jmix.mapsflowui.component.event.MapDoubleClickEvent
- All Implemented Interfaces:
Serializable
An event is fired when user makes double click on a map.
- See Also:
-
Field Summary
Fields inherited from class io.jmix.mapsflowui.component.event.AbstractMapClickEvent
coordinate, mouseEventDetails
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionMapDoubleClickEvent
(GeoMap source, boolean fromClient, elemental.json.JsonArray coordinate, MouseEventDetails nativeClickEvent) MapDoubleClickEvent
(GeoMap source, boolean fromClient, org.locationtech.jts.geom.Coordinate coordinate, MouseEventDetails nativeClickEvent) -
Method Summary
Methods inherited from class io.jmix.mapsflowui.component.event.AbstractMapClickEvent
getCoordinate, getMouseEventDetails, getSource
Methods inherited from class com.vaadin.flow.component.ComponentEvent
isFromClient, unregisterListener
Methods inherited from class java.util.EventObject
toString
-
Constructor Details
-
MapDoubleClickEvent
public MapDoubleClickEvent(GeoMap source, boolean fromClient, elemental.json.JsonArray coordinate, MouseEventDetails nativeClickEvent) -
MapDoubleClickEvent
public MapDoubleClickEvent(GeoMap source, boolean fromClient, org.locationtech.jts.geom.Coordinate coordinate, MouseEventDetails nativeClickEvent)
-