Package | Description |
---|---|
com.softwareag.mobile.runtime.toolkit.delegates | |
com.softwareag.mobile.runtime.toolkit.operations | |
com.softwareag.mobile.runtime.toolkit.rest |
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 | Method and Description |
---|---|
void |
SyncClient.registerDatasource(IListDatasource datasource)
Adds a new datasource to be observed on data set changes.
|
void |
SyncClient.unregisterDatasource(IListDatasource datasource)
Removes a datasource.
|
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. |