|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
All registered CompositeTableSelectionListener objects will be informed
whenever a CompositeTableSelectionEvent occurs, which indicates that the
selection state of a CompositeTable has changed.
To get notified about changes to selected elements (cells, columns, rows, inlying
objects) of a CompositeTable, you must register an instance of type
CompositeTableSelectionListener with the CompositeTable.
Event types are enabled by the setter methods of CompositeTable.
By default all selection types are enabled.
| Method Summary | |
void |
tableSelectionChanged(CompositeTableSelectionEvent event)
Called on all registered listeners whenever a CompositeTableSelectionEvent occurs on the
CompositeTable. |
| Method Detail |
public void tableSelectionChanged(CompositeTableSelectionEvent event)
CompositeTableSelectionEvent occurs on the
CompositeTable.
event - the CompositeTableSelectionEvent that
occurred.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||