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