Uses of Interface
com.google.gwt.event.dom.client.DropHandler
Package
Description
Types related to DOM events.
Widgets, Panels, and other user-interface classes.
-
Uses of DropHandler in com.google.gwt.event.dom.client
Modifier and TypeMethodDescriptionfinal DomEvent.Type
<DropHandler> DropEvent.getAssociatedType()
static DomEvent.Type
<DropHandler> DropEvent.getType()
Gets the event type associated with drop events.Modifier and TypeMethodDescriptionHasDropHandlers.addDropHandler
(DropHandler handler) Adds aDropEvent
handler.protected void
DropEvent.dispatch
(DropHandler handler) -
Uses of DropHandler in com.google.gwt.user.client.ui
Modifier and TypeMethodDescriptionFocusPanel.addDropHandler
(DropHandler handler) FocusWidget.addDropHandler
(DropHandler handler) HTMLTable.addDropHandler
(DropHandler handler) Image.addDropHandler
(DropHandler handler) Label.addDropHandler
(DropHandler handler)