| Package | Description |
|---|---|
| to.etc.domui.component.tbl |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSelectionModel<T>
Abstract base class for selection models which handles the registration and calling of
listeners.
|
class |
InstanceSelectionModel<T>
This is a selection model that selects simple instances.
|
class |
KeySelectionModel<T,K>
Example implementation of a simple selection model, retaining only the instances key.
|
| Modifier and Type | Method and Description |
|---|---|
ISelectionModel<T> |
SelectableTabularComponent.getSelectionModel()
Return the model used for table selections, if applicable.
|
ISelectionModel<T> |
ISelectableTableComponent.getSelectionModel() |
| Modifier and Type | Method and Description |
|---|---|
<T> void |
ISelectionAllHandler.selectAll(ITableModel<T> sourcemodel,
ISelectionModel<T> selectionModel) |
<T> void |
DefaultSelectAllHandler.selectAll(ITableModel<T> sourceModel,
ISelectionModel<T> selectionModel) |
void |
SelectableTabularComponent.setSelectionModel(ISelectionModel<T> selectionModel)
Set the model to maintain selections, if this table allows selections.
|
Copyright © 2017 etc.to. All rights reserved.