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 

O

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.
onActionButtonClicked(int, nUIActionButton) - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractListViewController
 
onActionButtonClicked(int, nUIActionButton) - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractListViewTemplate
 
onActionButtonsClosed(int) - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractListViewController
 
onActionButtonsClosed(int) - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractListViewTemplate
 
onActionButtonsOpened(int, int) - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractListViewController
 
onActionButtonsOpened(int, int) - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractListViewTemplate
 
onAppDestroyed() - Method in class com.softwareag.mobile.runtime.toolkit.AbstractApplicationController
 
onAppDirectionalityChanged(int) - Method in class com.softwareag.mobile.runtime.toolkit.AbstractApplicationController
 
onAppPaused() - Method in class com.softwareag.mobile.runtime.toolkit.AbstractApplicationController
 
onAppResumed() - Method in class com.softwareag.mobile.runtime.toolkit.AbstractApplicationController
 
onAppStarted() - Method in class com.softwareag.mobile.runtime.toolkit.AbstractApplicationController
 
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.
onDatasourceError(IListDatasource, Exception) - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractListViewController
Will be called when reloading returns in an exception.
onDatasourceError(IListDatasource, Exception) - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractListViewTemplate
Will be called when reloading returns in an exception.
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.
onDeviceRegistrationError(String) - Method in class com.softwareag.mobile.runtime.toolkit.AbstractApplicationController
Will be called if a registration for a device token, used to receive push notifications, could not be completed successfully.
onDialogButtonPressed(AbstractDialog, int) - Method in class com.softwareag.mobile.runtime.toolkit.AbstractApplicationController
 
onDialogButtonPressed(AbstractDialog, int) - Method in class com.softwareag.mobile.runtime.toolkit.delegates.AbstractDialogDelegate
 
onDialogButtonPressed(AbstractDialog, int) - Method in interface com.softwareag.mobile.runtime.toolkit.delegates.IDialogDelegate
This method will be called if a event occurs in given AbstractDialog.
onDialogButtonPressed(AbstractDialog, int) - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractListViewTemplate
 
onDialogButtonPressed(AbstractDialog, int) - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractViewController
implement IDialogDelegate interface
onFocusGained(int, nUIDisplayObject) - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractListViewController
 
onFocusGained(int, nUIDisplayObject) - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractListViewTemplate
 
onFocusLost(int, nUIDisplayObject) - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractListViewController
 
onFocusLost(int, nUIDisplayObject) - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractListViewTemplate
 
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
 
onLeftSideViewOpening() - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.SideViewControllerImpl
 
onMessage(PushNotification) - Method in class com.softwareag.mobile.runtime.toolkit.AbstractApplicationController
Will be called once a push notification is received and the app is running or is in the background.
onOperationFailed(IOperation) - Method in class com.softwareag.mobile.runtime.toolkit.delegates.AbstractOperationDelegate
 
onOperationFailed(IOperation) - Method in class com.softwareag.mobile.runtime.toolkit.delegates.DatasourceAwareDelegateTransformer
 
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.cache.ServerFirstCacheHandler
 
onOperationFailed(IOperation) - Method in class com.softwareag.mobile.runtime.toolkit.operations.queue.conditional.ConditionalOperationQueue
 
onOperationFinished(IOperation) - Method in class com.softwareag.mobile.runtime.toolkit.delegates.AbstractOperationDelegate
 
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.cache.AbstractOfflineAwareCacheHandler
 
onOperationFinished(IOperation) - Method in class com.softwareag.mobile.runtime.toolkit.operations.cache.AbstractRestCacheHandler
 
onOperationFinished(IOperation) - Method in class com.softwareag.mobile.runtime.toolkit.operations.cache.CacheFirstCacheHandler
 
onOperationFinished(IOperation) - Method in class com.softwareag.mobile.runtime.toolkit.operations.OperationHandler
Notifies that the passed IOperation is finished.
onOperationFinished(IOperation) - Method in class com.softwareag.mobile.runtime.toolkit.operations.queue.conditional.ConditionalOperationQueue
 
