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 |
Canvas | getFiringCanvas() Returns the Canvas firing the event. |
ListGridRecord | getRecord() cell record as returned by getCellRecord |
int | getRowNum() row number for the cell |
getX, getY, isAltKeyDown, isCtrlKeyDown, isLeftButtonDown, isRightButtonDowngetFiringInstanceAsJavaScriptObjectassertLive, dispatch, getAssociatedType, getSource, isLive, kill, reviveprotected GridRowColEvent(com.google.gwt.core.client.JavaScriptObject jsObj)
public Canvas getFiringCanvas()
Canvas firing the event.public ListGridRecord getRecord()
public int getRowNum()
public int getColNum()