Package | Description |
---|---|
com.google.gwt.dom.client |
Classes for low-level DOM programming.
|
Modifier and Type | Method and Description |
---|---|
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 |
SelectElement.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 |
TextAreaElement.getForm()
Returns the FORM element containing this control.
|
FormElement |
FieldSetElement.getForm()
Returns the FORM element containing this control.
|
FormElement |
ObjectElement.getForm()
Returns the FORM element containing this control.
|
FormElement |
InputElement.getForm()
Returns the FORM element containing this control.
|
FormElement |
OptionElement.getForm()
Returns the FORM element containing this control.
|
Copyright © 2018. All rights reserved.