Classes summary
Button |
Push button control with no default behavior. |
Checkbox |
Check box control. Allows the user to select a true or false condition. |
ConventionalRenderer |
Converts a Form into the HTML output. |
FileUpload |
Text box and browse button that allow users to select a file to upload to the
server. |
Form |
Creates, validates and renders HTML forms. |
FormContainer |
Container for form controls. |
FormControl |
Base class that implements the basic functionality common to form controls. |
FormGroup |
A user group of form controls. |
HiddenField |
Hidden form control used to store a non-displayed value. |
ImageButton |
Submittable image button form control. |
InstantClientScript |
Instant validation JavaScript generator. |
MultiSelectBox |
Select box control that allows multiple item selection. |
RadioList |
Set of radio button controls. |
Rule |
Single validation rule or condition represented as value object. |
Rules |
List of validation & condition rules. |
SelectBox |
Select box control that allows single item selection. |
SubmitButton |
Submittable button control. |
TextArea |
Multiline text input control. |
TextBase |
Implements the basic functionality common to text input controls. |
TextInput |
Single line text input control. |