public class CellMouseUpEvent extends GridRowColEvent<CellMouseUpHandler> implements Cancellable
GwtEvent.Type<H>
jsObj
Constructor and Description |
---|
CellMouseUpEvent(JavaScriptObject jsObj) |
Modifier and Type | Method and Description |
---|---|
void |
cancel()
Calling this method cancels the event
|
protected void |
dispatch(CellMouseUpHandler handler) |
static <S extends HasCellMouseUpHandlers & 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<CellMouseUpHandler> |
getAssociatedType() |
static GwtEvent.Type<CellMouseUpHandler> |
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 CellMouseUpEvent(JavaScriptObject jsObj)
public static <S extends HasCellMouseUpHandlers & HasHandlers> void fire(S source, JavaScriptObject jsObj)
S
- The event sourcesource
- the source of the handlersjsObj
- the native eventpublic static GwtEvent.Type<CellMouseUpHandler> getType()
protected void dispatch(CellMouseUpHandler handler)
dispatch
in class GwtEvent<CellMouseUpHandler>
public final GwtEvent.Type<CellMouseUpHandler> getAssociatedType()
getAssociatedType
in class GwtEvent<CellMouseUpHandler>
public void cancel()
cancel
in interface Cancellable
public boolean isCancelled()
isCancelled
in interface Cancellable