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