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 |
EntityListDatasource
An
EntityListDatasource provides a IListDatasource
implementation to manage and represent a data model based on the
IEntity s defined in the application 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 | Method and Description |
---|---|
void |
AbstractViewController.bind(com.softwareag.mobile.runtime.nui.nUIDisplayObject control,
IDatasource ds,
IDataTransformer transformer,
java.lang.String expression)
Fetches the expression value and passes this value
AbstractViewController.bind(nUIDisplayObject, IDataTransformer, Object) . |
void |
AbstractListViewTemplate.bind(com.softwareag.mobile.runtime.nui.nUIDisplayObject control,
IDatasource ds,
IDataTransformer transformer,
java.lang.String expression)
Fetches the expression value and passes this value
AbstractListViewTemplate.bind(nUIDisplayObject, IDataTransformer, Object) . |
void |
AbstractViewController.bind(com.softwareag.mobile.runtime.nui.nUIDisplayObject control,
IDatasource ds,
java.lang.String expression)
Binds a given control to it's value defined within a datasource.
|
void |
AbstractListViewTemplate.bind(com.softwareag.mobile.runtime.nui.nUIDisplayObject control,
IDatasource ds,
java.lang.String expression)
Binds a given control to it's value defined within a datasource.
|
Modifier and Type | Class and Description |
---|---|
class |
ContextKeyStore
The
ContextKeyStore is used to store and access objects in the
application context. |