Skip navigation links
A B C D E F G H I J L M N O P R S T U V W X Y 

R

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
Returns the first found result from JPath.read(String) if it's a String value.
registerDatasource(IListDatasource) - Method in class com.softwareag.mobile.runtime.toolkit.operations.SyncClient
Adds a new datasource to be observed on data set changes.
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
FontSize implementation to set the font size relative to the predefined values from Mobile Designer.
RelativeFontSize() - Constructor for class com.softwareag.mobile.runtime.toolkit.ui.font.RelativeFontSize
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
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
Deliver both, the predefined font size from Mobile Designer and the scaling factor.
reload() - Method in class com.softwareag.mobile.runtime.toolkit.ui.ListView
Call this method to reload the content of the ListView.
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
Reloads the cell at the passed index row.
reloadRowIndexes(int[]) - Method in class com.softwareag.mobile.runtime.toolkit.ui.ListView
Reloads all cells at the passed indexes.
remove(String) - Static method in class com.softwareag.mobile.runtime.toolkit.util.ContextKeyStore
Access a value by delivering the corresponding 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
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.
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
 
removeListener(ISyncClientListener) - Method in class com.softwareag.mobile.runtime.toolkit.operations.SyncClient
Removes the passed ISyncClientListener.
removeOperationDelegate(IOperationDelegate) - Method in class com.softwareag.mobile.runtime.toolkit.operations.AbstractSynchronizableOperation
 
removeOperationDelegate(IOperationDelegate) - Method in interface com.softwareag.mobile.runtime.toolkit.operations.IOperation
Removes the delivered IOperationDelegate.
removeRowIndex(int) - Method in class com.softwareag.mobile.runtime.toolkit.ui.ListView
Removes a cell at the passed index.
removeRowIndexes(int[]) - Method in class com.softwareag.mobile.runtime.toolkit.ui.ListView
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.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.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.
restartAfterException(boolean) - Method in class com.softwareag.mobile.runtime.toolkit.operations.SyncClient
Sets the doRestartAfterException property.
restartsAfterException() - Method in class com.softwareag.mobile.runtime.toolkit.operations.SyncClient
Returns a boolean value indicating if the client should be re-started after an exception during communication.
RestHttpConnectionHandler - Class in com.softwareag.mobile.runtime.toolkit.rest
The RestHttpConnectionHandler enables the AbstractRestOperation to call the IOperationDelegate.onOperationFinished(IOperation) method.
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.
rowIndexForCell(nUIObject) - Method in class com.softwareag.mobile.runtime.toolkit.ui.ListView
Returns the given cell's (row) index in the ListView.
run() - Method in class com.softwareag.mobile.runtime.toolkit.operations.AbstractThreadedOperation
 
runInternal() - Method in class com.softwareag.mobile.runtime.toolkit.operations.DownloadOperation
 
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.
A B C D E F G H I J L M N O P R S T U V W X Y 
Skip navigation links