public class DragEvent extends DragDropEventBase<DragHandler>
DragDropEventBase.DragSupportDetector, DragDropEventBase.DragSupportDetectorNoDomEvent.Type<H extends EventHandler>| Modifier | Constructor and Description | 
|---|---|
| protected  | DragEvent() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | dispatch(DragHandler handler)Should only be called by  HandlerManager. | 
| DomEvent.Type<DragHandler> | getAssociatedType()Returns the  Event.Typeused to register this event, allowing anEventBusto find handlers of the appropriate class. | 
| static DomEvent.Type<DragHandler> | getType()Gets the event type associated with drag events. | 
getData, getDataTransfer, isSupported, setDatafireNativeEvent, fireNativeEvent, getNativeEvent, getRelativeElement, init, preventDefault, setNativeEvent, setRelativeElement, stopPropagationassertLive, getSource, isLive, kill, revivesetSource, toDebugString, toStringpublic static DomEvent.Type<DragHandler> getType()
public final DomEvent.Type<DragHandler> getAssociatedType()
EventEvent.Type used to register this event, allowing an
 EventBus to find handlers of the appropriate class.getAssociatedType in class DomEvent<DragHandler>protected void dispatch(DragHandler handler)
GwtEventHandlerManager. In other words, do not use
 or call.dispatch in class GwtEvent<DragHandler>handler - handlerEventBus.dispatchEvent(Event, Object)