|
Follow us on GitHub |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MouseDownMapHandler | |
---|---|
com.google.gwt.maps.client.events.mousedown | |
com.google.gwt.maps.client.overlays |
Uses of MouseDownMapHandler in com.google.gwt.maps.client.events.mousedown |
---|
Fields in com.google.gwt.maps.client.events.mousedown with type parameters of type MouseDownMapHandler | |
---|---|
static GwtEvent.Type<MouseDownMapHandler> |
MouseDownMapEvent.TYPE
|
Methods in com.google.gwt.maps.client.events.mousedown that return types with arguments of type MouseDownMapHandler | |
---|---|
GwtEvent.Type<MouseDownMapHandler> |
MouseDownMapEvent.getAssociatedType()
|
Methods in com.google.gwt.maps.client.events.mousedown with parameters of type MouseDownMapHandler | |
---|---|
protected void |
MouseDownMapEvent.dispatch(MouseDownMapHandler handler)
|
Uses of MouseDownMapHandler in com.google.gwt.maps.client.overlays |
---|
Methods in com.google.gwt.maps.client.overlays with parameters of type MouseDownMapHandler | |
---|---|
HandlerRegistration |
Polyline.addMouseDownHandler(MouseDownMapHandler handler)
This event is fired when the DOM mousedown event is fired on the Polyline. |
HandlerRegistration |
Marker.addMouseDownHandler(MouseDownMapHandler handler)
This event is fired for a mousedown on the marker. |
HandlerRegistration |
Polygon.addMouseDownHandler(MouseDownMapHandler handler)
This event is fired when the DOM mousedown event is fired on the Polygon. |
HandlerRegistration |
Circle.addMouseDownHandler(MouseDownMapHandler handler)
This event is fired when the DOM mousedown event is fired on the Circle. |
HandlerRegistration |
Rectangle.addMouseDownHandler(MouseDownMapHandler handler)
This event is fired when the DOM mousedown event is fired on the Rectangle. |
|
Follow us on GitHub |
|||||||||
PREV NEXT | FRAMES NO FRAMES |