Interface | Description |
---|---|
IController |
This interface provides methods for performing navigation to another view as
well as interacting with the
TransitionStackController . |
IResourceController |
This interface provides methods for loading and resizing images as well as
for loading html files.
|
ITemplate |
Interface for Templates.
|
IViewController |
The
IViewController interface defines methods and delegates
supported to manage the lifecycle of views and it's controllers. |
Class | Description |
---|---|
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. |
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. |
AbstractViewController |
This is an abstract base class for view controllers which provides default
implementation for common methods of following interfaces:
IViewController
IResourceController
IDialogDelegate |
SideViewControllerImpl |
A
SideViewController manages to visibility of a SideView. |
TransitionStackController |
Use
TransitionStackController to easily create workflows in your
application. |