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 FormElementAssert that the givenElementis compatible with this class and automatically typecast it.final FormElementDocument.createFormElement()Creates a <form> element.final FormElementButtonElement.getForm()Returns the FORM element containing this control.final FormElementFieldSetElement.getForm()Returns the FORM element containing this control.final FormElementInputElement.getForm()Returns the FORM element containing this control.final FormElementLabelElement.getForm()Returns the FORM element containing this control.final FormElementLegendElement.getForm()Returns the FORM element containing this control.final FormElementObjectElement.getForm()Returns the FORM element containing this control.final FormElementOptionElement.getForm()Returns the FORM element containing this control.final FormElementSelectElement.getForm()Returns the FORM element containing this control.final FormElementTextAreaElement.getForm()Returns the FORM element containing this control.