Package | Description |
---|---|
org.kuali.rice.krad.demo.uif.components | |
org.kuali.rice.krad.uif.control | |
org.kuali.rice.krad.uif.element |
Modifier and Type | Class and Description |
---|---|
class |
ComponentExhibit
The ComponentExhibit component is used to display demostrations of various components along with their source code
and documentation
|
Modifier and Type | Class and Description |
---|---|
class |
CheckboxControl
Represents a HTML Checkbox control.
|
class |
CheckboxGroupControl
Represents a group of HTML checkbox controls.
|
class |
ControlBase
Base class for all
Control implementations. |
class |
FileControl
Represents a HTML File control, generally rendered as an input control with
type 'file'.
|
class |
GroupControl
Represents a group control, which is a special control to handle
the input of a KIM Group by group name
|
class |
HiddenControl
Represents a HTML Hidden control, generally rendered as an input control of
type 'hidden'.
|
class |
MultiValueControlBase
Base class for controls that accept/display multiple values
|
class |
OptionListControl
OptionListControl is used for listing out options from an option finder or options list.
|
class |
PasswordControl
Represents a HTML password text control, rendered as a input field of type
'password'.
|
class |
RadioGroupControl
Represents a group of HTML Radio controls.
|
class |
SelectControlBase
Represents a HTML Select control.
|
class |
SpinnerControl
Text control that as decorated with a spinner widget (allowing the control value to be modified using the
spinner)
|
class |
TextAreaControl
Represents a HTML TextArea control.
|
class |
TextControlBase
Represents a HTML Text control, generally rendered as a input field of type
'text'.
|
class |
UserControl
Represents a user control, which is a special control to handle the input of a Person.
|
Modifier and Type | Class and Description |
---|---|
class |
Action
Field that presents an action that can be taken on the UI such as submitting the form or invoking a script.
|
class |
ApplicationHeader
Component that renders a standard application header including a logo, navigation, and toolbar.
|
class |
BreadcrumbItem
BreadcrumbItem represents a single item in the breadcrumb list that is generated by the breadcrumbs widget.
|
class |
Content
General component that allows custom HTML to be inserted into the view.
|
class |
DataTable
Content element that renders a table using the
RichTable widget configured with an Ajax (or Javascript)
data source |
class |
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.)
|
class |
Header
Content element that renders a header element and optionally a
Group to
present along with the header text |
class |
HeadLink
Renders a link tag in the head of the html document.
|
class |
Icon
Element that presents an Icon.
|
class |
Iframe
Content element that encloses an iframe
|
class |
Image
Content element that renders a HTML
<IMG> tag |
class |
Label
Content element that renders a label
|
class |
Link
Content element that renders a link
|
class |
Message
Encapsulates a text message to be displayed
|
class |
MetaTag
Renders a meta tag in the head of the html document.
|
class |
MultiFileUploadCollection
A content element that will display the collection configured with a file upload button.
|
class |
NavigationBar
Component that renders a navigation bar, including a branding and navigation group.
|
class |
NextPager
The NextPager widget is used to display previous and next links.
|
class |
NumberedPager
The NumberedPager widget is used to display a list of links horizontally in a page selection user interface.
|
class |
Pager
Pager widgets are used to page a set of information which has multiple pages.
|
class |
ProgressBar
Element which shows a visual progress bar based on percentageValue passed in or segmentPercentages passed in
|
class |
Space
Content element that renders a non-breaking space HTML
tag |
class |
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.
|
class |
ToggleMenu
Renders a toggle menu (aka sub menu, dropdown menu) of items.
|
class |
ViewHeader
The ViewHeader component represents the header for the view.
|
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.