| Modifier and Type | Class and Description | 
|---|---|
| class  | ComponentExhibitThe ComponentExhibit component is used to display demostrations of various components along with their source code
 and documentation | 
| class  | ComponentLibraryViewView for the ComponentLibrary demo examples of Uif Components | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | WizardGroup | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | LookupInputFieldCustom  InputFieldfor criteria fields within a lookup view that adds criteria specific options. | 
| class  | LookupViewView type for lookups. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | ComponentComponent defines basic properties and methods that all rendering element implement | 
| interface  | DataBindingComponents that bind to a model (hold model data) should implement this interface. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ComponentBaseBase implementation of Component which other component implementations should extend. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | CollectionGroupInterface representing an editable collection within a view. | 
| interface  | ContainerType of component that contains a collection of other components. | 
| interface  | GroupCommon interface for group components. | 
| interface  | PageGroupInterface for top-level page components, to be used as items in a multi-page view. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AccordionGroupAccordion group class used to stack groups by there header titles in an accordion layout. | 
| class  | CollectionGroupBaseGroup that holds a collection of objects and configuration for presenting the
 collection in the UI. | 
| class  | ContainerBaseBase  Containerimplementation which container implementations
 can extend | 
| class  | DialogGroupSpecial type of group that presents the content in a modal dialog. | 
| class  | GroupBaseContainer that holds a list of  Fieldor otherGroupinstances | 
| class  | LightTableLightTable is a light-weight collection table implementation that supports a subset of features,
 Current known supported features are:
 
 DataField
 InputField with TextControl, CheckboxControl, or single SelectControl
 MessageField
 LinkField
 ActionField
 ImageField
 most RichTable options
 FieldGroup containing only Actions, Image, Messages, or Links
 SpringEL for String properties on supported components only
 SpringEL specifically for the render property
 
 Other features are not guaranteed to work, but may work at your own risk. | 
| class  | LinkGroupSpecial  Groupthat presents a grouping on links, which can
 also include nested groupings of links | 
| class  | PageGroupBaseA PageGroup represents a page of a View. | 
| class  | SidebarNavigationGroupA navigation group which renders a menu with items, that is shown at the side of the page with collapse. | 
| class  | TabGroupA group that presents its child Groups as tabs. | 
| class  | TabNavigationGroupSpecial  Groupthat renders a tab navigation section | 
| class  | TreeGroupGroup component that is backed by a  Treedata structure and typically
 rendered as a tree in the user interface | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | ControlRepresents an interactive element in the UI (typically an HTML control) | 
| interface  | SelectControlControl interface for a select box. | 
| interface  | TextControlInterface representing a text input control component. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CheckboxControlRepresents a HTML Checkbox control. | 
| class  | CheckboxGroupControlRepresents a group of HTML checkbox controls. | 
| class  | ControlBaseBase class for all  Controlimplementations. | 
| class  | FileControlRepresents a HTML File control, generally rendered as an input control with
 type 'file'. | 
| class  | GroupControlRepresents a group control, which is a special control to handle
 the input of a KIM Group by group name | 
| class  | HiddenControlRepresents a HTML Hidden control, generally rendered as an input control of
 type 'hidden'. | 
| class  | MultiValueControlBaseBase class for controls that accept/display multiple values | 
| class  | OptionListControlOptionListControl is used for listing out options from an option finder or options list. | 
| class  | PasswordControlRepresents a HTML password text control, rendered as a input field of type
 'password'. | 
| class  | RadioGroupControlRepresents a group of HTML Radio controls. | 
| class  | SelectControlBaseRepresents a HTML Select control. | 
| class  | SpinnerControlText control that as decorated with a spinner widget (allowing the control value to be modified using the
 spinner) | 
| class  | TextAreaControlRepresents a HTML TextArea control. | 
| class  | TextControlBaseRepresents a HTML Text control, generally rendered as a input field of type
 'text'. | 
| class  | UserControlRepresents a user control, which is a special control to handle the input of a Person. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | ContentElementInterface for content element components. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ActionField that presents an action that can be taken on the UI such as submitting the form or invoking a script. | 
| class  | ApplicationHeaderComponent that renders a standard application header including a logo, navigation, and toolbar. | 
| class  | BreadcrumbItemBreadcrumbItem represents a single item in the breadcrumb list that is generated by the breadcrumbs widget. | 
| class  | ContentGeneral component that allows custom HTML to be inserted into the view. | 
| class  | ContentElementBaseBase component class for content elements. | 
| class  | DataTableContent element that renders a table using the  RichTablewidget configured with an Ajax (or Javascript)
 data source | 
| class  | DivOutputs 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.) | 
| class  | HeaderContent element that renders a header element and optionally a  Groupto
 present along with the header text | 
