Package | Description |
---|---|
com.softwareag.mobile.runtime.toolkit.delegates | |
com.softwareag.mobile.runtime.toolkit.rest | |
com.softwareag.mobile.runtime.toolkit.util |
Modifier and Type | Class and Description |
---|---|
class |
AbstractListViewDatasource
Abstract base implementation of an
IListViewDatasource based on a
Vector to manage its data model. |
Modifier and Type | Class and Description |
---|---|
class |
JSONDatasource
A
JSONDatasource provides a IListViewDatasource 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 |
Observer.update(Observable observable,
java.lang.Object object)
This method is called whenever the observed object is changed.
|