See: Description
| Interface | Description |
|---|---|
| Controller.ObjectFactory | |
| EventProducer |
An interface that can be implemented by a View so that ViewControllers can seamlessly
register to receive events from them.
|
| FormController.CloneableFormController<T extends FormController> |
Interface that can be implemented by FormController subclasses that support Cloning and replacing themselves.
|
| ViewController.ViewDecorator |
| Class | Description |
|---|---|
| ActionSupport<T extends ActionEvent> |
A utility class that can provide action support for a class.
|
| ApplicationController |
The main application controller.
|
| ApplicationController.ApplicationEvent | |
| ApplicationController.DestroyEvent | |
| ApplicationController.InitEvent | |
| ApplicationController.StartEvent | |
| ApplicationController.StopEvent | |
| AppSectionController |
A controller for a section of an app.
|
| AppSectionController.ExitSectionEvent |
An event that can be dispatched from anywhere inside an AppSection to exit the section.
|
| Controller |
A base class for all Controller classes.
|
| Controller.CreateObjectRequest<T> | |
| ControllerEvent |
A base event for all controller events.
|
| FieldEditorFormController | |
| FormController |
A controller for handling application logic related to a Form.
|
| FormController.FormBackEvent |
Event that can be fired by any view to request that the current form go back
to the previous form.
|
| FormController.FormControllerEvent |
Base class for FormController events.
|
| FormController.FormShownEvent | |
| NavigationController | |
| NavigationController.NavigationEvent | |
| ViewController |
A controller class that handles application logic for a view.
|
| ViewController.DidSetViewEvent |
Event that is fired when a "view" is set in a view controller.
|
| ViewController.DidUnSetViewEvent |
Event that is fired when a "view" is unset from a view controller.
|
This package contains controllers for CodeRAD applications.
Copyright © 2021. All Rights Reserved.