com.gwtext.client.widgets.grid.event
Class GridRowListenerAdapter
java.lang.Object
com.gwtext.client.widgets.grid.event.GridRowListenerAdapter
- All Implemented Interfaces:
- GridRowListener
public class GridRowListenerAdapter
- extends java.lang.Object
- implements GridRowListener
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GridRowListenerAdapter
public GridRowListenerAdapter()
onRowClick
public void onRowClick(GridPanel grid,
int rowIndex,
EventObject e)
- Description copied from interface:
GridRowListener
- Fires when a row is clicked.
- Specified by:
onRowClick in interface GridRowListener
- Parameters:
grid - thisrowIndex - the row indexe - the event object
onRowContextMenu
public void onRowContextMenu(GridPanel grid,
int rowIndex,
EventObject e)
- Description copied from interface:
GridRowListener
- Fires when a row is right clicked.
- Specified by:
onRowContextMenu in interface GridRowListener
- Parameters:
grid - thisrowIndex - the row indexe - the event object
onRowDblClick
public void onRowDblClick(GridPanel grid,
int rowIndex,
EventObject e)
- Description copied from interface:
GridRowListener
- Fires when a row is double clicked.
- Specified by:
onRowDblClick in interface GridRowListener
- Parameters:
grid - thisrowIndex - the row indexe - the event object