| Package | Description | 
|---|---|
| com.toolsverse.mvc.controller | |
| com.toolsverse.mvc.view | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ControllerImpl
The default implementation of the Controller interface. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Controller | 
ControllerBundle.getController()
Gets the controller. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Object | 
ControllerAdapterImpl.convertForDisplay(Controller controller,
                 String attributeName,
                 Object input)  | 
Object | 
ControllerAdapter.convertForDisplay(Controller controller,
                 String attributeName,
                 Object input)
Converts value before sending it to the view. 
 | 
Object | 
ControllerAdapterImpl.convertForDisplayAnnotation(Controller controller,
                           String attributeName,
                           Object input)  | 
Object | 
ControllerAdapter.convertForDisplayAnnotation(Controller controller,
                           String attributeName,
                           Object input)
Converts value before sending it to the view. 
 | 
Object | 
ControllerAdapterImpl.convertForStorage(Controller controller,
                 String attributeName,
                 Object input)  | 
Object | 
ControllerAdapter.convertForStorage(Controller controller,
                 String attributeName,
                 Object input)
Converts value before sending it to the model. 
 | 
Object | 
ControllerAdapterImpl.convertForStorageAnnotation(Controller controller,
                           String attributeName,
                           Object input)  | 
Object | 
ControllerAdapter.convertForStorageAnnotation(Controller controller,
                           String attributeName,
                           Object input)
Converts value before sending it to the model. 
 | 
boolean | 
ControllerAdapterImpl.viewAction(Controller controller,
          Object source,
          String attributeName)  | 
boolean | 
ControllerAdapter.viewAction(Controller controller,
          Object source,
          String attributeName)
This is an event handler for all action events. 
 | 
boolean | 
ControllerAdapterImpl.viewAnnotationAction(Controller controller,
                    Object source,
                    String attributeName)  | 
boolean | 
ControllerAdapter.viewAnnotationAction(Controller controller,
                    Object source,
                    String attributeName)
Event handler for the particular action event. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Controller | 
ViewImpl.getController()  | 
Controller | 
View.getController()
Gets the controller. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ViewImpl.setController(Controller controller)  | 
void | 
View.setController(Controller controller)
Sets the controller for the view 
 | 
Copyright © 2010-2020 Toolsverse. All Rights Reserved.