
public class DragEndEvent extends DragDropEventBase<DragEndHandler>
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, setDatafireNativeEvent, fireNativeEvent, getNativeEvent, getRelativeElement, preventDefault, setNativeEvent, setRelativeElement, stopPropagationassertLive, getSource, isLive, kill, revivepublic static DomEvent.Type<DragEndHandler> getType()
public final DomEvent.Type<DragEndHandler> getAssociatedType()
com.google.web.bindery.event.shared.EventEvent.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)
GwtEventHandlerManager. In other words, do not use
or call.dispatch in class GwtEvent<DragEndHandler>handler - handlerEventBus.dispatchEvent(Event, Object)Copyright © 2018. All rights reserved.