- Observable - Class in com.softwareag.mobile.runtime.toolkit.util
-
This class represents an observable object, or "data" in the model-view paradigm.
- Observable() - Constructor for class com.softwareag.mobile.runtime.toolkit.util.Observable
-
Creates a new instance without registered observers.
- Observer - Interface in com.softwareag.mobile.runtime.toolkit.util
-
A class can implement the Observer interface when it wants to be informed of changes in observable objects.
- 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.
- 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
-
- onOperationFailed(AbstractRestOperation) - Method in interface com.softwareag.mobile.runtime.toolkit.rest.IServiceDelegate
-
- onOperationFailed(AbstractRestOperation) - Method in class com.softwareag.mobile.runtime.toolkit.rest.JSONDatasource
-
- onOperationFinished(AbstractRestOperation) - Method in interface com.softwareag.mobile.runtime.toolkit.rest.IServiceDelegate
-
- onOperationFinished(AbstractRestOperation) - Method in class com.softwareag.mobile.runtime.toolkit.rest.JSONDatasource
-
- onOrientationChange() - Method in class com.softwareag.mobile.runtime.toolkit.AbstractApplicationController
-
Will be called after the user decides to change the device orientation.
- 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.
- 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
-
- 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
-
- 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.rest
-
This is an internally used nUIObject
to synchronize the communication
between different threads.