com.smartgwt.client.widgets.grid.events
Class GridRowColEvent<H extends EventHandler>

java.lang.Object
  extended by com.google.gwt.event.shared.GwtEvent<H>
      extended by com.smartgwt.client.event.AbstractSmartEvent<H>
          extended by com.smartgwt.client.widgets.events.BrowserEvent<H>
              extended by com.smartgwt.client.widgets.grid.events.GridRowColEvent<H>
Direct Known Subclasses:
CellClickEvent, CellContextClickEvent, CellDoubleClickEvent, CellHoverEvent, CellMouseDownEvent, CellMouseUpEvent, CellOutEvent, CellOverEvent, RowContextClickEvent, RowHoverEvent, RowMouseDownEvent, RowMouseUpEvent, RowOutEvent, RowOverEvent

public abstract class GridRowColEvent<H extends EventHandler>
extends BrowserEvent<H>


Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
GwtEvent.Type<H>
 
Field Summary
 
Fields inherited from class com.smartgwt.client.event.AbstractSmartEvent
jsObj
 
Constructor Summary
protected GridRowColEvent(JavaScriptObject jsObj)
           
 
Method Summary
 int getColNum()
          column number of the cell
 ListGridRecord getRecord()
          cell record as returned by getCellRecord
 int getRowNum()
          row number for the cell
 
Methods inherited from class com.smartgwt.client.widgets.events.BrowserEvent
getX, getY, isAltKeyDown, isCtrlKeyDown, isLeftButtonDown, isRightButtonDown
 
Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, dispatch, getAssociatedType, getSource, isLive, kill, revive, toDebugString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GridRowColEvent

protected GridRowColEvent(JavaScriptObject jsObj)
Method Detail

getRecord

public ListGridRecord 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