Interface | Description |
---|---|
ContentElement |
Interface for content element components.
|
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.
|
Content |
General component that allows custom HTML to be inserted into the view.
|
ContentElementBase |
Base component class for content elements.
|
DataTable |
Content element that renders a table using the
RichTable widget 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
Group to
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.
|
MultiFileUploadCollection |
A content element that will display the collection configured with a file upload button.
|
NavigationBar |
Component that renders a navigation bar, including a branding and navigation group.
|
NextPager |
The NextPager widget is used to display previous and next links.
|
NumberedPager |
The NumberedPager widget is used to display a list of links horizontally in a page selection user interface.
|
PageBreadcrumbOptions |
BreadcrumbOptions specific to page.
|
Pager |
Pager widgets are used to page a set of information which has multiple pages.
|
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–2016 The Kuali Foundation. All rights reserved.