Modifier and Type | Class and Description |
---|---|
class |
AbstractListDatasource
Abstract base implementation of an
IListDatasource based on a
Vector to manage its data model. |
Modifier and Type | Class and Description |
---|---|
class |
EntityListDatasource
An
EntityListDatasource provides a IListDatasource
implementation to manage and represent a data model based on the
IEntity s defined in the application model. |
Modifier and Type | Class and Description |
---|---|
class |
JSONDatasource
A
JSONDatasource provides a IListDatasource
implementation to manage and represent a data model based on JSON data to be
used in ListView s. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractListViewTemplate.update(Observable observable,
java.lang.Object object) |
void |
AbstractListViewController.update(Observable observable,
java.lang.Object object) |
Modifier and Type | Class and Description |
---|---|
class |
ContextKeyStore
The
ContextKeyStore is used to store and access objects in the
application context. |
Modifier and Type | Method and Description |
---|---|
void |
Observer.update(Observable observable,
java.lang.Object object)
This method will be called if the underlying
Observable has been
changed. |