GWT 2.7.0

Uses of Interface
com.google.gwt.event.dom.client.DragHandler

Packages that use DragHandler
com.google.gwt.event.dom.client Types related to DOM events. 
com.google.gwt.user.client.ui Widgets, Panels, and other user-interface classes. 
 

Uses of DragHandler in com.google.gwt.event.dom.client
 

Methods in com.google.gwt.event.dom.client that return types with arguments of type DragHandler
 DomEvent.Type<DragHandler> DragEvent.getAssociatedType()
           
static DomEvent.Type<DragHandler> DragEvent.getType()
          Gets the event type associated with drag events.
 

Methods in com.google.gwt.event.dom.client with parameters of type DragHandler
 HandlerRegistration HasDragHandlers.addDragHandler(DragHandler handler)
          Adds a DragEvent handler.
protected  void DragEvent.dispatch(DragHandler handler)
           
 

Uses of DragHandler in com.google.gwt.user.client.ui
 

Methods in com.google.gwt.user.client.ui with parameters of type DragHandler
 HandlerRegistration Label.addDragHandler(DragHandler handler)
           
 HandlerRegistration Image.addDragHandler(DragHandler handler)
           
 HandlerRegistration HTMLTable.addDragHandler(DragHandler handler)
           
 HandlerRegistration FocusWidget.addDragHandler(DragHandler handler)
           
 HandlerRegistration FocusPanel.addDragHandler(DragHandler handler)
           
 


GWT 2.7.0