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.
|
Modifier and Type | Method and Description |
---|---|
DomEvent.Type<DropHandler> |
DropEvent.getAssociatedType() |
static DomEvent.Type<DropHandler> |
DropEvent.getType()
Gets the event type associated with drop events.
|
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
HasDropHandlers.addDropHandler(DropHandler handler)
Adds a
DropEvent handler. |
protected void |
DropEvent.dispatch(DropHandler handler) |
Modifier and Type | Method and Description |
---|---|
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) |