|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface GridCellListener
| Method Summary | |
|---|---|
void |
onCellClick(GridPanel grid,
int rowIndex,
int colIndex,
EventObject e)
Fires when a cell is clicked. |
void |
onCellContextMenu(GridPanel grid,
int rowIndex,
int cellIndex,
EventObject e)
Fires when a cell is right clicked. |
void |
onCellDblClick(GridPanel grid,
int rowIndex,
int colIndex,
EventObject e)
Fires when a cell is double clicked. |
| Method Detail |
|---|
void onCellClick(GridPanel grid,
int rowIndex,
int colIndex,
EventObject e)
grid - thisrowIndex - the row indexcolIndex - the column indexe - the event object
void onCellContextMenu(GridPanel grid,
int rowIndex,
int cellIndex,
EventObject e)
grid - thisrowIndex - the row indexcellIndex - the cell indexe - the event object
void onCellDblClick(GridPanel grid,
int rowIndex,
int colIndex,
EventObject e)
grid - thisrowIndex - the row indexcolIndex - the column indexe - the event object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||