public class DropMoveEvent extends BrowserEvent<DropMoveHandler> implements Cancellable
GwtEvent.Type<H>
jsObj
Constructor and Description |
---|
DropMoveEvent(JavaScriptObject jsObj) |
Modifier and Type | Method and Description |
---|---|
void |
cancel()
Call this method to prevent this event from bubbling to this widget's parent, true or undefined to bubble.
|
protected void |
dispatch(DropMoveHandler handler) |
static <S extends HasDropMoveHandlers & HasHandlers> |
fire(S source,
JavaScriptObject jsObj)
Fires a open event on all registered handlers in the handler manager.If no
such handlers exist, this method will do nothing.
|
GwtEvent.Type<DropMoveHandler> |
getAssociatedType() |
static GwtEvent.Type<DropMoveHandler> |
getType()
Gets the type associated with this event.
|
boolean |
isCancelled() |
getX, getY, isAltKeyDown, isCtrlKeyDown, isLeftButtonDown, isRightButtonDown
assertLive, getSource, isLive, kill, revive
setSource, toDebugString, toString
public DropMoveEvent(JavaScriptObject jsObj)
public static <S extends HasDropMoveHandlers & HasHandlers> void fire(S source, JavaScriptObject jsObj)
S
- The event sourcesource
- the source of the handlersjsObj
- the native eventpublic static GwtEvent.Type<DropMoveHandler> getType()
protected void dispatch(DropMoveHandler handler)
dispatch
in class GwtEvent<DropMoveHandler>
public final GwtEvent.Type<DropMoveHandler> getAssociatedType()
getAssociatedType
in class GwtEvent<DropMoveHandler>
public void cancel()
cancel
in interface Cancellable
public boolean isCancelled()
isCancelled
in interface Cancellable