Class MapSingleClickEvent
java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<C>
io.jmix.mapsflowui.component.event.AbstractMapClickEvent<GeoMap>
io.jmix.mapsflowui.component.event.MapSingleClickEvent
- All Implemented Interfaces:
Serializable
An event is fired after 250 ms to ensure that it is not a double click.
- See Also:
-
Field Summary
Fields inherited from class io.jmix.mapsflowui.component.event.AbstractMapClickEvent
coordinate, mouseEventDetailsFields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionMapSingleClickEvent(GeoMap source, boolean fromClient, elemental.json.JsonArray coordinate, MouseEventDetails nativeClickEvent) MapSingleClickEvent(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, getSourceMethods inherited from class com.vaadin.flow.component.ComponentEvent
isFromClient, unregisterListenerMethods inherited from class java.util.EventObject
toString
-
Constructor Details
-
MapSingleClickEvent
public MapSingleClickEvent(GeoMap source, boolean fromClient, elemental.json.JsonArray coordinate, MouseEventDetails nativeClickEvent) -
MapSingleClickEvent
public MapSingleClickEvent(GeoMap source, boolean fromClient, org.locationtech.jts.geom.Coordinate coordinate, MouseEventDetails nativeClickEvent)
-