| Modifier and Type | Class and Description |
|---|---|
class |
StateMappingBase
Base implementation of StateMapping.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlphaNumericPatternConstraint
A ValidCharactersConstraint based on AlphaNumericValidationPattern.
|
class |
AlphaPatternConstraint
Pattern for matching alpha characters
|
class |
ConfigurationBasedRegexPatternConstraint
ConfigurationBasedRegexPatternConstraint uses a patternTypeKey to get the regex used for validation by key from
the KualiConfigurationService
|
class |
DatePatternConstraint
DatePatternConstraint constrains a field to only allow dates which are part of the formats
defined in the system.
|
class |
NumericPatternConstraint
Pattern for matching numeric characters, difference between NumericPatternConstraint and IntegerPatternConstraint
is that a numeric pattern constraint is for matching numeric characters and can be mixed with other characters
by setting allow flags on, while integer is for only positive/negative numbers
|
class |
SimpleConstraint
A simple constraint stores 'basic' constraints for a field.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AccordionGroup
Accordion group class used to stack groups by there header titles in an accordion layout.
|
class |
CollectionGroupBase
Group that holds a collection of objects and configuration for presenting the
collection in the UI.
|
class |
DialogGroup
Special type of group that presents the content in a modal dialog.
|
class |
GroupBase
Container that holds a list of
Field or other Group
instances |
class |
LightTable
LightTable 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 |
LinkGroup
Special
Group that presents a grouping on links, which can
also include nested groupings of links |
class |
PageGroupBase
A PageGroup represents a page of a View.
|
class |
SidebarNavigationGroup
A navigation group which renders a menu with items, that is shown at the side of the page with collapse.
|
class |
TabGroup
A group that presents its child Groups as tabs.
|
class |
TreeGroup
Group component that is backed by a
Tree data structure and typically
rendered as a tree in the user interface |
| Modifier and Type | Class and Description |
|---|---|
class |
CheckboxGroupControl
Represents a group of HTML checkbox controls.
|
class |
RadioGroupControl
Represents a group of HTML Radio controls.
|
class |
SelectControlBase
Represents a HTML Select control.
|
class |
TextAreaControl
Represents a HTML TextArea control.
|
class |
TextControlBase
Represents a HTML Text control, generally rendered as a input field of type
'text'.
|
| 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 |
Content
General component that allows custom HTML to be inserted into the view.
|
class |
Header
Content element that renders a header element and optionally a
Group to
present along with the header text |
class |
Icon
Element that presents an Icon.
|
class |
ProgressBar
Element which shows a visual progress bar based on percentageValue passed in or segmentPercentages passed in
|
class |
ToggleMenu
Renders a toggle menu (aka sub menu, dropdown menu) of items.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ActionField
Field that encloses an @{link org.kuali.rice.krad.uif.element.Action} element
|
class |
DataFieldBase
Field that renders data from the application, such as the value of a data object property
|
class |
FieldGroup
Field that contains a nested
Group. |
class |
GenericField
Field whose output is produced by invoking a method or template and has no
properties (generic)
|
class |
InputFieldBase
Field that encapsulates data input/output captured by an attribute within the
application
|
class |
ProgressBarField
Field wrapper for the ProgressBar element
|
| Modifier and Type | Class and Description |
|---|---|
class |
BoxLayoutManager
Layout manager that organizes components in a single row (horizontal) or
column (vertical)
|
class |
GridLayoutManagerBase
Layout manager that organizes its components in a table based grid
|
class |
ListLayoutManager
List layout manager is a layout manager for group types to output their items as either ordered or
unordered lists.
|
class |
StackedLayoutManagerBase
Layout manager that works with
CollectionGroup containers and
renders the collection lines in a vertical row |
| Modifier and Type | Class and Description |
|---|---|
class |
CompareFieldCreateModifier
Generates
Field instances to produce a comparison view among
objects of the same type |
class |
ComponentConvertModifier
For a given
Component instance converts all component properties
of a certain type to instances of another configured Component. |
| Modifier and Type | Class and Description |
|---|---|
class |
ColumnCalculationInfo
ColumnCalculationInfo is used to specify which columns and what types of calculations are performed on those columns
of table collection.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ViewTheme
Holds a configuration of CSS and JS assets that provides the base for one or more views.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LightBox
Used for rendering a lightbox in the UI to display action links in dialog popups.
|
class |
QuickFinder
Widget for navigating to a lookup from a field (called a quickfinder).
|
class |
RichTable
Decorates a HTML Table client side with various tools
|
class |
Tooltip
Widget that renders a Tooltip on a component.
|
Copyright © 2005–2018 The Kuali Foundation. All rights reserved.