Package | Description |
---|---|
com.softwareag.mobile.runtime.toolkit | |
com.softwareag.mobile.runtime.toolkit.ui | |
com.softwareag.mobile.runtime.toolkit.ui.controller |
Modifier and Type | Class and Description |
---|---|
class |
AbstractApplicationController
The AbstractApplicationController manages the inner life cycle of the
application and is responsible for resource loading, pane configurations and
transitions.
|
Constructor and Description |
---|
ImageLoaderTask(IResourceController controller,
com.softwareag.mobile.runtime.nui.nUIImageElement imageElement,
java.lang.String imageName,
boolean scaleToParentsWidth,
boolean scaleToParentsHeight)
This constructor stores all required information to load image at later
time.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractViewController
This is an abstract base class for view controllers which provides default
implementation for common methods of following interfaces:
IViewController
IResourceController
IDialogDelegate
|
class |
TransitionStackController
Use
TransitionStackController to easily create workflows in your
application. |