| class  | HeadLinkRenders a link tag in the head of the html document. | 
| class  | IconElement that presents an Icon. | 
| class  | IframeContent element that encloses an iframe | 
| class  | ImageContent element that renders a HTML  <IMG>tag | 
| class  | LabelContent element that renders a label | 
| class  | LinkContent element that renders a link | 
| class  | MessageEncapsulates a text message to be displayed | 
| class  | MetaTagRenders a meta tag in the head of the html document. | 
| class  | MultiFileUploadCollectionA content element that will display the collection configured with a file upload button. | 
| class  | NavigationBarComponent that renders a navigation bar, including a branding and navigation group. | 
| class  | NextPagerThe NextPager widget is used to display previous and next links. | 
| class  | NumberedPagerThe NumberedPager widget is used to display a list of links horizontally in a page selection user interface. | 
| class  | PagerPager widgets are used to page a set of information which has multiple pages. | 
| class  | ProgressBarElement which shows a visual progress bar based on percentageValue passed in or segmentPercentages passed in | 
| class  | SpaceContent element that renders a non-breaking space HTML   tag | 
| class  | StepProgressBarElement 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. | 
| class  | ToggleMenuRenders a toggle menu (aka sub menu, dropdown menu) of items. | 
| class  | ViewHeaderThe ViewHeader component represents the header for the view. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | DataFieldComponent interface for data fields. | 
| interface  | FieldComponent that contains one or more user interface elements and can be placed
 into a  Container | 
| interface  | InputFieldTODO mark don't forget to fill this in. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ActionFieldField that encloses an @{link org.kuali.rice.krad.uif.element.Action} element | 
| class  | DataFieldBaseField that renders data from the application, such as the value of a data object property | 
| class  | FieldBaseBase class for  Fieldimplementations | 
| class  | FieldGroupField that contains a nested  Group. | 
| class  | GenericFieldField whose output is produced by invoking a method or template and has no
 properties (generic) | 
| class  | GroupLinkFieldField that encloses a link to a group element. | 
| class  | ImageFieldField that wraps an image content element. | 
| class  | InputFieldBaseField that encapsulates data input/output captured by an attribute within the
 application | 
| class  | LinkFieldField that encloses a link element. | 
| class  | MessageFieldField wrapper for a Message. | 
| class  | ProgressBarFieldField wrapper for the ProgressBar element | 
| class  | RemoteFieldsHolderA placeholder in the configuration for a  Containerlist of items that will be invoked to
 retrieve a list ofRemotableAttributeFieldinstances which will then be inserted into the containers
 list at the position of the holder | 
| class  | RoleLinkFieldField that encloses a link to a role element. | 
| class  | SpaceFieldField that produces only a space | 
| class  | UserLinkFieldField that encloses a link to a person element. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | MockViewView class for developing UI mocks. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | ComponentModifierProvides modification functionality for a  Component | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CompareFieldCreateModifierGenerates  Fieldinstances to produce a comparison view among
 objects of the same type | 
| class  | ComponentConvertModifierFor a given  Componentinstance converts all component properties
 of a certain type to instances of another configuredComponent. | 
| class  | ComponentModifierBaseBase class for  ComponentModifierimplementations | 
| class  | LabelSeparateModifierPulls  Labelinstances out of a contained field so they will
 be placed separately in theLayoutManager | 
| Modifier and Type | Method and Description | 
|---|---|
| static <T extends Ordered>  | ComponentUtils. sort(List<T> items,
        int defaultOrderSequence)Performs sorting logic of the given list of  Orderedinstances by its order property | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DocumentViewView type for KRAD documents. | 
| class  | FormViewProvides configuration for  Viewinstances that render an HTML form. | 
| class  | IframeViewIframeView is a View component that shows another website's content in an iframe. | 
| class  | InquiryViewType of  Viewthat provides a read-only display of a record of
 data (object instance) | 
| class  | MaintenanceDocumentViewView type for Maintenance documents | 
| class  | MessageViewView that presents a message to the user (for example an application error message) | 
| class  | TransactionalDocumentViewView type for Transactional documents. | 
| class  | ViewRoot of the component tree which encompasses a set of related
 GroupContainer instances tied together with a common page layout
 and navigation. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | WidgetComponents that provide a user interface function (besides the basic form
 handing) should implement the widget interface | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AccordionAccordion widget class used to create an accordion based layout. | 
| class  | BlockUIBlockUI element is used within the view element for managing element/page blocking attributes | 
| class  | BreadcrumbsThe breadcrumb widget contains various settings for setting up
 Breadcrumb/History support on the view | 
| class  | DatePickerUsed for rendering a calendar in the UI that can be used to selected dates
 for field values | 
| class  | DisclosureDecorates a group with collapse/expand functionality | 
| class  | GrowlsGrowls sets up settings for growls global to the current view and its pages | 
| class  | HelpWidget that renders help on a component | 
| class  | InquiryWidget for rendering an Inquiry link or DirectInquiry action field | 
| class  | LightBoxUsed for rendering a lightbox in the UI to display action links in dialog popups. | 
| class  | LocationSuggestLocationSuggest widget for providing suggestions that represent locations. | 
| class  | QuickFinderWidget for navigating to a lookup from a field (called a quickfinder). | 
| class  | RichTableDecorates a HTML Table client side with various tools | 
| class  | ScrollpaneDecorates a group with scroll functionality. | 
| class  | SpinnerWidget that decorates a control transforming into a spinner | 
| class  | SuggestWidget that provides dynamic select options to the user as they are entering the value (also known
 as auto-complete). | 
| class  | SyntaxHighlighterWidget that renders text syntax highlighted | 
| class  | TabsWidget used for configuring tab options, use componentOptions for most options. | 
| class  | TooltipWidget that renders a Tooltip on a component. | 
| class  | TreeWidget component for rendering a Tree | 
| class  | WidgetBaseBase class for Widgets | 
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.