Uses of Interface
com.google.gwt.event.dom.client.DragOverHandler
-
Packages that use DragOverHandler 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 DragOverHandler in com.google.gwt.event.dom.client
Methods in com.google.gwt.event.dom.client that return types with arguments of type DragOverHandler Modifier and Type Method Description DomEvent.Type<DragOverHandler>DragOverEvent. getAssociatedType()static DomEvent.Type<DragOverHandler>DragOverEvent. getType()Gets the event type associated with drag over events.Methods in com.google.gwt.event.dom.client with parameters of type DragOverHandler Modifier and Type Method Description HandlerRegistrationHasDragOverHandlers. addDragOverHandler(DragOverHandler handler)Adds aDragOverEventhandler.protected voidDragOverEvent. dispatch(DragOverHandler handler) -
Uses of DragOverHandler in com.google.gwt.user.client.ui
Methods in com.google.gwt.user.client.ui with parameters of type DragOverHandler Modifier and Type Method Description HandlerRegistrationFocusPanel. addDragOverHandler(DragOverHandler handler)HandlerRegistrationFocusWidget. addDragOverHandler(DragOverHandler handler)HandlerRegistrationHTMLTable. addDragOverHandler(DragOverHandler handler)HandlerRegistrationImage. addDragOverHandler(DragOverHandler handler)HandlerRegistrationLabel. addDragOverHandler(DragOverHandler handler)
-