GWT 2.7.0

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

Packages that use DropHandler
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 DropHandler in com.google.gwt.event.dom.client
 

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

Methods in com.google.gwt.event.dom.client with parameters of type DropHandler
 HandlerRegistration HasDropHandlers.addDropHandler(DropHandler handler)
          Adds a DropEvent handler.
protected  void DropEvent.dispatch(DropHandler handler)
           
 

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

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


GWT 2.7.0