Class FeatureClickNotifier.FeatureClickEvent<F extends Feature>
java.lang.Object
java.util.EventObject
io.jmix.mapsflowui.component.model.feature.FeatureClickNotifier.AbstractFeatureClickEvent<F>
io.jmix.mapsflowui.component.model.feature.FeatureClickNotifier.FeatureClickEvent<F>
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- FeatureClickNotifier<F extends Feature>
public static class FeatureClickNotifier.FeatureClickEvent<F extends Feature>
extends FeatureClickNotifier.AbstractFeatureClickEvent<F>
An event that is fired when feature 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.model.feature.FeatureClickNotifier.AbstractFeatureClickEvent
coordinate, mouseEventDetails
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionFeatureClickEvent
(F source, elemental.json.JsonArray coordinate, MouseEventDetails mouseEventDetails) FeatureClickEvent
(F source, org.locationtech.jts.geom.Coordinate coordinate, MouseEventDetails mouseEventDetails) -
Method Summary
Methods inherited from class io.jmix.mapsflowui.component.model.feature.FeatureClickNotifier.AbstractFeatureClickEvent
getCoordinate, getMouseEventDetails, getSource
Methods inherited from class java.util.EventObject
toString
-
Constructor Details
-
FeatureClickEvent
public FeatureClickEvent(F source, elemental.json.JsonArray coordinate, MouseEventDetails mouseEventDetails) -
FeatureClickEvent
public FeatureClickEvent(F source, org.locationtech.jts.geom.Coordinate coordinate, MouseEventDetails mouseEventDetails)
-