View: Trait for View objects.
Description
Trait for View objects.Details
A view "displays" the values in an associated model. The association is through a controller
the view does not know the controller or the model
Views are initialized through the make_ui
method.