Package | Description |
---|---|
com.softwareag.mobile.runtime.toolkit.delegates | |
com.softwareag.mobile.runtime.toolkit.rest | |
com.softwareag.mobile.runtime.toolkit.util |
Modifier and Type | Interface and Description |
---|---|
interface |
IListDatasource
IListDatasource extends IDatasource for management of
list (index) based data models. |
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 |
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 | Class and Description |
---|---|
class |
ContextKeyStore
The
ContextKeyStore is used to store and access objects in the
application context. |