public class DrawAreaChangedEvent extends BrowserEvent<DrawAreaChangedHandler>
GwtEvent.Type<H>jsObj| Constructor and Description |
|---|
DrawAreaChangedEvent(JavaScriptObject jsObj) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(DrawAreaChangedHandler handler) |
static <S extends HasDrawAreaChangedHandlers & 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<DrawAreaChangedHandler> |
getAssociatedType() |
int |
getOldEndCol()
the endCol from before the drawArea changed
|
int |
getOldEndRow()
the endRow from before the drawArea changed
|
int |
getOldStartCol()
the startCol from before the drawArea changed
|
int |
getOldStartRow()
the startRow from before the drawArea changed
|
static GwtEvent.Type<DrawAreaChangedHandler> |
getType()
Gets the type associated with this event.
|
getX, getY, isAltKeyDown, isCtrlKeyDown, isLeftButtonDown, isRightButtonDownassertLive, getSource, isLive, kill, revivesetSource, toDebugString, toStringpublic DrawAreaChangedEvent(JavaScriptObject jsObj)
public static <S extends HasDrawAreaChangedHandlers & HasHandlers> void fire(S source, JavaScriptObject jsObj)
S - The event sourcesource - the source of the handlersjsObj - the native eventpublic static GwtEvent.Type<DrawAreaChangedHandler> getType()
protected void dispatch(DrawAreaChangedHandler handler)
dispatch in class GwtEvent<DrawAreaChangedHandler>public final GwtEvent.Type<DrawAreaChangedHandler> getAssociatedType()
getAssociatedType in class GwtEvent<DrawAreaChangedHandler>public int getOldStartRow()
public int getOldEndRow()
public int getOldStartCol()
public int getOldEndCol()