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. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractViewController.bind(com.softwareag.mobile.runtime.nui.nUIDisplayObject control,
IListDatasource ds,
IDataTransformer transformer,
int rowIndex,
java.lang.String expression)
Binds a given control to it's value defined within a datasource.
|
void |
AbstractViewController.bind(com.softwareag.mobile.runtime.nui.nUIDisplayObject control,
IListDatasource ds,
IDataTransformer transformer,
java.lang.String expression)
Binds a given control to it's value defined within a datasource.
|
void |
AbstractViewController.bind(com.softwareag.mobile.runtime.nui.nUIDisplayObject control,
IListDatasource ds,
java.lang.String expression)
Binds a given control to it's value defined within a datasource.
|