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 SummaryFields inherited from class io.jmix.mapsflowui.component.event.AbstractMapClickEventcoordinate, mouseEventDetailsFields inherited from class java.util.EventObjectsource
- 
Constructor SummaryConstructorsConstructorDescriptionMapDoubleClickEvent(GeoMap source, boolean fromClient, elemental.json.JsonArray coordinate, MouseEventDetails nativeClickEvent) MapDoubleClickEvent(GeoMap source, boolean fromClient, org.locationtech.jts.geom.Coordinate coordinate, MouseEventDetails nativeClickEvent) 
- 
Method SummaryMethods inherited from class io.jmix.mapsflowui.component.event.AbstractMapClickEventgetCoordinate, getMouseEventDetails, getSourceMethods inherited from class com.vaadin.flow.component.ComponentEventisFromClient, unregisterListenerMethods inherited from class java.util.EventObjecttoString
- 
Constructor Details- 
MapDoubleClickEventpublic MapDoubleClickEvent(GeoMap source, boolean fromClient, elemental.json.JsonArray coordinate, MouseEventDetails nativeClickEvent) 
- 
MapDoubleClickEventpublic MapDoubleClickEvent(GeoMap source, boolean fromClient, org.locationtech.jts.geom.Coordinate coordinate, MouseEventDetails nativeClickEvent) 
 
-