Package io.jmix.mapsui.widget.leaflet
Class LeafletClickEvent
java.lang.Object
java.util.EventObject
com.vaadin.event.ConnectorEvent
io.jmix.mapsui.widget.leaflet.LeafletClickEvent
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
LeafletContextMenuEvent
public class LeafletClickEvent
extends com.vaadin.event.ConnectorEvent
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionLeafletClickEvent
(com.vaadin.ui.Component source, Point p, com.vaadin.shared.MouseEventDetails d) -
Method Summary
Methods inherited from class com.vaadin.event.ConnectorEvent
getConnector
Methods inherited from class java.util.EventObject
getSource
-
Constructor Details
-
Method Details
-
getPoint
- Returns:
- the geographical point where the event happened.
-
getClientX
public double getClientX() -
getClientY
public double getClientY() -
getRelativeX
public double getRelativeX() -
getRelativeY
public double getRelativeY() -
getMouseEvent
public com.vaadin.shared.MouseEventDetails getMouseEvent() -
toString
- Overrides:
toString
in classEventObject
-