Class MapClickEvent
java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<C>
io.jmix.mapsflowui.component.event.AbstractMapClickEvent<GeoMap>
io.jmix.mapsflowui.component.event.MapClickEvent
- All Implemented Interfaces:
Serializable
An event that is fired when map is clicked. Note, if the user makes double click, event
will be fired twice.
- 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
ConstructorDescriptionMapClickEvent
(GeoMap source, boolean fromClient, elemental.json.JsonArray coordinate, MouseEventDetails nativeClickEvent) MapClickEvent
(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
-
MapClickEvent
public MapClickEvent(GeoMap source, boolean fromClient, elemental.json.JsonArray coordinate, MouseEventDetails nativeClickEvent) -
MapClickEvent
public MapClickEvent(GeoMap source, boolean fromClient, org.locationtech.jts.geom.Coordinate coordinate, MouseEventDetails nativeClickEvent)
-