Follow us on GitHub

Uses of Interface
com.google.gwt.maps.client.events.dragend.DragEndMapHandler

Packages that use DragEndMapHandler
com.google.gwt.maps.client   
com.google.gwt.maps.client.events.dragend   
com.google.gwt.maps.client.overlays   
 

Uses of DragEndMapHandler in com.google.gwt.maps.client
 

Methods in com.google.gwt.maps.client with parameters of type DragEndMapHandler
 HandlerRegistration MapWidget.addDragEndHandler(DragEndMapHandler handler)
          This event is fired when the user stops dragging the map.
 HandlerRegistration MapImpl.addDragEndHandler(DragEndMapHandler handler)
          This event is fired when the user stops dragging the map.
 

Uses of DragEndMapHandler in com.google.gwt.maps.client.events.dragend
 

Fields in com.google.gwt.maps.client.events.dragend with type parameters of type DragEndMapHandler
static GwtEvent.Type<DragEndMapHandler> DragEndMapEvent.TYPE
           
 

Methods in com.google.gwt.maps.client.events.dragend that return types with arguments of type DragEndMapHandler
 GwtEvent.Type<DragEndMapHandler> DragEndMapEvent.getAssociatedType()
           
 

Methods in com.google.gwt.maps.client.events.dragend with parameters of type DragEndMapHandler
protected  void DragEndMapEvent.dispatch(DragEndMapHandler handler)
           
 

Uses of DragEndMapHandler in com.google.gwt.maps.client.overlays
 

Methods in com.google.gwt.maps.client.overlays with parameters of type DragEndMapHandler
 HandlerRegistration Marker.addDragEndHandler(DragEndMapHandler handler)
          This event is fired when the user stops dragging the marker.
 



Follow us on GitHub

Copyright © 2011-2012 Gone Vertical LLC. All Rights Reserved.