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