Package | Description |
---|---|
com.softwareag.mobile.runtime.toolkit.delegates | |
com.softwareag.mobile.runtime.toolkit.transformer | |
com.softwareag.mobile.runtime.toolkit.ui.controller |
Modifier and Type | Class and Description |
---|---|
class |
AbstractJsonTransformer
The abstract
AbstractJsonTransformer provides some basic
functionalities to transform a JSONObject or JSON String into an
IEntity or vice versa. |
Constructor and Description |
---|
DatasourceAwareDelegateTransformer(AbstractListDatasource targetDatasource,
IDataTransformer transformer,
java.lang.String filterExpression)
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 |
DateTransformer
This Transformer can be used to parse date strings and format date values.
|
class |
ImageTransformer
This Transformer can be used to create an
Image based on the given
parameter (which is used as a filename and passed to filename (incl. |
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,
IListDatasource ds,
IDataTransformer transformer,
int rowIndex,
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,
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 |
AbstractListViewTemplate.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.
|