Interface | Description |
---|---|
IConditionResolver |
This interface enables to the evaluation of the current platform
|
IDialogDelegate |
The
IDialogDelegate is the event listener declaration for all
AbstractAlertDialog s. |
IListViewComparator |
A
IListViewComparator enables an IListViewDatasource to
sort its content. |
IListViewDatasource |
An
IListViewDatasource provides methods to help manage and
represent the data model used to display a ListView object. |
IListViewDelegate |
The
IListViewDelegate is used by a ListView to create
it's content and handle events. |
Class | Description |
---|---|
AbstractListViewDatasource |
Abstract base implementation of an
IListViewDatasource based on a
Vector to manage its data model. |