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

O

Observable - Class in com.softwareag.mobile.runtime.toolkit.util
An implementation of the Oberser-pattern to notify a set of registered Observer's that the data associated with this Objects has been changed.
Observable() - Constructor for class com.softwareag.mobile.runtime.toolkit.util.Observable
 
Observer - Interface in com.softwareag.mobile.runtime.toolkit.util
A Observer is meant as a listener to receive changes in a corresponding Observable Object.
onAlertDialogButtonPressed(AbstractAlertDialog, int) - Method in class com.softwareag.mobile.runtime.toolkit.AbstractApplicationController
 
onAlertDialogButtonPressed(AbstractAlertDialog, int) - Method in interface com.softwareag.mobile.runtime.toolkit.delegates.IDialogDelegate
This method will be called if a event occurs in given AbstractAlertDialog.
onAlertDialogButtonPressed(AbstractAlertDialog, int) - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractViewController
implement IDialogDelegate interface
onAssignView(nUIObject, PaneConfiguration, PaneDefinition, AbstractViewController) - Method in class com.softwareag.mobile.runtime.toolkit.AbstractApplicationController
 
onAssignView(nUIObject, PaneConfiguration, PaneDefinition, AbstractViewController) - Method in interface com.softwareag.mobile.runtime.toolkit.ui.pane.IPaneConfigDelegate
This callback can be used to change a view controller that will be used to create a view for the given pane.
onBackButtonEvent(nUINavbuttonElement) - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractViewController
 
onBackButtonEvent(nUINavbuttonElement) - Method in interface com.softwareag.mobile.runtime.toolkit.ui.controller.IViewController
This method is called when the back button is selected.
onCreateWindow(nUIWindowDisplay) - Method in class com.softwareag.mobile.runtime.toolkit.AbstractApplicationController
Delegate method to notify that the main window is created.
onCredentialsChanged(SyncClient) - Method in interface com.softwareag.mobile.runtime.toolkit.delegates.ISyncClientListener
Notifies that the credentials have been changed.
onDataUpdated(SyncClient, RowStructure) - Method in interface com.softwareag.mobile.runtime.toolkit.delegates.ISyncClientListener
Notifies that a new or updated RowStructure has been processed.
onDownloadFinished(SyncClient, boolean) - Method in interface com.softwareag.mobile.runtime.toolkit.delegates.ISyncClientListener
Notifies that the download operation is finished.
onDownloadStarted(SyncClient) - Method in interface com.softwareag.mobile.runtime.toolkit.delegates.ISyncClientListener
Notifies that a new download is started.
onHideView() - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractViewController
 
onHideView() - Method in interface com.softwareag.mobile.runtime.toolkit.ui.controller.IViewController
This methods gets called when the view becomes hidden on a pane.
onHideView() - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.TransitionStackController
 
onMissingCredentials(SyncClient) - Method in interface com.softwareag.mobile.runtime.toolkit.delegates.ISyncClientListener
Notifies that credentials are missing.
onOperationFailed(IOperation) - Method in interface com.softwareag.mobile.runtime.toolkit.delegates.IOperationDelegate
Notifies this listener that the watched IOperation failed.
onOperationFailed(IOperation) - Method in class com.softwareag.mobile.runtime.toolkit.operations.SyncClient
 
onOperationFinished(IOperation) - Method in interface com.softwareag.mobile.runtime.toolkit.delegates.IOperationDelegate
Notifies this listener that the watched IOperation finished.
onOperationFinished(IOperation) - Method in class com.softwareag.mobile.runtime.toolkit.operations.SyncClient
 
