| Interface | Description | 
|---|---|
| ContentElement | 
| Class | Description | 
|---|---|
| Action | Field that presents an action that can be taken on the UI such as submitting
 the form or invoking a script. | 
| ActionSecurity | Action field security adds the take action flags to the standard component security | 
| ApplicationHeader | Component that renders a standard application header including a logo, navigation, and toolbar. | 
| BreadcrumbItem | BreadcrumbItem represents a single item in the breadcrumb list that is generated by the breadcrumbs widget. | 
| BreadcrumbOptions | BreadcrumbOptions represents the options for the current view breadcrumbs that are displayed. | 
| ContentElementBase | Base component class for content elements. | 
| DataTable | Content element that renders a table using the  RichTablewidget configured with an Ajax (or Javascript)
 data source | 
| Div | Outputs an empty div for placeholder purposes, including any basic component options set on
 it through bean properties or by the framework (id, css, data attributes, etc.) | 
| FieldValidationMessages | ValidationMessages for logic and options specific to fields. | 
| GroupValidationMessages | ValidationMessages for logic and options specific to groups. | 
| Header | Content element that renders a header element and optionally a  Groupto
 present along with the header text | 
| HeadLink | Renders a link tag in the head of the html document. | 
| Icon | Element that presents an Icon | 
| Iframe | Content element that encloses an iframe | 
| Image | Content element that renders a HTML  <IMG>tag | 
| Label | Content element that renders a label | 
| Link | Content element that renders a link | 
| Message | Encapsulates a text message to be displayed | 
| MetaTag | Renders a meta tag in the head of the html document. | 
| MultiFileUpload | |
| NavigationBar | Component that renders a navigation bar, including a branding and navigation group. | 
| PageBreadcrumbOptions | BreadcrumbOptions specific to page. | 
| PageValidationMessages | ValidationMessages for logic and options specific to pages. | 
| ProgressBar | Element which shows a visual progress bar based on percentageValue passed in or segmentPercentages passed in | 
| Space | Content element that renders a non-breaking space HTML   tag | 
| StepProgressBar | Element which shows a visual progress bar alongside a set of steps, to be used by wizard or multi-step
 processes, which reflects the current progress based on value of currentStep. | 
| ToggleMenu | Renders a toggle menu (aka sub menu, dropdown menu) of items. | 
| ValidationMessages | Field that displays error, warning, and info messages for the keys that are
 matched. | 
| ViewHeader | The ViewHeader component represents the header for the view | 
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.