GWT 2.7.0

Uses of Class
com.google.gwt.dom.client.FormElement

Packages that use FormElement
com.google.gwt.dom.client Classes for low-level DOM programming. 
 

Uses of FormElement in com.google.gwt.dom.client
 

Methods in com.google.gwt.dom.client that return FormElement
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 TextAreaElement.getForm()
          Returns the FORM element containing this control.
 FormElement SelectElement.getForm()
          Returns the FORM element containing this control.
 FormElement OptionElement.getForm()
          Returns the FORM element containing this control.
 FormElement ObjectElement.getForm()
          Returns the FORM element containing this control.
 FormElement LegendElement.getForm()
          Returns the FORM element containing this control.
 FormElement LabelElement.getForm()
          Returns the FORM element containing this control.
 FormElement InputElement.getForm()
          Returns the FORM element containing this control.
 FormElement FieldSetElement.getForm()
          Returns the FORM element containing this control.
 FormElement ButtonElement.getForm()
          Returns the FORM element containing this control.
 


GWT 2.7.0