- Observable - Class in com.softwareag.mobile.runtime.toolkit.util
-
An implementation of the Observer-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
-
- 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.
- onDeviceRegistered(String) - Method in class com.softwareag.mobile.runtime.toolkit.AbstractApplicationController
-
Will be called after the device is successfully registered to the
platform's push notification service.
- 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 class com.softwareag.mobile.runtime.toolkit.delegates.DatasourceAwareDelegateTransformer
-
notifies the targetDatasource that an exception occurred
- 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 class com.softwareag.mobile.runtime.toolkit.delegates.DatasourceAwareDelegateTransformer
-
- 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
-
- onPushNotification(String, Hashtable) - Method in class com.softwareag.mobile.runtime.toolkit.AbstractApplicationController
-
Will be called when a push notification is received by the application.
- onPushNotificationError(String) - Method in class com.softwareag.mobile.runtime.toolkit.AbstractApplicationController
-
Will be called when a push notification results in an error.
- onRowEdit(ListView, int) - Method in interface com.softwareag.mobile.runtime.toolkit.delegates.IListViewDelegate
-
- 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
-
- 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
-
- onStop(SyncClient) - Method in interface com.softwareag.mobile.runtime.toolkit.delegates.ISyncClientListener
-
- 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
-
- 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
-
- onUISynced() - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractViewController
-
- onUISynced() - Method in interface com.softwareag.mobile.runtime.toolkit.ui.controller.IViewController
-
This method will be called to notify the controller that all UI
calculations made for the underlying nUIViewDisplay
are done.
- 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.
- openSideView() - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.SideViewControllerImpl
-
Asks the nUIWindowDisplay
to show a SideView.
- OperationNotifier - Class in com.softwareag.mobile.runtime.toolkit.operations
-
This is an internally used nUIObject
to synchronize the communication
between different threads.