| AbstractHCButton |
Represents an HTML <button> element with type "button"
|
| AbstractHCCheckBox |
Represents an HTML <input> element with type "checkbox"
|
| AbstractHCControl |
|
| AbstractHCForm |
Represents an HTML <form> element
|
| AbstractHCInput |
|
| AbstractHCLabel |
Represents an HTML <label> element
|
| AbstractHCMeter |
|
| AbstractHCProgress |
|
| AbstractHCRadioButton |
Represents an HTML <input> element of type "radio"
|
| AbstractHCSelect |
Represents an HTML <select> element
|
| AbstractHCTextArea |
Represents an HTML <textarea> element
|
| EHCAutoComplete |
An enumeration that can be used in setAutoComplete methods of
input controls.
Source:
https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete
|
| EHCButtonType |
|
| EHCFormMethod |
An enumeration that can be used in
HCForm objects to define the used
method.
|
| EHCInputType |
|
| EHCTextAreaWrap |
|
| HCFieldSet |
Represents an HTML <fieldset> element
|
| HCOptGroup |
Represents an HTML <optgroup> element
|
| HCOption |
Represents a single option within a select box.
|
| IHCButton |
|
| IHCControl |
Base interface for controls like edit, checkbox, radio button, select or text
area.
|
| IHCForm |
Interface for FORMs
|
| IHCHasFocus |
Base interface for focusable objects.
|
| IHCInput |
Base interface for controls base on <input> area.
|
| IHCLabel |
Interface for LABELs
|
| IHCMeter |
Interface for METERs
|
| IHCProgress |
Interface for METERs
|
| IHCSelect |
Interface for definition items
|
| IHCTextArea |
Interface for TEXTAREAs
|