Package | Description |
---|---|
com.softwareag.mobile.runtime.toolkit.delegates | |
com.softwareag.mobile.runtime.toolkit.model | |
com.softwareag.mobile.runtime.toolkit.rest |
Constructor and Description |
---|
DatasourceAwareDelegateTransformer(AbstractListDatasource targetDatasource,
IDataTransformer transformer,
java.lang.String expression)
Creates this
IOperationDelegate by passing the target datasource
as well a IDataTransformer . |
DatasourceAwareDelegateTransformer(AbstractListDatasource targetDatasource,
IDataTransformer transformer,
java.lang.String expression,
java.lang.String filterExpression)
Creates this
IOperationDelegate by passing the target datasource
as well a IDataTransformer . |
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. |