public abstract class GridRowColEvent<H extends EventHandler> extends BrowserEvent<H>
GwtEvent.Type<H>jsObj| Modifier | Constructor and Description |
|---|---|
protected |
GridRowColEvent(JavaScriptObject jsObj) |
| Modifier and Type | Method and Description |
|---|---|
int |
getColNum()
column number of the cell
|
ListGridRecord |
getRecord()
cell record as returned by getCellRecord
|
int |
getRowNum()
row number for the cell
|
getX, getY, isAltKeyDown, isCtrlKeyDown, isLeftButtonDown, isRightButtonDownassertLive, dispatch, getAssociatedType, getSource, isLive, kill, revivesetSource, toDebugString, toStringprotected GridRowColEvent(JavaScriptObject jsObj)
public ListGridRecord getRecord()
public int getRowNum()
public int getColNum()