| Class Summary | 
| DocumentView | View type for KRAD documents | 
| FormView | Provides configuration for Viewinstances that render an HTML
 form | 
| History | History class used to keep track of views visited so they can be displayed in the ui
 as breadcrumbs - both as homeward path and history path interpretations | 
| HistoryEntry | A simple object that keeps track of various HistoryInformation
 TODO a variety of these settings are not used in the current implementation of breadcrumbs
 and history, they may be removed later if they prove unuseful in future changes | 
| InquiryView | Type of Viewthat provides a read-only display of a record of
 data (object instance) | 
| LookupView | View type for Maintenance documents | 
| MaintenanceView | View type for Maintenance documents | 
| View | Root of the component tree which encompasses a set of related GroupContainerinstances tied together with a common page layout
 and navigation. | 
| ViewAuthorizerBase | Implementation of ViewAuthorizerthat verifies authorization with KIM permission checks | 
| ViewIndex | Holds field indexes of a Viewinstance for retrieval | 
| ViewPresentationControllerBase | Implementation of ViewPresentationControllerthat implements no logic by default | 
| ViewTheme | Theme for the current view, currently just a list of stylesheets, but has the potential
 for expansion in the future |