static FormElement |
FormElement.as(Element elem) |
Assert that the given Element is compatible with this class and
automatically typecast it.
|
FormElement |
Document.createFormElement() |
Creates a <form> element.
|
FormElement |
ButtonElement.getForm() |
Returns the FORM element containing this control.
|
FormElement |
FieldSetElement.getForm() |
Returns the FORM element containing this control.
|
FormElement |
InputElement.getForm() |
Returns the FORM element containing this control.
|
FormElement |
LabelElement.getForm() |
Returns the FORM element containing this control.
|
FormElement |
LegendElement.getForm() |
Returns the FORM element containing this control.
|
FormElement |
ObjectElement.getForm() |
Returns the FORM element containing this control.
|
FormElement |
OptionElement.getForm() |
Returns the FORM element containing this control.
|
FormElement |
SelectElement.getForm() |
Returns the FORM element containing this control.
|
FormElement |
TextAreaElement.getForm() |
Returns the FORM element containing this control.
|