| Interface | Description |
|---|---|
| Control |
Represents an interactive element in the UI (typically an HTML control)
|
| MultiValueControl |
Indicates
Control types that can hold more than one value for selection |
| SizedControl |
Indicates
Control types that have a size property |
| 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
|
| 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
|
| RadioGroupControl |
Represents a group of HTML Radio controls.
|
| SelectControl |
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.
|
| TextControl |
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
|
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.