public abstract class GridRowColEvent<H extends com.google.gwt.event.shared.EventHandler> extends BrowserEvent<H>
jsObj
Modifier | Constructor and Description |
---|---|
protected |
GridRowColEvent(com.google.gwt.core.client.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, isRightButtonDown
assertLive, dispatch, getAssociatedType, getSource, isLive, kill, revive
protected GridRowColEvent(com.google.gwt.core.client.JavaScriptObject jsObj)
public ListGridRecord getRecord()
public int getRowNum()
public int getColNum()