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.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDialogDelegate
Abstract base implementation for an
IDialogDelegate . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractListViewController
The
AbstractListViewController acts as a default implementation
for IListListener and IListProvider and will be used as super
class for any RecordView in the AML model. |
class |
AbstractListViewTemplate
The
AbstractListViewTemplate acts as a default implementation
for IListListener and IListProvider and will be used as super
class for any RecordViewElement in the AML model. |
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. |
Modifier and Type | Method and Description |
---|---|
IDialogDelegate |
DialogButtonRunnable.getDelegate() |
Constructor and Description |
---|
AbstractAlertDialog(IDialogDelegate delegate)
Creates a new AbstractAlertDialog by passing an IDialogDelegate.
|
AbstractDialog(IDialogDelegate delegate)
Creates a new AbstractDialog by passing an IDialogDelegate.
|
AbstractPopupMenu(IDialogDelegate delegate,
com.softwareag.mobile.runtime.nui.nUIObject anchorElement)
Creates a new AbstractPopupMenu by passing an IDialogDelegate.
|
DialogButtonRunnable(AbstractDialog dialog,
IDialogDelegate delegate,
int buttonId) |