| Modifier and Type | Class and Description |
|---|---|
class |
BindingInfo
Provides binding configuration for an DataBinding component (attribute or
collection)
|
class |
ComponentBase
Base implementation of
Component which other component
implementations should extend |
class |
ComponentSecurity
Component security is used to flag permissions that exist in KIM for various component state (like edit and view)
|
class |
PropertyReplacer
Configuration for replacing a property value based on a condition
|
| 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 |
CollectionGroupSecurity
Collection Group security is used to flag that permissions exist for the associated
CollectionGroup
in KIM and should be checked to determine the associated group, line, and field state. |
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 |
NodePrototype |
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 | 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 | 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 |
ActionFieldSecurity
Action field security adds the take action flags to the standard component security
|
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 |
DataFieldSecurity
Data field security adds attribute security to the standard component security
|
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 |
FieldSecurity
Field security adds the edit in line and view in line flags to the standard component security
|
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 | Class and Description |
|---|---|
class |
BoxLayoutManager
Layout manager that organizes components in a single row (horizontal) or
column (vertical)
|
class |
GridLayoutManager
Layout manager that organizes its components in a table based grid
|
class |
LayoutManagerBase
Base class for all layout managers
|
class |
StackedLayoutManager
Layout manager that works with
CollectionGroup containers and
renders the collection lines in a vertical row |
class |
TableLayoutManager
Layout manager that works with
CollectionGroup components and
renders the collection as a Table |
| Modifier and Type | Class and Description |
|---|---|
class |
ComparableInfo
Provides configuration for comparing an object with another object
|
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 | Class and Description |
|---|---|
class |
DocumentView
View type for KRAD documents
|
class |
FormView
Provides configuration for
View instances that render an HTML
form |
class |
HistoryEntry
A simple object that keeps track of various HistoryInformation
TODO a variety of these settings are not used in the current implementation of breadcrumbs
and history, they may be removed later if they prove unuseful in future changes
|
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 | 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.