Uses of Class
org.htmlunit.html.HtmlSelect
Packages that use HtmlSelect
Package
Description
Classes specific to HTML pages, particularly the
HtmlPage
which represents
an HTML document and provides access to its content.Contains the html serializer implementations.
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 HtmlSelectModifier and TypeMethodDescriptionHtmlOption.getEnclosingSelect()
Gets the enclosing select of this option.HtmlOptionGroup.getEnclosingSelect()
Gets the enclosing select of this HtmlOptionGroup.HtmlForm.getSelectByName
(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 HtmlSelectModifier and TypeMethodDescriptionHtmlForm.getSelectsByName
(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 HtmlSelectModifier and TypeMethodDescriptionprotected 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 HtmlSelectMethods in org.htmlunit.javascript.host.html that return HtmlSelectModifier and TypeMethodDescriptionHTMLSelectElement.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 HtmlSelectModifier and TypeMethodDescriptionvoid
HTMLOptionsCollection.initialize
(HtmlSelect select) Initializes this object.