Uses of Interface
org.w3c.dom.html2.HTMLFormElement

Packages that use HTMLFormElement
org.mozilla.jrex.dom.html2   
org.w3c.dom.html2   
 

Uses of HTMLFormElement in org.mozilla.jrex.dom.html2
 

Classes in org.mozilla.jrex.dom.html2 that implement HTMLFormElement
 class JRexHTMLFormElementImpl
          A class implementing org.w3c.dom.html2.HTMLFormElement interface.
 

Methods in org.mozilla.jrex.dom.html2 that return HTMLFormElement
 HTMLFormElement JRexHTMLTextAreaElementImpl.getForm()
           
 HTMLFormElement JRexHTMLSelectElementImpl.getForm()
           
 HTMLFormElement JRexHTMLOptionElementImpl.getForm()
           
 HTMLFormElement JRexHTMLObjectElementImpl.getForm()
           
 HTMLFormElement JRexHTMLLegendElementImpl.getForm()
           
 HTMLFormElement JRexHTMLLabelElementImpl.getForm()
           
 HTMLFormElement JRexHTMLIsIndexElementImpl.getForm()
           
 HTMLFormElement JRexHTMLInputElementImpl.getForm()
           
 HTMLFormElement JRexHTMLFieldSetElementImpl.getForm()
           
 HTMLFormElement JRexHTMLButtonElementImpl.getForm()
           
 

Uses of HTMLFormElement in org.w3c.dom.html2
 

Methods in org.w3c.dom.html2 that return HTMLFormElement
 HTMLFormElement HTMLTextAreaElement.getForm()
          Returns the FORM element containing this control.
 HTMLFormElement HTMLSelectElement.getForm()
          Returns the FORM element containing this control.
 HTMLFormElement HTMLOptionElement.getForm()
          Returns the FORM element containing this control.
 HTMLFormElement HTMLObjectElement.getForm()
          Returns the FORM element containing this control.
 HTMLFormElement HTMLLegendElement.getForm()
          Returns the FORM element containing this control.
 HTMLFormElement HTMLLabelElement.getForm()
          Returns the FORM element containing this control.
 HTMLFormElement HTMLIsIndexElement.getForm()
          Returns the FORM element containing this control.
 HTMLFormElement HTMLInputElement.getForm()
          Returns the FORM element containing this control.
 HTMLFormElement HTMLFieldSetElement.getForm()
          Returns the FORM element containing this control.
 HTMLFormElement HTMLButtonElement.getForm()
          Returns the FORM element containing this control.
 



Copyright © 2004 C.N.Medappa. All Rights Reserved.