class |
HtmlInputFile |
Represents an HTML input element of type file .
|
class |
HtmlInputHidden |
Represents an HTML input element of type hidden .
|
class |
HtmlInputSecret |
Represents an HTML input element of type password .
|
class |
HtmlInputText |
Represents an HTML input element of type text .
|
class |
HtmlInputTextarea |
Represents an HTML textarea element.
|
class |
HtmlSelectBooleanCheckbox |
Represents an HTML input element of type
checkbox .
|
class |
HtmlSelectManyCheckbox |
Represents a multiple-selection component that is rendered as a set
of HTML input elements of type checkbox .
|
class |
HtmlSelectManyListbox |
Represents a multiple-selection component that is rendered as an HTML select element, showing either all
available options or the specified number of options.
|
class |
HtmlSelectManyMenu |
Represents a multiple-selection component that is rendered as an HTML select element, showing a single
available option at a time.
|
class |
HtmlSelectOneListbox |
Represents a single-selection component that is rendered as an HTML select element, showing either all
available options or the specified number of options.
|
class |
HtmlSelectOneMenu |
Represents a single-selection component that is rendered as an HTML select element, showing a single
available option at a time.
|
class |
HtmlSelectOneRadio |
Represents a single-selection component that is rendered as a set of
HTML input elements of type radio .
|