|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CellSelectionModelListener
| Method Summary | |
|---|---|
boolean |
doBeforeRowSelect(CellSelectionModel sm,
int rowIndex,
int colIndex)
Fires before a cell is selected. |
void |
onCellSelect(CellSelectionModel sm,
int rowIndex,
int colIndex)
Fires when a cell is selected. |
void |
onSelectionChange(CellSelectionModel sm,
Record record,
int[] rowIndexColIndex)
Fires when the active selection changes. |
| Method Detail |
|---|
boolean doBeforeRowSelect(CellSelectionModel sm,
int rowIndex,
int colIndex)
sm - thisrowIndex - The selected row indexcolIndex - The selected cell index
void onCellSelect(CellSelectionModel sm,
int rowIndex,
int colIndex)
sm - thisrowIndex - The selected row indexcolIndex - The selected cell index
void onSelectionChange(CellSelectionModel sm,
Record record,
int[] rowIndexColIndex)
sm - thisrecord - the selected record. null for no selectionrowIndexColIndex - array of rowIndex, columnIndex
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||