| Frames | No Frames |
Fields of type au.id.jericho.lib.html.FormControlType | |
| FormControlType | The form control type given to a submit button control implemented using a
BUTTON element. |
| FormControlType | The form control type given to a checkbox control. |
| FormControlType | The form control type given to a file select control. |
| FormControlType | The form control type given to a hidden control. |
| FormControlType | The form control type given to a submit button control implemented using an
INPUT element with attribute
type="image". |
| FormControlType | The form control type given to a text input control implemented using an
INPUT element with attribute
type="password". |
| FormControlType | The form control type given to a radio button control. |
| FormControlType | |
| FormControlType | |
| FormControlType | The form control type given to a submit button control implemented using an
INPUT element with attribute
type="submit". |
| FormControlType | The form control type given to a text input control implemented using an
INPUT element with attribute
type="text". |
| FormControlType | The form control type given to a text input control implemented using a
TEXTAREA element. |
Methods with return type au.id.jericho.lib.html.FormControlType | |
| FormControlType | Returns the type of this form control. |