Uses of Interface
org.w3c.dom.html.HTMLFormElement
-
Packages that use HTMLFormElement Package Description org.w3c.dom.html Provides interfaces for DOM Level 2 HTML Specification. -
-
Uses of HTMLFormElement in org.w3c.dom.html
Methods in org.w3c.dom.html that return HTMLFormElement Modifier and Type Method Description HTMLFormElement
HTMLButtonElement. getForm()
Returns theFORM
element containing this control.HTMLFormElement
HTMLFieldSetElement. getForm()
Returns theFORM
element containing this control.HTMLFormElement
HTMLInputElement. getForm()
Returns theFORM
element containing this control.HTMLFormElement
HTMLIsIndexElement. getForm()
Returns theFORM
element containing this control.HTMLFormElement
HTMLLabelElement. getForm()
Returns theFORM
element containing this control.HTMLFormElement
HTMLLegendElement. getForm()
Returns theFORM
element containing this control.HTMLFormElement
HTMLObjectElement. getForm()
Returns theFORM
element containing this control.HTMLFormElement
HTMLOptionElement. getForm()
Returns theFORM
element containing this control.HTMLFormElement
HTMLSelectElement. getForm()
Returns theFORM
element containing this control.HTMLFormElement
HTMLTextAreaElement. getForm()
Returns theFORM
element containing this control.
-