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