Uses of Class
com.gargoylesoftware.htmlunit.html.HtmlSelect

Packages that use HtmlSelect
com.gargoylesoftware.htmlunit.html Classes specific to HTML pages, particularly the HtmlPage which represents an HTML document and provides access to its content. 
com.gargoylesoftware.htmlunit.javascript.host.html Implementations of the HTML JavaScript host objects - users of HtmlUnit shouldn't need anything in this package. 
 

Uses of HtmlSelect in com.gargoylesoftware.htmlunit.html
 

Methods in com.gargoylesoftware.htmlunit.html that return HtmlSelect
 HtmlSelect HtmlOption.getEnclosingSelect()
          Gets the enclosing select of this option.
 HtmlSelect HtmlOptionGroup.getEnclosingSelect()
          Gets the enclosing select of this HtmlOptionGroup.
 HtmlSelect HtmlForm.getSelectByName(String name)
          Returns the first HtmlSelect element in this form that has the specified name.
 

Methods in com.gargoylesoftware.htmlunit.html that return types with arguments of type HtmlSelect
 List<HtmlSelect> HtmlForm.getSelectsByName(String name)
          Returns all the HtmlSelect elements in this form that have the specified name.
 

Uses of HtmlSelect in com.gargoylesoftware.htmlunit.javascript.host.html
 

Methods in com.gargoylesoftware.htmlunit.javascript.host.html with parameters of type HtmlSelect
 void HTMLOptionsCollection.initialize(HtmlSelect select)
          Initializes this object.
 



Copyright © 2002-2011 Gargoyle Software Inc.. All Rights Reserved.