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 |
---|---|
AbstractViewController |
This is an abstract base class for view controllers which provides default
implementation for common methods of following interfaces:
IViewController
IResourceController
IDialogDelegate
|
TransitionStackController |
Use
TransitionStackController to easily create workflows in your
application. |