| Package | Description |
|---|---|
| to.etc.domui.component.tbl | |
| to.etc.domui.databinding.list2 | |
| to.etc.domui.databinding.observables |
| Modifier and Type | Method and Description |
|---|---|
IObservableList<T> |
TableModelTableBase.getList() |
| Modifier and Type | Method and Description |
|---|---|
void |
TableModelTableBase.setList(IObservableList<T> list) |
| Constructor and Description |
|---|
ListChangeEvent(IObservableList<T> source,
List<ListChange<T>> changeList) |
| Modifier and Type | Class and Description |
|---|---|
class |
ObservableList<T>
A list that generates change events for it's content, and that does not allow null elements.
|
| Modifier and Type | Method and Description |
|---|---|
IObservableList<T> |
ObservableListModelAdapter.getSource() |
| Constructor and Description |
|---|
ObservableListModelAdapter(IObservableList<T> list) |
Copyright © 2017 etc.to. All rights reserved.