public class LeafletClickEvent
extends com.vaadin.event.ConnectorEvent
Constructor and Description |
---|
LeafletClickEvent(com.vaadin.ui.Component source,
Point p,
com.vaadin.shared.MouseEventDetails d) |
Modifier and Type | Method and Description |
---|---|
double |
getClientX() |
double |
getClientY() |
com.vaadin.shared.MouseEventDetails |
getMouseEvent() |
Point |
getPoint() |
double |
getRelativeX() |
double |
getRelativeY() |
java.lang.String |
toString() |
public LeafletClickEvent(com.vaadin.ui.Component source, Point p, com.vaadin.shared.MouseEventDetails d)
public Point getPoint()
public double getClientX()
public double getClientY()
public double getRelativeX()
public double getRelativeY()
public com.vaadin.shared.MouseEventDetails getMouseEvent()
public java.lang.String toString()
toString
in class java.util.EventObject