|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.gwtext.client.widgets.grid.event.RowSelectionListenerAdapter
public class RowSelectionListenerAdapter
| Constructor Summary | |
|---|---|
RowSelectionListenerAdapter()
|
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RowSelectionListenerAdapter()
| Method Detail |
|---|
public boolean doBeforeRowSelect(RowSelectionModel sm,
int rowIndex,
boolean keepExisting,
Record record)
RowSelectionListener
doBeforeRowSelect in interface RowSelectionListenersm - thisrowIndex - the row indexkeepExisting - false if other selections will be clearedrecord - the record
public void onRowDeselect(RowSelectionModel sm,
int rowIndex,
Record record)
RowSelectionListener
onRowDeselect in interface RowSelectionListenersm - thisrowIndex - the row indexrecord - the record
public void onRowSelect(RowSelectionModel sm,
int rowIndex,
Record record)
RowSelectionListener
onRowSelect in interface RowSelectionListenersm - thisrowIndex - the row indexrecord - the recordpublic void onSelectionChange(RowSelectionModel sm)
RowSelectionListener
onSelectionChange in interface RowSelectionListenersm - this
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||