|
Follow us on GitHub |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DblClickMapHandler | |
---|---|
com.google.gwt.maps.client | |
com.google.gwt.maps.client.events.dblclick | |
com.google.gwt.maps.client.overlays |
Uses of DblClickMapHandler in com.google.gwt.maps.client |
---|
Methods in com.google.gwt.maps.client with parameters of type DblClickMapHandler | |
---|---|
HandlerRegistration |
MapWidget.addDblClickHandler(DblClickMapHandler handler)
This event is fired when the user double-clicks on the map. |
HandlerRegistration |
MapImpl.addDblClickHandler(DblClickMapHandler handler)
This event is fired when the user double-clicks on the map. |
Uses of DblClickMapHandler in com.google.gwt.maps.client.events.dblclick |
---|
Fields in com.google.gwt.maps.client.events.dblclick with type parameters of type DblClickMapHandler | |
---|---|
static GwtEvent.Type<DblClickMapHandler> |
DblClickMapEvent.TYPE
|
Methods in com.google.gwt.maps.client.events.dblclick that return types with arguments of type DblClickMapHandler | |
---|---|
GwtEvent.Type<DblClickMapHandler> |
DblClickMapEvent.getAssociatedType()
|
Methods in com.google.gwt.maps.client.events.dblclick with parameters of type DblClickMapHandler | |
---|---|
protected void |
DblClickMapEvent.dispatch(DblClickMapHandler handler)
|
Uses of DblClickMapHandler in com.google.gwt.maps.client.overlays |
---|
Methods in com.google.gwt.maps.client.overlays with parameters of type DblClickMapHandler | |
---|---|
HandlerRegistration |
Polyline.addDblClickHandler(DblClickMapHandler handler)
This event is fired when the DOM dblclick event is fired on the Polyline. |
HandlerRegistration |
Marker.addDblClickHandler(DblClickMapHandler handler)
This event is fired when the marker icon was double clicked. |
HandlerRegistration |
Polygon.addDblClickHandler(DblClickMapHandler handler)
This event is fired when the DOM dblclick event is fired on the Polygon. |
HandlerRegistration |
Circle.addDblClickHandler(DblClickMapHandler handler)
This event is fired when the DOM dblclick event is fired on the Circle. |
HandlerRegistration |
Rectangle.addDblClickHandler(DblClickMapHandler handler)
This event is fired when the DOM dblclick event is fired on the Rectangle. |
|
Follow us on GitHub |
|||||||||
PREV NEXT | FRAMES NO FRAMES |