Uses of Interface
com.google.gwt.event.dom.client.DropHandler
-
Packages that use DropHandler Package Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description HandlerRegistration
HasDropHandlers. addDropHandler(DropHandler handler)
Adds aDropEvent
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 Modifier and Type Method Description HandlerRegistration
FocusPanel. addDropHandler(DropHandler handler)
HandlerRegistration
FocusWidget. addDropHandler(DropHandler handler)
HandlerRegistration
HTMLTable. addDropHandler(DropHandler handler)
HandlerRegistration
Image. addDropHandler(DropHandler handler)
HandlerRegistration
Label. addDropHandler(DropHandler handler)
-