Interface | Description |
---|---|
Control |
Represents an interactive element in the UI (typically an HTML control)
|
FilterableLookupCriteriaControl |
Control instance that implements a callback for processing lookup search criteria.
|
FilterableLookupCriteriaControlPostData |
Defines the post data to send for filtering search results for a filterable control.
|
MultiValueControl |
Indicates
Control types that can hold more than one value for selection |
SelectControl |
Control interface for a select box.
|
SizedControl |
Indicates
Control types that have a size property |
TextControl |
Interface representing a text input control component.
|
UifKeyValuesFinder |
Values finder that can taken the
ViewModel that provides data to the view
for conditionally setting the valid options |
ValueConfiguredControl |
Indicates
Control types that can be configured with a static value to submit, as opposed to pulling
the value from the underlying property |
Class | Description |
---|---|
CheckboxControl |
Represents a HTML Checkbox control.
|
CheckboxGroupControl |
Represents a group of HTML checkbox controls.
|
ControlBase |
Base class for all
Control implementations. |
FileControl |
Represents a HTML File control, generally rendered as an input control with
type 'file'.
|
GroupControl |
Represents a group control, which is a special control to handle
the input of a KIM Group by group name
|
GroupControl.GroupControlPostData |
Holds post data for the
GroupControl . |
HiddenControl |
Represents a HTML Hidden control, generally rendered as an input control of
type 'hidden'.
|
MultiValueControlBase |
Base class for controls that accept/display multiple values
|
OptionListControl |
OptionListControl is used for listing out options from an option finder or options list.
|
PasswordControl |
Represents a HTML password text control, rendered as a input field of type
'password'.
|
RadioGroupControl |
Represents a group of HTML Radio controls.
|
SelectControlBase |
Represents a HTML Select control.
|
SpinnerControl |
Text control that as decorated with a spinner widget (allowing the control value to be modified using the
spinner)
|
TextAreaControl |
Represents a HTML TextArea control.
|
TextControlBase |
Represents a HTML Text control, generally rendered as a input field of type
'text'.
|
UifKeyValuesFinderBase | |
UserControl |
Represents a user control, which is a special control to handle the input of a Person.
|
UserControl.UserControlPostData |
Holds post data for the
UserControl . |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.