|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface GridRowListener
| Method Summary | |
|---|---|
void |
onRowClick(GridPanel grid,
int rowIndex,
EventObject e)
Fires when a row is clicked. |
void |
onRowContextMenu(GridPanel grid,
int rowIndex,
EventObject e)
Fires when a row is right clicked. |
void |
onRowDblClick(GridPanel grid,
int rowIndex,
EventObject e)
Fires when a row is double clicked. |
| Method Detail |
|---|
void onRowClick(GridPanel grid,
int rowIndex,
EventObject e)
grid - thisrowIndex - the row indexe - the event object
void onRowDblClick(GridPanel grid,
int rowIndex,
EventObject e)
grid - thisrowIndex - the row indexe - the event object
void onRowContextMenu(GridPanel grid,
int rowIndex,
EventObject e)
grid - thisrowIndex - the row indexe - the event object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||