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 Summary
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
GwtEvent.Type<H extends Object>
-
Field Summary
Fields inherited from class com.smartgwt.client.event.AbstractSmartEvent
jsObj
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
column number of the cellReturns theCanvas
firing the event.cell record as returned by getCellRecordint
row number for the cellMethods inherited from class com.smartgwt.client.widgets.events.BrowserEvent
getX, getY, isAltKeyDown, isCtrlKeyDown, isLeftButtonDown, isRightButtonDown
Methods inherited from class com.smartgwt.client.event.AbstractSmartEvent
getFiringInstanceAsJavaScriptObject
Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, dispatch, getAssociatedType, getSource, isLive, kill, revive
Methods inherited from class com.google.web.bindery.event.shared.Event
setSource, toDebugString, toString
-
Constructor Details
-
GridRowColEvent
-
-
Method Details
-
getFiringCanvas
Returns theCanvas
firing the event.- Returns:
- Canvas firing the event
-
getRecord
cell record as returned by getCellRecord- Returns:
- cell record as returned by getCellRecord
-
getRowNum
public int getRowNum()row number for the cell- Returns:
- row number for the cell
-
getColNum
public int getColNum()column number of the cell- Returns:
- column number of the cell
-