Uses of Class au.id.jericho.lib.html.FormControlType

Uses in package au.id.jericho.lib.html

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
The form control type given to a menu control implemented using a SELECT element containing the attribute "multiple".
FormControlType
The form control type given to a menu control implemented using a SELECT element that does not contain the attribute "multiple".
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
FormControlType.get(String formControlTypeId)
Returns the FormControlType with the specified ID.
FormControlType
Returns the type of this form control.
FormControlType
Returns the FormControlType of this start tag.