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