| Interface | Description |
|---|---|
| Behavior |
The behavior modifier interface.
|
| Controller |
This interface defines the methods required of objects filling the role of Controller in the Toolseverse Model/View/Controller implementation.
|
| ControllerAdapter |
In the Toolseverse implementation of the MVC the ControllerAdapter is where you put all event handlers and model to view and view to model data conversion.
|
| Class | Description |
|---|---|
| ControllerAdapterImpl |
The abstract implementation of the ControllerAdapter interface.
|
| ControllerBundle |
Creates a new Controller and binds it with a View and Model using given ControllerAdapter.
|
| ControllerImpl |
The default implementation of the Controller interface.
|
| Annotation Type | Description |
|---|---|
| ConvertForDisplay |
The ConvertForDisplay annotation is used in the ControllerAdapter to define a method where convertForDisplay event is handled.
|
| ConvertForStorage |
The ConvertForStorage annotation is used in the ControllerAdapter to define a method where convertForStorage event is handled.
|
| ViewAction |
The ViewAction annotation is used in the ControllerAdapter to define the method where action event is handled.
|
Copyright © 2010-2020 Toolsverse. All Rights Reserved.