Class GridRowColEvent<H extends EventHandler>
java.lang.Object
com.google.web.bindery.event.shared.Event<H>
com.google.gwt.event.shared.GwtEvent<H>
com.smartgwt.client.event.AbstractSmartEvent<H>
com.smartgwt.client.widgets.events.BrowserEvent<H>
com.smartgwt.client.widgets.grid.events.GridRowColEvent<H>
- Direct Known Subclasses:
- CellClickEvent,- CellContextClickEvent,- CellDoubleClickEvent,- CellErrorIconHoverEvent,- CellErrorIconOutEvent,- CellErrorIconOverEvent,- CellHoverEvent,- CellMouseDownEvent,- CellMouseUpEvent,- CellOutEvent,- CellOverEvent,- CellValueHoverEvent,- RowContextClickEvent,- RowHoverEvent,- RowMouseDownEvent,- RowMouseUpEvent,- RowOutEvent,- RowOverEvent
- 
Nested Class SummaryNested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEventGwtEvent.Type<H extends Object>
- 
Field SummaryFields inherited from class com.smartgwt.client.event.AbstractSmartEventjsObj
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintcolumn number of the cellReturns theCanvasfiring the event.cell record as returned by getCellRecordintrow number for the cellMethods inherited from class com.smartgwt.client.widgets.events.BrowserEventgetX, getY, isAltKeyDown, isCtrlKeyDown, isLeftButtonDown, isRightButtonDownMethods inherited from class com.smartgwt.client.event.AbstractSmartEventgetFiringInstanceAsJavaScriptObjectMethods inherited from class com.google.gwt.event.shared.GwtEventassertLive, dispatch, getAssociatedType, getSource, isLive, kill, reviveMethods inherited from class com.google.web.bindery.event.shared.EventsetSource, toDebugString, toString
- 
Constructor Details- 
GridRowColEvent
 
- 
- 
Method Details- 
getFiringCanvasReturns theCanvasfiring the event.- Returns:
- Canvas firing the event
 
- 
getRecordcell record as returned by getCellRecord- Returns:
- cell record as returned by getCellRecord
 
- 
getRowNumpublic int getRowNum()row number for the cell- Returns:
- row number for the cell
 
- 
getColNumpublic int getColNum()column number of the cell- Returns:
- column number of the cell
 
 
-