| Class | Description |
|---|---|
| Button |
Representation of an input button
|
| CheckBox |
A checkbox input
|
| ColorInput |
Represents a color input
|
| CustomInput |
No Description
User: Mike
Date: 11/29/11
Time: 3:03 PM
|
| DateInput |
Represents a date input
|
| DateTimeInput |
Date Time with time zone
|
| DateTimeLocalInput |
Represents a date and time input in local time
|
| EmailInput |
Represents an email input
|
| File |
No Description
Author: Mike
Date: 3/16/12
Time: 1:54 PM
|
| Form |
Represents a form in the html tags.
|
| FormUtility |
Utility used for forms with useful regex abilities for extracting data
|
| Input |
Represents an input for a form.
|
| MonthInput |
Represents a month input
|
| NumberInput |
Represents a number input
|
| RadioButton |
A radio button input
|
| RangeInput |
Represents a range input
|
| Select |
A selection input
|
| Select.Option | |
| TelephoneInput |
Represents a telephone input
|
| Text |
A text input
|
| TextArea |
A text area input
|
| TimeInput |
Represents a time input
|
| URLInput |
Represents a url input
|
| WeekInput |
Represents a week input
|