| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ComponentBase in org.kuali.rice.krad.uif.container | 
|---|
| Subclasses of ComponentBase in org.kuali.rice.krad.uif.container | |
|---|---|
|  class | CollectionGroupGroup 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 Groupthat presents a the content for a modal dialog | 
|  class | GroupContainer that holds a list of Fieldor otherGroupinstances | 
|  class | LinkGroupSpecial Groupthat presents a grouping on links, which can
 also include nested groupings of links | 
|  class | NavigationGroupSpecial Groupthat renders a navigation section | 
|  class | PageGroup | 
|  class | ReorderingGroupGroup implementation that supports reordering of the group items | 
|  class | TabGroupA group that presents its child Groups as tabs. | 
|  class | TreeGroupGroup component that is backed by a Treedata structure and typically
 rendered as a tree in the user interface | 
| Uses of ComponentBase in org.kuali.rice.krad.uif.control | 
|---|
| Subclasses of ComponentBase in org.kuali.rice.krad.uif.control | |
|---|---|
|  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 | RadioGroupControlRepresents a group of HTML Radio controls. | 
|  class | SelectControlRepresents 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 | TextControlRepresents 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 | 
| Uses of ComponentBase in org.kuali.rice.krad.uif.element | 
|---|
| Subclasses of ComponentBase in org.kuali.rice.krad.uif.element | |
|---|---|
|  class | ActionField that presents an action that can be taken on the UI such as submitting the form or invoking a script | 
|  class | ContentElementBase | 
|  class | DataTableContent element that renders a table using the RichTablewidget configured with an Ajax (or Javascript)
 data source | 
|  class | FieldValidationMessagesValidationMessages for logic and options specific to groups | 
|  class | GroupValidationMessagesValidationMessages for logic and options specific to groups | 
|  class | HeaderContent element that renders a header element and optionally a Groupto
 present along with the header text | 
|  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 | PageValidationMessagesValidationMessages for logic and options specific to pages TODO this class is currently a placeholder for possible future functionality (ex. | 
|  class | SpaceContent element that renders a non-breaking space HTML  tag | 
|  class | ValidationMessagesField that displays error, warning, and info messages for the keys that are matched. | 
| Uses of ComponentBase in org.kuali.rice.krad.uif.field | 
|---|
| Subclasses of ComponentBase in org.kuali.rice.krad.uif.field | |
|---|---|
|  class | ActionFieldField that encloses an @{link org.kuali.rice.krad.uif.element.Action} element | 
|  class | DataFieldField 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 | ImageFieldField that wraps an image content element. | 
|  class | InputFieldField that encapsulates data input/output captured by an attribute within the application | 
|  class | LinkFieldField that encloses a link element | 
|  class | LookupInputFieldCustom InputFieldfor search fields within a lookup view | 
|  class | MessageFieldField wrapper for a Message | 
|  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 | SpaceFieldField that produces only a space | 
| Uses of ComponentBase in org.kuali.rice.krad.uif.view | 
|---|
| Subclasses of ComponentBase in org.kuali.rice.krad.uif.view | |
|---|---|
|  class | DocumentViewView type for KRAD documents | 
|  class | FormViewProvides configuration for Viewinstances that render an HTML
 form | 
|  class | InquiryViewType of Viewthat provides a read-only display of a record of
 data (object instance) | 
|  class | LookupViewView type for Maintenance documents | 
|  class | MaintenanceViewView type for Maintenance documents | 
|  class | ViewRoot of the component tree which encompasses a set of related GroupContainerinstances tied together with a common page layout
 and navigation. | 
| Uses of ComponentBase in org.kuali.rice.krad.uif.widget | 
|---|
| Subclasses of ComponentBase in org.kuali.rice.krad.uif.widget | |
|---|---|
|  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 | QuickFinderWidget for navigating to a lookup from a field (called a quickfinder) | 
|  class | ReordererAllows client-side reordering of the group contents | 
|  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 | 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 | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||