ViewController - shannah/CodeRAD GitHub Wiki
See javadoc
A controller class that handles application logic for a view.
In most cases a FormController will be sufficient to handle the logic for a form. Some more complex views may require their own controllers as well, in which case you might use a ViewController to handle Action dispatch on the view.