| Modifier and Type | Class and Description |
|---|---|
class |
AttributeDefinition
A single attribute definition in the DataDictionary, which contains
information relating to the display, validation, and general maintenance of a
specific attribute of an entry.
|
class |
AttributeSecurity
Defines a set of restrictions that are possible on an attribute
|
class |
BusinessObjectEntry
A single BusinessObject entry in the DataDictionary, which contains information relating to the display, validation,
and general maintenance of a BusinessObject and its attributes.
|
class |
CollectionDefinition
CollectionDefinition defines a single Collection attribute definition in the DataDictionary
|
class |
DataObjectEntry
Generic dictionary entry for an object that does not have to implement BusinessObject.
|
class |
DocumentValuePathGroup
This is a description of what this class does - mpham don't forget to fill this in.
|
class |
ExternalizableAttributeDefinitionProxy
A single attribute definition in the DataDictionary, which contains
information relating to the display, validation, and general maintenance of a
specific attribute of an entry.
|
class |
HelpDefinition
The help element provides the keys to obtain a
help description from the database.
|
class |
InactivationBlockingDefinition
This is a description of what this class does - wliang don't forget to fill this in.
|
class |
MaintenanceDocumentEntry
Data dictionary entry class for
MaintenanceDocument |
class |
PrimitiveAttributeDefinition
The primitiveAttribute element identifies one pair of
corresponding fields in the primary business object and
the related business object.
|
class |
ReferenceDefinition
The reference element specifies the name of a reference
object that is required to exist in order for the primary
business object to be created or modified on a BO.
|
class |
RelationshipDefinition
A single Relationship definition in the DataDictionary, which contains information concerning which primitive
attributes of this
class can be used to retrieve an instance of some related Object instance
The relationship element defines how primitive attributes of this
class can be used to retrieve an instance of some related Object instance
DD: See RelationshipDefinition.java.
|
class |
RoutingAttribute
This is a description of what this class does - mpham don't forget to fill this in.
|
class |
RoutingTypeDefinition
This is a description of what this class does - mpham don't forget to fill this in.
|
class |
SearchingAttribute
This is a description of what this class does - mpham don't forget to fill this in.
|
class |
SearchingTypeDefinition
This is a description of what this class does - mpham don't forget to fill this in.
|
class |
SupportAttributeDefinition
Support attributes define additional attributes that can be used to generate
lookup field conversions and lookup parameters.
|
class |
TransactionalDocumentEntry
Data dictionary entry class for
TransactionalDocument. |
class |
WorkflowAttributeMetadata
This is a description of what this class does - mpham don't forget to fill this in.
|
class |
WorkflowAttributes
A container that holds all of the
WorkflowAttributeDefinition for a document for both document searches
and routing that depends on the values that exist on the document. |
class |
WorkflowProperties
This element is used to define a set of workflowPropertyGroups, which are used to
specify which document properties should be serialized during the document serialization
process.
|
class |
WorkflowProperty
This class represents an serializable property when generating workflow routing XML.
|
class |
WorkflowPropertyGroup
Allows for grouping of related
WorkflowProperty objects |
| Modifier and Type | Class and Description |
|---|---|
class |
Mask
The displayMask element specifies the type of masking to
be used to hide the value from un-authorized users.
|
class |
MaskFormatterLiteral
The maskLiteral element is used to completely hide the field value for
unauthorized users.
|
class |
MaskFormatterSubString
The maskTo element is to used hide the beginning part of the value for
unauthorized users.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AnyCharacterPatternConstraint
Pattern for matching any printable character
|
class |
BaseConstraint
A class that implements the required accessor for label keys.
|
class |
CaseConstraint
CaseConstraint is imposed only when a certain condition is met
|
class |
CharsetPatternConstraint
Pattern for matching any character in the given list (String)
|
class |
FixedPointPatternConstraint
Validation pattern for matching fixed point numbers, optionally matching negative numbers
|
class |
FloatingPointPatternConstraint
Validation pattern for matching floating point numbers, optionally matching negative numbers
|
class |
IntegerPatternConstraint
TODO Administrator don't forget to fill this in.
|
class |
MustOccurConstraint
Must occur constraints are constraints that indicate some range of acceptable valid results.
|
class |
PrerequisiteConstraint
Prerequisite constraints require that some other attribute be non-empty in order for the constraint to be valid.
|
class |
UTF8AnyCharacterPatternConstraint
Pattern for matching any printable character
|
class |
ValidCharactersConstraint
This is a constraint that limits attribute values to some subset of valid characters or to match a particular
regular
expression.
|
class |
ValidCharactersPatternConstraint
This abstract class extends from ValidCharactersConstraint.
|
class |
ValidDataPatternConstraint |
class |
WhenConstraint
WhenConstraint is a child of a CaseConstraint |
| Modifier and Type | Class and Description |
|---|---|
class |
LookupInputField
Custom
InputField for criteria fields within a lookup view that adds criteria specific options. |
class |
LookupView
View type for lookups.
|
| 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 |
MethodInvokerConfig
Extends
MethodInvoker to add properties for specifying
a method for invocation within the UIF |
class |
PropertyReplacer
Configuration for replacing a property value based on a condition
|
| Modifier and Type | Class and Description |
|---|---|
class |
ActiveCollectionFilter
Collection filter that removes inactive lines from a collection whose line types
implement the
Inactivatable interface |
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 |
ELCollectionFilter
Collection filter that evaluates a configured el expression against each line
|
class |
MaintenanceActiveCollectionFilter
Collection filter for maintenance groups that removes inactive lines if certain
conditions are met
|
class |
NodePrototype
Configures nodes for a
TreeGroup |
class |
TabNavigationGroup
Special
Group that renders a tab navigation section |
| Modifier and Type | Class and Description |
|---|---|
class |
CheckboxControl
Represents a HTML Checkbox control.
|
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 |
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 |
SpinnerControl
Text control that as decorated with a spinner widget (allowing the control value to be modified using the
spinner)
|
class |
UifKeyValuesFinderBase |
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 |
ActionSecurity
Action field security adds the take action flags to the standard component security
|
class |
BreadcrumbItem
BreadcrumbItem represents a single item in the breadcrumb list that is generated by the breadcrumbs widget.
|
class |
BreadcrumbOptions
BreadcrumbOptions represents the options for the current view breadcrumbs that are displayed.
|
class |
ContentElementBase
Base component class for content elements.
|
class |
DataTable
Content element that renders a table using the
RichTable widget configured with an Ajax (or Javascript)
data source |
class |
FieldValidationMessages
ValidationMessages for logic and options specific to fields.
|
class |
GroupValidationMessages
ValidationMessages for logic and options specific to groups.
|
class |
HeadLink
Renders a link tag in the head of the html document.
|
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 |
PageBreadcrumbOptions
BreadcrumbOptions specific to page.
|
class |
PageValidationMessages
ValidationMessages for logic and options specific to pages.
|
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 |
ValidationMessages
Field that displays error, warning, and info messages for the keys that are
matched.
|
class |
ViewHeader
The ViewHeader component represents the header for the view.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AttributeQuery
Holds configuration for executing a dynamic query on an
InputField to
pull data for updating the UI |
class |
DataFieldSecurity
Data field security adds attribute security to the standard component security
|
class |
FieldBase
Base class for
Field implementations |
class |
FieldSecurity
Field security adds the edit in line and view in line flags to the standard component security
|
class |
GroupLinkField
Field that encloses a link to a group element.
|
class |
ImageField
Field that wraps an image content element.
|
class |
LinkField
Field that encloses a link element.
|
class |
MessageField
Field wrapper for a Message.
|
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 |
class |
RoleLinkField
Field that encloses a link to a role element.
|
class |
SpaceField
Field that produces only a space
|
class |
UserLinkField
Field that encloses a link to a person element.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CssGridLabelColumnLayoutManager
A Css Grid Layout which only takes fields as its content and separates out the field's labels into
separate columns
|
class |
CssGridLayoutManager
Css Grid Layout manager is a layout manager which creates div "rows" and "cells" to replicate a
table look by using div elements for its items.
|
class |
CssGridLayoutManagerBase
Css Grid Layout managers are a layout managers which creates div "rows" and "cells" to replicate a
table look by using div elements for its items.
|
class |
CssGridSizes
CssGridSizes are used by CssGridLayoutManagers to determine how much "column/cell" width an item will take up in a
css grid layout.
|
class |
TableLayoutManagerBase
Implementation of table layout manager.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MockView
View class for developing UI mocks.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ComparableInfo
Provides configuration for comparing an object with another object
|
class |
LabelSeparateModifier
Pulls
Label instances out of a contained field so they will
be placed separately in the LayoutManager |
| Modifier and Type | Class and Description |
|---|---|
class |
ParentLocation
ParentLocation is used to provide automatic generation/determination of Views/Pages that occur before the current
View.
|
class |
UifKeyValue
Extension of key value for use within the UIF.
|
class |
UifKeyValueLocation
KeyValue that has an additional location property that takes a Url object.
|
class |
UifOptionGroupLabel
KeyValue that has an additional label property for hierarchical dropdowns.
|
class |
UrlInfo
This object represents a url in the Krad framework.
|
| 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 |
IframeView
IframeView is a View component that shows another website's content in an iframe.
|
class |
InquiryView
Type of
View that provides a read-only display of a record of
data (object instance) |
class |
MaintenanceDocumentView
View type for Maintenance documents
|
class |
MessageView
View that presents a message to the user (for example an application error message)
|
class |
TransactionalDocumentView
View type for Transactional documents.
|
class |
ViewAuthorizerBase
Implementation of
ViewAuthorizer that verifies authorization with KIM permission checks |
class |
ViewPresentationControllerBase
Implementation of
ViewPresentationController that implements no logic by default |
class |
ViewSessionPolicy
Holds configuration related to session handling of a view (and its related form)
|
| Modifier and Type | Class and Description |
|---|---|
class |
Accordion
Accordion widget class used to create an accordion based layout.
|
class |
BlockUI
BlockUI element is used within the view element for managing element/page blocking attributes
|
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 |
Disclosure
Decorates a group with collapse/expand functionality
|
class |
Growls
Growls sets up settings for growls global to the current view and its pages
|
class |
Help
Widget that renders help on a component
|
class |
Inquiry
Widget for rendering an Inquiry link or DirectInquiry action field
|
class |
LocationSuggest
LocationSuggest widget for providing suggestions that represent locations.
|
class |
Scrollpane
Decorates a group with scroll functionality.
|
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 |
SyntaxHighlighter
Widget that renders text syntax highlighted
|
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–2018 The Kuali Foundation. All rights reserved.