Uses of Interface
org.loboevolution.html.dom.HTMLFormElement
Packages that use HTMLFormElement
Package
Description
Contains an implementation of the W3C HTML DOM Level 2 interfaces.
-
Uses of HTMLFormElement in org.loboevolution.html.dom
Methods in org.loboevolution.html.dom that return HTMLFormElementModifier and TypeMethodDescriptionHTMLAppletElement.getForm()
getForm.HTMLButtonElement.getForm()
Retrieves a reference to the form that the object is embedded in.HTMLFieldSetElement.getForm()
Retrieves a reference to the form that the object is embedded in.HTMLInputElement.getForm()
Retrieves a reference to the form that the object is embedded in.HTMLLabelElement.getForm()
Retrieves a reference to the form that the object is embedded in.HTMLLegendElement.getForm()
Retrieves a reference to the form that the object is embedded in.HTMLObjectElement.getForm()
Retrieves a reference to the form that the object is embedded in.HTMLOptGroupElement.getForm()
Retrieves a reference to the form that the object is embedded in.HTMLOptionElement.getForm()
Retrieves a reference to the form that the object is embedded in.HTMLOutputElement.getForm()
getForm.HTMLSelectElement.getForm()
Retrieves a reference to the form that the object is embedded in.HTMLTextAreaElement.getForm()
Retrieves a reference to the form that the object is embedded in. -
Uses of HTMLFormElement in org.loboevolution.html.dom.domimpl
Classes in org.loboevolution.html.dom.domimpl that implement HTMLFormElementMethods in org.loboevolution.html.dom.domimpl that return HTMLFormElementModifier and TypeMethodDescriptionHTMLButtonElementImpl.getForm()
Retrieves a reference to the form that the object is embedded in.HTMLFieldsetElementImpl.getForm()
Retrieves a reference to the form that the object is embedded in.HTMLInputElementImpl.getForm()
Retrieves a reference to the form that the object is embedded in.HTMLLabelElementImpl.getForm()
HTMLLegendElementImpl.getForm()
Retrieves a reference to the form that the object is embedded in.HTMLObjectElementImpl.getForm()
Retrieves a reference to the form that the object is embedded in.HTMLOptGroupElementImpl.getForm()
HTMLOptionElementImpl.getForm()
Retrieves a reference to the form that the object is embedded in.HTMLSelectElementImpl.getForm()
Retrieves a reference to the form that the object is embedded in.HTMLTextAreaElementImpl.getForm()
Retrieves a reference to the form that the object is embedded in.