public class RowOutEvent extends GridRowColEvent<RowOutHandler> implements Cancellable
GwtEvent.Type<H>jsObj| Constructor and Description |
|---|
RowOutEvent(JavaScriptObject jsObj) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel()
Calling this method cancels the event
|
protected void |
dispatch(RowOutHandler handler) |
static <S extends HasRowOutHandlers & 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<RowOutHandler> |
getAssociatedType() |
static GwtEvent.Type<RowOutHandler> |
getType()
Gets the type associated with this event.
|
boolean |
isCancelled() |
getColNum, getRecord, getRowNumgetX, getY, isAltKeyDown, isCtrlKeyDown, isLeftButtonDown, isRightButtonDownassertLive, getSource, isLive, kill, revivesetSource, toDebugString, toStringpublic RowOutEvent(JavaScriptObject jsObj)
public static <S extends HasRowOutHandlers & HasHandlers> void fire(S source, JavaScriptObject jsObj)
S - The event sourcesource - the source of the handlersjsObj - the native eventpublic static GwtEvent.Type<RowOutHandler> getType()
protected void dispatch(RowOutHandler handler)
dispatch in class GwtEvent<RowOutHandler>public final GwtEvent.Type<RowOutHandler> getAssociatedType()
getAssociatedType in class GwtEvent<RowOutHandler>public void cancel()
cancel in interface Cancellablepublic boolean isCancelled()
isCancelled in interface Cancellable