Uses of Interface
org.w3c.dom.html.HTMLFormElement
Packages that use HTMLFormElement
- 
Uses of HTMLFormElement in org.w3c.dom.htmlMethods in org.w3c.dom.html that return HTMLFormElementModifier and TypeMethodDescriptionHTMLButtonElement.getForm()Returns theFORMelement containing this control.HTMLFieldSetElement.getForm()Returns theFORMelement containing this control.HTMLInputElement.getForm()Returns theFORMelement containing this control.HTMLIsIndexElement.getForm()Returns theFORMelement containing this control.HTMLLabelElement.getForm()Returns theFORMelement containing this control.HTMLLegendElement.getForm()Returns theFORMelement containing this control.HTMLObjectElement.getForm()Returns theFORMelement containing this control.HTMLOptionElement.getForm()Returns theFORMelement containing this control.HTMLSelectElement.getForm()Returns theFORMelement containing this control.HTMLTextAreaElement.getForm()Returns theFORMelement containing this control.