public abstract class FormElement<T extends HTMLElement> extends FormElementBase
The FormElementBase
represent the generic field
T
: Type of form control elements
Modifier | Constructor and Description |
---|---|
protected |
FormElement(T element,
int type)
Initializes a new instance of the
FormElement{T} class. |
Modifier and Type | Method and Description |
---|---|
T |
getHtmlElement()
Gets the
HTMLElement . |
getElementType, getId, getName, getValue, setId, setName, setValue
protected FormElement(T element, int type)
Initializes a new instance of the FormElement{T}
class.
element
- The element.type
- The form element type.public T getHtmlElement()
Gets the HTMLElement
.