public class DragMove extends AbstractSmartEvent<DragMoveHandler> implements Cancellable
GwtEvent.Type<H>
jsObj
Constructor and Description |
---|
DragMove(JavaScriptObject jsObj) |
Modifier and Type | Method and Description |
---|---|
void |
cancel()
Call this method to cancel the default behavior of allowing the shape to be drag-moved
|
protected void |
dispatch(DragMoveHandler handler) |
static <S extends HasDragMoveHandlers & 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<DragMoveHandler> |
getAssociatedType() |
static GwtEvent.Type<DragMoveHandler> |
getType()
Gets the type associated with this event.
|
int |
getX()
x-coordinate within the drawPane
|
int |
getY()
y-coordinate within the drawPane
|
boolean |
isCancelled() |
assertLive, getSource, isLive, kill, revive
setSource, toDebugString, toString
public DragMove(JavaScriptObject jsObj)
public static <S extends HasDragMoveHandlers & HasHandlers> void fire(S source, JavaScriptObject jsObj)
S
- The event sourcesource
- the source of the handlersjsObj
- the native eventpublic static GwtEvent.Type<DragMoveHandler> getType()
protected void dispatch(DragMoveHandler handler)
dispatch
in class GwtEvent<DragMoveHandler>
public final GwtEvent.Type<DragMoveHandler> getAssociatedType()
getAssociatedType
in class GwtEvent<DragMoveHandler>
public void cancel()
cancel
in interface Cancellable
public boolean isCancelled()
isCancelled
in interface Cancellable
public int getX()
public int getY()