Uses of Class
org.htmlunit.html.HtmlSelect
-
Packages that use HtmlSelect Package Description org.htmlunit.html Classes specific to HTML pages, particularly theHtmlPage
which represents an HTML document and provides access to its content.org.htmlunit.html.serializer Contains the html serializer implementations.org.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 org.htmlunit.html
Methods in org.htmlunit.html that return HtmlSelect Modifier and Type Method Description HtmlSelect
HtmlOption. getEnclosingSelect()
Gets the enclosing select of this option.HtmlSelect
HtmlOptionGroup. getEnclosingSelect()
Gets the enclosing select of this HtmlOptionGroup.HtmlSelect
HtmlForm. getSelectByName(java.lang.String name)
Returns the firstHtmlSelect
element in this form that has the specified name.Methods in org.htmlunit.html that return types with arguments of type HtmlSelect Modifier and Type Method Description java.util.List<HtmlSelect>
HtmlForm. getSelectsByName(java.lang.String name)
Returns all theHtmlSelect
elements in this form that have the specified name. -
Uses of HtmlSelect in org.htmlunit.html.serializer
Methods in org.htmlunit.html.serializer with parameters of type HtmlSelect Modifier and Type Method Description protected void
HtmlSerializerNormalizedText. appendSelect(HtmlSerializerNormalizedText.HtmlSerializerTextBuilder builder, HtmlSelect htmlSelect)
ProcessHtmlSelect
.protected void
HtmlSerializerVisibleText. appendSelect(HtmlSerializerVisibleText.HtmlSerializerTextBuilder builder, HtmlSelect htmlSelect, HtmlSerializerVisibleText.Mode mode)
ProcessHtmlSelect
. -
Uses of HtmlSelect in org.htmlunit.javascript.host.html
Fields in org.htmlunit.javascript.host.html declared as HtmlSelect Modifier and Type Field Description private HtmlSelect
HTMLOptionsCollection. htmlSelect_
Methods in org.htmlunit.javascript.host.html that return HtmlSelect Modifier and Type Method Description HtmlSelect
HTMLSelectElement. getDomNodeOrDie()
Returns the DOM node that corresponds to this JavaScript object or throw an exception if one cannot be found.Methods in org.htmlunit.javascript.host.html with parameters of type HtmlSelect Modifier and Type Method Description void
HTMLOptionsCollection. initialize(HtmlSelect select)
Initializes this object.
-