- RangeCondition - Class in com.softwareag.mobile.runtime.toolkit.operations.queue.conditional
-
This condition is true if the resultCode is within a defined range.
- RangeCondition(int, int) - Constructor for class com.softwareag.mobile.runtime.toolkit.operations.queue.conditional.RangeCondition
-
- read(String) - Method in class com.softwareag.mobile.runtime.toolkit.rest.JPath
-
Parses the underlying JSONObject and returns a Vector
containing the
result.
- readString(String) - Method in class com.softwareag.mobile.runtime.toolkit.rest.JPath
-
- RegExStringValidator - Class in com.softwareag.mobile.runtime.toolkit.validator
-
This basic validator can be used to validate an input string based on the
given regular expression.
- RegExStringValidator(String) - Constructor for class com.softwareag.mobile.runtime.toolkit.validator.RegExStringValidator
-
- registerResolver(IConditionResolver) - Static method in class com.softwareag.mobile.runtime.toolkit.util.ConditionResolver
-
Set the given resolver as the current one.
- RelativeFontSize - Class in com.softwareag.mobile.runtime.toolkit.ui.font
-
Deprecated.
- RelativeFontSize() - Constructor for class com.softwareag.mobile.runtime.toolkit.ui.font.RelativeFontSize
-
Deprecated.
Creates this object by using the default values
nUIConstants.size_medium
and the default scaling factor.
- RelativeFontSize(int) - Constructor for class com.softwareag.mobile.runtime.toolkit.ui.font.RelativeFontSize
-
Deprecated.
Deliver a predefined font size value from Mobile Designer and use the default
scaling factor.
- RelativeFontSize(int, int) - Constructor for class com.softwareag.mobile.runtime.toolkit.ui.font.RelativeFontSize
-
Deprecated.
Deliver both, the predefined font size from Mobile Designer and the scaling
factor.
scale
must be greater than 0
.
- reload() - Method in class com.softwareag.mobile.runtime.toolkit.ui.ListView
-
Deprecated.
Call this method to reload the content of the ListView
.
- reloadDatasources() - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractListViewController
-
Reloads the assigned list datasource and removes all content beforehand.
- reloadDatasources(boolean) - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractListViewController
-
Reloads the assigned list datasource.
- reloadDatasources() - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractListViewTemplate
-
Reloads the assigned list datasource and removes all content beforehand.
- reloadDatasources(boolean) - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractListViewTemplate
-
Reloads the assigned list datasource.
- reloadElements() - Method in class com.softwareag.mobile.runtime.toolkit.delegates.AbstractListDatasource
-
- reloadElements() - Method in interface com.softwareag.mobile.runtime.toolkit.delegates.IListDatasource
-
Use to reload the objects managed by the datasource.
- reloadElements() - Method in class com.softwareag.mobile.runtime.toolkit.model.EntityListDatasource
-
- reloadElements() - Method in class com.softwareag.mobile.runtime.toolkit.rest.JSONDatasource
-
- reloadRowIndex(int) - Method in class com.softwareag.mobile.runtime.toolkit.ui.ListView
-
Deprecated.
Reloads the cell at the passed index row
.
- reloadRowIndexes(int[]) - Method in class com.softwareag.mobile.runtime.toolkit.ui.ListView
-
Deprecated.
Reloads all cells at the passed indexes.
- remove(String) - Static method in class com.softwareag.mobile.runtime.toolkit.util.ContextKeyStore
-
Removes the value for passed key
.
- removeAllElements() - Method in class com.softwareag.mobile.runtime.toolkit.delegates.AbstractListDatasource
-
- removeAllElements() - Method in interface com.softwareag.mobile.runtime.toolkit.delegates.IListDatasource
-
Removes all objects from the data model.
- removeAllElements() - Method in class com.softwareag.mobile.runtime.toolkit.ui.ListView
-
Deprecated.
Removes all cells and clears the underlying cache.
- removeCookies() - Method in class com.softwareag.mobile.runtime.toolkit.rest.Session
-
Removes all Cookies from the current Session
.
- removeCredentials() - Method in class com.softwareag.mobile.runtime.toolkit.rest.Session
-
Removes all credentials from the Session
.
- removeDelegate(IOperationDelegate) - Method in class com.softwareag.mobile.runtime.toolkit.operations.queue.BasicOperationQueue
-
- removeDelegate(IOperationQueueDelegate) - Method in class com.softwareag.mobile.runtime.toolkit.operations.queue.BasicOperationQueue
-
- removeDelegate(IOperationDelegate) - Method in interface com.softwareag.mobile.runtime.toolkit.operations.queue.IOperationQueue
-
- removeDelegate(IOperationQueueDelegate) - Method in interface com.softwareag.mobile.runtime.toolkit.operations.queue.IOperationQueue
-
- removeElement(Object) - Method in class com.softwareag.mobile.runtime.toolkit.delegates.AbstractListDatasource
-
- removeElement(Object) - Method in interface com.softwareag.mobile.runtime.toolkit.delegates.IListDatasource
-
Remove the given object from the data model.
- removeElementAtIndex(int) - Method in class com.softwareag.mobile.runtime.toolkit.delegates.AbstractListDatasource
-
- removeElementAtIndex(int) - Method in interface com.softwareag.mobile.runtime.toolkit.delegates.IListDatasource
-
Remove the object at the given index of the data model.
- removeEventListener(nUIEventListener) - Method in class com.softwareag.mobile.runtime.toolkit.ui.ImageElement
-
- removeOperationDelegate(IOperationDelegate) - Method in class com.softwareag.mobile.runtime.toolkit.operations.AbstractSynchronizableOperation
-
- removeOperationDelegate(IOperationDelegate) - Method in interface com.softwareag.mobile.runtime.toolkit.operations.IOperation
-
- removeRowIndex(int) - Method in class com.softwareag.mobile.runtime.toolkit.ui.ListView
-
Deprecated.
Removes a cell at the passed index.
- removeRowIndexes(int[]) - Method in class com.softwareag.mobile.runtime.toolkit.ui.ListView
-
Deprecated.
Removes all cells provided by the passed indexes.
- removeSideView() - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.SideViewControllerImpl
-
Removes the SideView from the main nUIWindowDisplay
.
- reset() - Method in class com.softwareag.mobile.runtime.toolkit.operations.queue.BasicOperationQueue
-
- reset() - Method in class com.softwareag.mobile.runtime.toolkit.operations.queue.conditional.ConditionalOperationQueue
-
- reset() - Method in interface com.softwareag.mobile.runtime.toolkit.operations.queue.IOperationQueue
-
reset the queue as if it were new, i.e.
- reset() - Method in class com.softwareag.mobile.runtime.toolkit.rest.AbstractRestOperation
-
Resets the request and it's properties to it's initial state.
- resetView() - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractViewController
-
- resetView() - Method in interface com.softwareag.mobile.runtime.toolkit.ui.controller.IViewController
-
Removes reference to the view and destroys it.
- resetView() - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.TransitionStackController
-
- resizeImage(Image, int, int) - Method in class com.softwareag.mobile.runtime.toolkit.AbstractApplicationController
-
- resizeImage(Image, int, int) - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractListViewTemplate
-
- resizeImage(Image, int, int) - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractViewController
-
- resizeImage(Image, int, int) - Method in interface com.softwareag.mobile.runtime.toolkit.ui.controller.IResourceController
-
Resize the given image.
- resolve(String) - Static method in class com.softwareag.mobile.runtime.toolkit.util.ContextKeyStore
-
Replaces tokens identified by {, } (mainly context keys) with the
correspond values.
- resort() - Method in class com.softwareag.mobile.runtime.toolkit.delegates.AbstractListDatasource
-
- resort() - Method in interface com.softwareag.mobile.runtime.toolkit.delegates.IListDatasource
-
Call this method to manually resort the contents of the data model.
- restore() - Method in class com.softwareag.mobile.runtime.toolkit.util.ContextKeyStore
-
Loads all the keys and it's values stored with
ContextKeyStore.store()
and restores
the state of the context to the state when it was last saved.
- resume() - Method in class com.softwareag.mobile.runtime.toolkit.operations.queue.BasicOperationQueue
-
- resume() - Method in interface com.softwareag.mobile.runtime.toolkit.operations.queue.IOperationQueue
-
resume the execution of the operations in the queue; the implementation
should handle calling this method gracefully when already in running
- rowIndexForCell(nUIObject) - Method in class com.softwareag.mobile.runtime.toolkit.ui.ListView
-
Deprecated.
Returns the given cell's (row) index in the ListView
.
- run() - Method in class com.softwareag.mobile.runtime.toolkit.operations.AbstractThreadedOperation
-
- run() - Method in class com.softwareag.mobile.runtime.toolkit.ui.dialog.DialogButtonRunnable
-
- runningOnAndroid() - Method in class com.softwareag.mobile.runtime.toolkit.AbstractApplicationController
-
Returns a boolean value indicating if we are currently running on an
Android device.
- runningOnIOS() - Method in class com.softwareag.mobile.runtime.toolkit.AbstractApplicationController
-
Returns a boolean value indicating if we are currently running on an
iOS device.
- runningOnWin8() - Method in class com.softwareag.mobile.runtime.toolkit.AbstractApplicationController
-
Returns a boolean value indicating if we are currently running on an
Windows 8 device.
- runningOnWinPhone() - Method in class com.softwareag.mobile.runtime.toolkit.AbstractApplicationController
-
Returns a boolean value indicating if we are currently running on an
Windows Phone device.