|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RowSelectionListener
| Method Summary | |
|---|---|
boolean |
doBeforeRowSelect(RowSelectionModel sm,
int rowIndex,
boolean keepExisting,
Record record)
Fires when a row is selected being selected, return false to cancel. |
void |
onRowDeselect(RowSelectionModel sm,
int rowIndex,
Record record)
Fires when a row is deselected. |
void |
onRowSelect(RowSelectionModel sm,
int rowIndex,
Record record)
Fires when a row is selected. |
void |
onSelectionChange(RowSelectionModel sm)
Fires when the selection changes. |
| Method Detail |
|---|
boolean doBeforeRowSelect(RowSelectionModel sm,
int rowIndex,
boolean keepExisting,
Record record)
sm - thisrowIndex - the row indexkeepExisting - false if other selections will be clearedrecord - the record
void onRowDeselect(RowSelectionModel sm,
int rowIndex,
Record record)
sm - thisrowIndex - the row indexrecord - the record
void onRowSelect(RowSelectionModel sm,
int rowIndex,
Record record)
sm - thisrowIndex - the row indexrecord - the recordvoid onSelectionChange(RowSelectionModel sm)
sm - this
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||