|
Class Summary |
| 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 |
| 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. |
| 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 |