CheckboxChoice | A list of checkboxes |
CheckboxInput | A checkbox input |
CheckedInput | An input representing a control that can be 'checked' |
ClickedInput | A ValueInput that can be clicked |
ControlBox | A ControlContainer that can instantiate common controls |
ControlChoice | A ControlContainer that acts as a ControlElement |
ControlContainer | A container for controls |
ControlElement | A XHTML form control |
EnhancedImageInput | An enhanced image input |
FileInput | A file input |
HiddenInput | An input control of type hidden |
ImageInput | An image input |
Input | A form control representing an input element |
MultipleChoice | A ControlChoice that allows the selection of multiple options |
MultipleOption | An option that can be selected along with other options |
MultipleSelect | A combo box |
Option | An option element |
PasswordInput | An input control of type password |
RadioChoice | A list of radio buttons |
RadioInput | A radio button |
ResetInput | A reset button |
SelectElement | A single XHTML control which can support a choice of options |
SingleChoice | A ControlChoice that only allows the selection of one option at a time |
SingleOption | An option that cannot be selected along with other options |
SingleSelect | A drop-down list |
SubmitInput | A submit button |
TextArea | A textarea form control |
TextInput | A input control of type text |
ValueInput | A form control representing an input element with a value |
XHTMLElement | A XHTML conformant XML element |