Uses of Interface
com.google.gwt.event.dom.client.DropHandler
-
Packages that use DropHandler 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 DropHandler in com.google.gwt.event.dom.client
Methods in com.google.gwt.event.dom.client that return types with arguments of type DropHandler Modifier and Type Method Description DomEvent.Type<DropHandler>DropEvent. getAssociatedType()static DomEvent.Type<DropHandler>DropEvent. getType()Gets the event type associated with drop events.Methods in com.google.gwt.event.dom.client with parameters of type DropHandler Modifier and Type Method Description HandlerRegistrationHasDropHandlers. addDropHandler(DropHandler handler)Adds aDropEventhandler.protected voidDropEvent. dispatch(DropHandler handler) -
Uses of DropHandler in com.google.gwt.user.client.ui
Methods in com.google.gwt.user.client.ui with parameters of type DropHandler Modifier and Type Method Description HandlerRegistrationFocusPanel. addDropHandler(DropHandler handler)HandlerRegistrationFocusWidget. addDropHandler(DropHandler handler)HandlerRegistrationHTMLTable. addDropHandler(DropHandler handler)HandlerRegistrationImage. addDropHandler(DropHandler handler)HandlerRegistrationLabel. addDropHandler(DropHandler handler)
-