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 HandlerRegistration
HasDragOverHandlers. addDragOverHandler(DragOverHandler handler)
Adds aDragOverEvent
handler.protected void
DragOverEvent. 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 HandlerRegistration
FocusPanel. addDragOverHandler(DragOverHandler handler)
HandlerRegistration
FocusWidget. addDragOverHandler(DragOverHandler handler)
HandlerRegistration
HTMLTable. addDragOverHandler(DragOverHandler handler)
HandlerRegistration
Image. addDragOverHandler(DragOverHandler handler)
HandlerRegistration
Label. addDragOverHandler(DragOverHandler handler)
-