onOrientationChange() - Method in class com.softwareag.mobile.runtime.toolkit.AbstractApplicationController
Will be called after the user decides to change the device orientation.
onPushNotification(String) - Method in class com.softwareag.mobile.runtime.toolkit.AbstractApplicationController
Will be called when a push notification is received by the application.
onRowEdit(ListView, int) - Method in interface com.softwareag.mobile.runtime.toolkit.delegates.IListViewDelegate
Will be called after the user pressed the edit button provided by the style IListViewDelegate.EDITING_STYLE_SWIPE_EDIT_LEFT.
onRowGainFocus(ListView, int) - Method in interface com.softwareag.mobile.runtime.toolkit.delegates.IListViewDelegate
Use this method to handle focusing of the cell.
onRowLoseFocus(ListView, int) - Method in interface com.softwareag.mobile.runtime.toolkit.delegates.IListViewDelegate
Use this method to handle defocusing of the cell.
onRowMoved(ListView, int, int) - Method in interface com.softwareag.mobile.runtime.toolkit.delegates.IListViewDelegate
Will be called after the position of a cell was changed in the ListView when ListView.setSortEnabled(boolean) is set to true.
onRowSelect(ListView, int) - Method in interface com.softwareag.mobile.runtime.toolkit.delegates.IListViewDelegate
Use this method to handle selection of the cell.
onSetupPaneDimension(nUIObject, PaneConfiguration, PaneDefinition) - Method in class com.softwareag.mobile.runtime.toolkit.AbstractApplicationController
 
onSetupPaneDimension(nUIObject, PaneConfiguration, PaneDefinition) - Method in interface com.softwareag.mobile.runtime.toolkit.ui.pane.IPaneConfigDelegate
This callback will be called after dimensions for the current pane are calculated.
onShowView() - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractViewController
 
onShowView() - Method in interface com.softwareag.mobile.runtime.toolkit.ui.controller.IViewController
This method is called when the view becomes visible on a pane.
onShowView() - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.TransitionStackController
 
onStart(SyncClient) - Method in interface com.softwareag.mobile.runtime.toolkit.delegates.ISyncClientListener
Notifies that the SyncClient.start() method has been called.
onStop(SyncClient) - Method in interface com.softwareag.mobile.runtime.toolkit.delegates.ISyncClientListener
Notifies that the SyncClient.stop() method has been called.
onSyncFinished(SyncClient, boolean) - Method in interface com.softwareag.mobile.runtime.toolkit.delegates.ISyncClientListener
Notifies that the sync operation is finished.
onSyncStarted(SyncClient) - Method in interface com.softwareag.mobile.runtime.toolkit.delegates.ISyncClientListener
Notifies that a new sync is started.
onTransitionFrom() - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractViewController
 
onTransitionFrom() - Method in interface com.softwareag.mobile.runtime.toolkit.ui.controller.IViewController
This method is called right before the view is transitioned off the screen by a TransitionStackController.
onTransitionFrom() - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.TransitionStackController
 
onTransitionTo() - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractViewController
 
onTransitionTo() - Method in interface com.softwareag.mobile.runtime.toolkit.ui.controller.IViewController
This method is called right after the view is created and before it is transitioned on to the screen by a TransitionStackController.
onTransitionTo() - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.TransitionStackController
 
onViewCreated(nUIViewDisplay, AbstractViewController) - Method in class com.softwareag.mobile.runtime.toolkit.AbstractApplicationController
Each view controller calls this method immediately after it has created a new view.
onViewRemoved(nUIViewDisplay) - Method in class com.softwareag.mobile.runtime.toolkit.AbstractApplicationController
If view was reset or a new view was created, the related view controller calls this method.
open() - Method in class com.softwareag.mobile.runtime.toolkit.ui.AbstractAlertDialog
Opens this dialog.
openDialog(AbstractAlertDialog) - Method in class com.softwareag.mobile.runtime.toolkit.AbstractApplicationController
Shows the delivered dialog of no one is actually shown.
openProgressWindow(nUIViewDisplay) - Method in class com.softwareag.mobile.runtime.toolkit.AbstractApplicationController
Opens the delivered view as a progress window if no progress window is currently shown.
openProgressWindow() - Method in class com.softwareag.mobile.runtime.toolkit.AbstractApplicationController
Opens the default progress window if no progress window is currently shown.
OperationNotifier - Class in com.softwareag.mobile.runtime.toolkit.operations
This is an internally used nUIObject to synchronize the communication between different threads.
A B C D E F G H I J L M N O P R S T U V W X Y