Uses of Interface
com.google.gwt.event.dom.client.DragHandler
-
Packages that use DragHandler 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 DragHandler in com.google.gwt.event.dom.client
Methods in com.google.gwt.event.dom.client that return types with arguments of type DragHandler Modifier and Type Method Description 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 Modifier and Type Method Description HandlerRegistration
HasDragHandlers. addDragHandler(DragHandler handler)
Adds aDragEvent
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 Modifier and Type Method Description HandlerRegistration
FocusPanel. addDragHandler(DragHandler handler)
HandlerRegistration
FocusWidget. addDragHandler(DragHandler handler)
HandlerRegistration
HTMLTable. addDragHandler(DragHandler handler)
HandlerRegistration
Image. addDragHandler(DragHandler handler)
HandlerRegistration
Label. addDragHandler(DragHandler handler)
-