| Package | Description |
|---|---|
| to.etc.domui.component.tbl |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultTableModel<T>
This uses a list as the base for the model.
|
class |
SimpleCollectionModel<T>
Deprecated.
|
class |
SimpleKeyModel<T,P>
Model for key-value list data.
|
class |
SimpleListModel<T>
DO NOT USE IF YOUR DATA CAN CHANGE AND YOU ARE NOT UPDATING THOSE CHANGES HERE!!
This model uses a list to populate a table.
|
class |
SimpleSearchModel<T> |
class |
SortableListModel<T>
This is a list model where the list instance will be maintained by the model, and where the
values can be sorted using property based sorting.
|
class |
TableKeyModelBase<K,T>
This model maintains a set of Keys K, and translates those keys to Model items T where needed.
|
class |
TableListModelBase<T> |
Copyright © 2017 etc.to. All rights reserved.