- BasicCondition - Class in com.softwareag.mobile.runtime.toolkit.operations.queue.conditional
-
A simple condition based on one specific resultCode.
- BasicCondition(int) - Constructor for class com.softwareag.mobile.runtime.toolkit.operations.queue.conditional.BasicCondition
-
- BasicOperationQueue - Class in com.softwareag.mobile.runtime.toolkit.operations.queue
-
- BasicOperationQueue() - Constructor for class com.softwareag.mobile.runtime.toolkit.operations.queue.BasicOperationQueue
-
Create a new queue.
- BasicOperationQueue(int) - Constructor for class com.softwareag.mobile.runtime.toolkit.operations.queue.BasicOperationQueue
-
Create a new queue with maximum of parallel executions defined by the given
parameter.
- BasicOperationQueue(boolean) - Constructor for class com.softwareag.mobile.runtime.toolkit.operations.queue.BasicOperationQueue
-
Create a new queue in suspended state.
- BasicOperationQueue(int, boolean) - Constructor for class com.softwareag.mobile.runtime.toolkit.operations.queue.BasicOperationQueue
-
Create a new queue with maximum of parallel executions defined by the given
parameter.
- beforeOperationExecution(IOperation) - Method in class com.softwareag.mobile.runtime.toolkit.operations.cache.AbstractOfflineAwareCacheHandler
-
- beforeOperationExecution(IOperation) - Method in class com.softwareag.mobile.runtime.toolkit.operations.cache.CacheFirstCacheHandler
-
- beforeOperationExecution(IOperation) - Method in class com.softwareag.mobile.runtime.toolkit.operations.cache.CacheOnlyCacheHandler
-
- beforeOperationExecution(IOperation) - Method in interface com.softwareag.mobile.runtime.toolkit.operations.cache.IOperationCacheHandler
-
Is invoked before the operation itself is started with
IOperation#internalExecute()
.
- beforeOperationExecution(IOperation) - Method in class com.softwareag.mobile.runtime.toolkit.operations.cache.NoCacheHandler
-
- beforeOperationExecution(IOperation) - Method in class com.softwareag.mobile.runtime.toolkit.operations.cache.ServerFirstCacheHandler
-
- bind(nUIDisplayObject, IListDatasource, String) - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractListViewTemplate
-
Binds a given control to it's value defined within a datasource.
- bind(nUIDisplayObject, IListDatasource, IDataTransformer, String) - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractListViewTemplate
-
Binds a given control to it's value defined within a datasource.
- bind(nUIDisplayObject, IDatasource, String) - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractListViewTemplate
-
Binds a given control to it's value defined within a datasource.
- bind(nUIDisplayObject, IDatasource, IDataTransformer, String) - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractListViewTemplate
-
- bind(nUIDisplayObject, IListDatasource, IDataTransformer, int, String) - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractListViewTemplate
-
Binds a given control to it's value defined within a datasource.
- bind(nUIDisplayObject, IListDatasource, String) - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractViewController
-
Binds a given control to it's value defined within a datasource.
- bind(nUIDisplayObject, IListDatasource, IDataTransformer, String) - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractViewController
-
Binds a given control to it's value defined within a datasource.
- bind(nUIDisplayObject, IDatasource, String) - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractViewController
-
Binds a given control to it's value defined within a datasource.
- bind(nUIDisplayObject, IDatasource, IDataTransformer, String) - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractViewController
-
- bind(nUIDisplayObject, IListDatasource, IDataTransformer, int, String) - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractViewController
-
Binds a given control to it's value defined within a datasource.
- bindFromCursor(Cursor) - Method in class com.softwareag.mobile.runtime.toolkit.persistence.SQLiteConnectorImpl
-
Binds the values contained in the delivered Cursor
to an array of
objects.
- buildUI(int) - Method in interface com.softwareag.mobile.runtime.toolkit.delegates.IListViewCell
-
Builds the grid gridlayout on Android.