Uses of Class
com.google.gwt.dom.client.FormElement
Packages that use FormElement
-
Uses of FormElement in com.google.gwt.dom.client
Methods in com.google.gwt.dom.client that return FormElementModifier and TypeMethodDescriptionstatic FormElement
Assert that the givenElement
is compatible with this class and automatically typecast it.final FormElement
Document.createFormElement()
Creates a <form> element.final FormElement
ButtonElement.getForm()
Returns the FORM element containing this control.final FormElement
FieldSetElement.getForm()
Returns the FORM element containing this control.final FormElement
InputElement.getForm()
Returns the FORM element containing this control.final FormElement
LabelElement.getForm()
Returns the FORM element containing this control.final FormElement
LegendElement.getForm()
Returns the FORM element containing this control.final FormElement
ObjectElement.getForm()
Returns the FORM element containing this control.final FormElement
OptionElement.getForm()
Returns the FORM element containing this control.final FormElement
SelectElement.getForm()
Returns the FORM element containing this control.final FormElement
TextAreaElement.getForm()
Returns the FORM element containing this control.