Uses of Interface
com.google.gwt.maps.client.events.dblclick.DblClickMapHandler

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 Rectangle.addDblClickHandler(DblClickMapHandler handler)
          This event is fired when the DOM dblclick event is fired on the Rectangle.
 HandlerRegistration Polyline.addDblClickHandler(DblClickMapHandler handler)
          This event is fired when the DOM dblclick event is fired on the Polyline.
 HandlerRegistration Polygon.addDblClickHandler(DblClickMapHandler handler)
          This event is fired when the DOM dblclick event is fired on the Polygon.
 HandlerRegistration Marker.addDblClickHandler(DblClickMapHandler handler)
          This event is fired when the marker icon was double clicked.
 HandlerRegistration Circle.addDblClickHandler(DblClickMapHandler handler)
          This event is fired when the DOM dblclick event is fired on the Circle.
 



Copyright © 2011-2013 GWT Maps API V3. All Rights Reserved.