| Modifier and Type | Interface and Description |
|---|---|
interface |
Component
All classes of the UIF that are used as a rendering element implement the
component interface.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ComponentBase
Base implementation of
Component which other component
implementations should extend |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Container
Type of component that contains a collection of other components.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CollectionGroup
Group that holds a collection of objects and configuration for presenting the
collection in the UI.
|
class |
ContainerBase
Base
Container implementation which container implementations
can extend |
class |
Group
Container that holds a list of
Field or other Group
instances |
class |
LinkGroup
Special
Group that presents a grouping on links, which can
also include nested groupings of links |
class |
NavigationGroup
Special
Group that renders a navigation section |
class |
PageGroup |
class |
ReorderingGroup
Group implementation that supports reordering of the group items
|
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 | Interface and Description |
|---|---|
interface |
Control
Represents an interactive element in the UI (typically an HTML control)
|
| 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 |
RadioGroupControl
Represents a group of HTML Radio controls.
|
class |
SelectControl
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 |
TextControl
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 | Interface and Description |
|---|---|
interface |
Field
Component that contains one or more user interface elements and can be placed
into a
Container |
| Modifier and Type | Class and Description |
|---|---|
class |
ActionField
Field that presents an action that can be taken on the UI such as submitting
the form or invoking a script
|
class |
AjaxActionField
Action field that performs an Ajax request and will result in updating of the page or a component
|
class |
BlankField
Field that produces only a space
|
class |
DataField
Field that renders data from the application, such as the value of a data object property
|
class |
ErrorsField
Field that displays error, warning, and info messages for the keys that are
matched.
|
class |
FieldBase
Base class for
Field implementations |
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 |
HeaderField
Field that contains a header element and optionally a
Group to
present along with the header text |
class |
IframeField
Field that encloses an iframe element
|
class |
ImageField
Field that encloses an image element
|
class |
InputField
Field that encapsulates data input/output captured by an attribute within the
application
|
class |
LabelField
Contains a label for another
Field instance |
class |
LinkField
Field that encloses a link element
|
class |
LookupInputField
Custom
InputField for search fields within a lookup view |
class |
MessageField
Encapsulates a text message to be displayed
|
class |
RemoteFieldsHolder
A placeholder in the configuration for a
Container list of items that will be invoked to
retrieve a list of RemotableAttributeField instances which will then be inserted into the containers
list at the position of the holder |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ComponentModifier
Provides modification functionality for a
Component |
| 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. |
class |
ComponentModifierBase
Base class for
ComponentModifier implementations |
class |
LabelFieldSeparateModifier
Pulls
LabelField instances out of a contained field so they will
be placed separately in the LayoutManager |
| Modifier and Type | Method and Description |
|---|---|
static List<? extends Ordered> |
ComponentUtils.sort(List<? extends Ordered> items,
int defaultOrderSequence)
Performs sorting logic of the given list of
Ordered
instances by its order property |
| Modifier and Type | Method and Description |
|---|---|
static List<? extends Ordered> |
ComponentUtils.sort(List<? extends Ordered> items,
int defaultOrderSequence)
Performs sorting logic of the given list of
Ordered
instances by its order property |
| Modifier and Type | Class and Description |
|---|---|
class |
DocumentView
View type for KRAD documents
|
class |
FormView
Provides configuration for
View instances that render an HTML
form |
class |
InquiryView
Type of
View that provides a read-only display of a record of
data (object instance) |
class |
LookupView
View type for Maintenance documents
|
class |
MaintenanceView
View type for Maintenance documents
|
class |
View
Root 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 |
Widget
Components that provide a user interface function (besides the basic form
handing) should implement the widget interface
|
| Modifier and Type | Class and Description |
|---|---|
class |
BreadCrumbs
The breadcrumb widget contains various settings for setting up
Breadcrumb/History support on the view.
|
class |
DatePicker
Used for rendering a calendar in the UI that can be used to selected dates
for field values
|
class |
DirectInquiry
Widget for rendering an Direct Inquiry link icon next to a input field
|
class |
Disclosure
Decorates a group with collapse/expand functionality
|
class |
Growls
Growls sets up settings for growls global to the current view and its pages
Some basic options of the plugin are exposed through this class, however additional options
can be passed through setComponentOptions as usual.
|
class |
Help
This is a description of what this class does - jkneal don't forget to fill
this in.
|
class |
Inquiry
Widget for rendering an Inquiry link on a field's value
|
class |
LightBox
Used for rendering a lightbox in the UI to display action links in dialog
popups
|
class |
LightBoxLookup
Used for rendering a lightbox in the UI to display the result of a submit in
a light box.
|
class |
QuickFinder
Widget for navigating to a lookup from a field (called a quickfinder)
|
class |
Reorderer
Allows client-side reordering of the group contents
|
class |
RichTable
Decorates a HTML Table client side with various tools
|
class |
Spinner
Widget that decorates a control transforming into a spinner
|
class |
Suggest
Widget that provides dynamic select options to the user as they
are entering the value (also known as auto-complete)
|
class |
Tabs
Widget used for configuring tab options, use componentOptions for most options.
|
class |
Tree
Widget component for rendering a Tree
|
class |
WidgetBase
Base class for Widgets
|
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.