onOperationStarted(IOperation) - Method in class com.softwareag.mobile.runtime.toolkit.operations.OperationHandler
Notifies that the passed IOperation has been started.
onOperationSuccessful(IOperation) - Method in class com.softwareag.mobile.runtime.toolkit.delegates.AbstractOperationDelegate
Is called when the operation executed successfully (i.e.
onOperationSuccessful(IOperation) - Method in class com.softwareag.mobile.runtime.toolkit.delegates.DatasourceAwareDelegateTransformer
reads the result from the operation (takes "expression" and "filterExpression" into account) and calls the DatasourceAwareDelegateTransformer.attachElements(AbstractListDatasource) method
onOperationSuccessful(IOperation) - Method in class com.softwareag.mobile.runtime.toolkit.operations.cache.NoCacheHandler
 
onOperationSuccessful(IOperation) - Method in class com.softwareag.mobile.runtime.toolkit.operations.cache.ServerFirstCacheHandler
 
onOperationSuccessful(IOperation) - Method in class com.softwareag.mobile.runtime.toolkit.operations.cache.ServerOnlyCacheHandler
 
onOperationSuccessful(IOperation) - Method in class com.softwareag.mobile.runtime.toolkit.operations.FileOperationDelegate
 
onOrientationChange() - Method in class com.softwareag.mobile.runtime.toolkit.AbstractApplicationController
Will be called after the user decides to change the device orientation.
onPushNotification(String, Hashtable) - Method in class com.softwareag.mobile.runtime.toolkit.AbstractApplicationController
Deprecated.
Please implement AbstractApplicationController.onMessage(PushNotification). Older implementations may stay with this method, as AbstractApplicationController.onMessage(PushNotification) delegates to it.
onPushNotificationError(String) - Method in class com.softwareag.mobile.runtime.toolkit.AbstractApplicationController
Will be called when a push notification results in an error.
onQueueFailed(IOperation) - Method in interface com.softwareag.mobile.runtime.toolkit.operations.queue.IOperationQueueDelegate
Notifies this listener that the one IOperation in the queue failed.
onQueueFinished(IOperation) - Method in interface com.softwareag.mobile.runtime.toolkit.operations.queue.IOperationQueueDelegate
Notifies this listener that the queue finished, i.e.
onRefresh() - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractListViewController
 
onRefresh() - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractListViewTemplate
 
onRemoved() - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractListViewTemplate
 
onRemoved() - Method in class com.softwareag.mobile.runtime.toolkit.ui.ListView
Deprecated.
Overwritten to clear the list view delegate.
onResponse(HttpResponse) - Method in class com.softwareag.mobile.runtime.toolkit.rest.AbstractRestOperation
 
onRightSideViewOpening() - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.SideViewControllerImpl
 
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.
onRowSelected(int, nUIDisplayObject) - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractListViewController
 
onRowSelected(int, nUIDisplayObject) - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractListViewTemplate
 
onScrollBoundReached(int) - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractListViewController
 
onScrollBoundReached(int) - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractListViewTemplate
 
onScrollStateChanged(int) - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractListViewController
 
onScrollStateChanged(int) - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractListViewTemplate
 
onScrollThresholdReached() - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractListViewController
 
onScrollThresholdReached() - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractListViewTemplate
 
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
 
onSizeChanged(int, int) - Method in class com.softwareag.mobile.runtime.toolkit.AbstractApplicationController
 
onStartAppFromFile(String, String) - Method in class com.softwareag.mobile.runtime.toolkit.AbstractApplicationController
Will be called when the application is started by passing a file into the application.
onStartAppFromPushNotification(PushNotification) - Method in class com.softwareag.mobile.runtime.toolkit.AbstractApplicationController
This method will be called if the app receives a push notification, but is not running in the background.
onStartAppFromURL(String, String) - Method in class com.softwareag.mobile.runtime.toolkit.AbstractApplicationController
Will be called when the application is started from an URI scheme it is registered for.
onSwiped(int, int) - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractListViewController
 
onSwiped(int, int) - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractListViewTemplate
 
onTemplateCreated() - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractListViewTemplate
This method is called after the template has been created with all it's elements and it's bindings have been initialized.
onTransitionFrom() - Method in class com.softwareag.mobile.runtime.toolkit.ui.controller.AbstractListViewController
 
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.AbstractListViewController
 
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.dialog.AbstractAlertDialog
Opens this dialog.
open() - Method in class com.softwareag.mobile.runtime.toolkit.ui.dialog.AbstractDialog
 
open() - Method in class com.softwareag.mobile.runtime.toolkit.ui.dialog.AbstractPopupMenu
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.
OPERATION_FAILED - Static variable in class com.softwareag.mobile.runtime.toolkit.operations.AbstractSynchronizableOperation
 
OPERATION_SUCCESSFUL - Static variable in class com.softwareag.mobile.runtime.toolkit.operations.AbstractSynchronizableOperation
 
OperationHandler - Class in com.softwareag.mobile.runtime.toolkit.operations
The OperationHandler provides global convenient methods for IOperations.
OperationHandler() - Constructor for class com.softwareag.mobile.runtime.toolkit.operations.OperationHandler
 
OperationNotifier - Class in com.softwareag.mobile.runtime.toolkit.operations
This is an internally used nUIObject to synchronize the communication between different threads.
OperationsFileCacheManager - Class in com.softwareag.mobile.runtime.toolkit.operations.cache
The OperationsFileCacheManager is a default implementation for FileCacheManager that can be used for all IOperation.
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