Interface | Description |
---|---|
IComparator |
A
IComparator enables an IListDatasource to sort its
content. |
IConditionResolver |
This interface enables to the evaluation of the current platform.
|
IDatasource |
IListDatasource implementations manage the access to data models
within the application. |
IDataTransformer |
An
IDataTransformer implementation is used to transform one
object from one type into another. |
IDialogDelegate |
The
IDialogDelegate is the event listener declaration for all
AbstractDialog s. |
IListDatasource |
IListDatasource extends IDatasource for management of
list (index) based data models. |
IListViewCell |
IListViewCell is implemented by all native templates. |
IListViewDelegate |
The
IListViewDelegate is used by a ListView to create
it's content and handle events. |
IOperationDelegate |
A
IOperationDelegate is used as a delegate for
IOperation 's. |
Class | Description |
---|---|
AbstractDialogDelegate |
Abstract base implementation for an
IDialogDelegate . |
AbstractJsonTransformer |
The abstract
AbstractJsonTransformer provides some basic
functionalities to transform a JSONObject or JSON String into an
IEntity or vice versa. |
AbstractListDatasource |
Abstract base implementation of an
IListDatasource based on a
Vector to manage its data model. |
AbstractOperationDelegate |
Abstract base implementation for an
IOperationDelegate . |
DatasourceAwareDelegateTransformer |
The
DatasourceAwareDelegateTransformer is an
IOperationDelegate implementation for AbstractRestOperation s
which also takes a IDataTransformer into account. |