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 HandlerRegistrationHasDragHandlers. addDragHandler(DragHandler handler)Adds aDragEventhandler.protected voidDragEvent. 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 HandlerRegistrationFocusPanel. addDragHandler(DragHandler handler)HandlerRegistrationFocusWidget. addDragHandler(DragHandler handler)HandlerRegistrationHTMLTable. addDragHandler(DragHandler handler)HandlerRegistrationImage. addDragHandler(DragHandler handler)HandlerRegistrationLabel. addDragHandler(DragHandler handler)
-