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