Uses of Class
org.htmlunit.html.HtmlSelect
-
Packages that use HtmlSelect Package Description org.htmlunit.html Classes specific to HTML pages, particularly theHtmlPagewhich 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 HtmlSelectHtmlOption. getEnclosingSelect()Gets the enclosing select of this option.HtmlSelectHtmlOptionGroup. getEnclosingSelect()Gets the enclosing select of this HtmlOptionGroup.HtmlSelectHtmlForm. getSelectByName(java.lang.String name)Returns the firstHtmlSelectelement 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 theHtmlSelectelements 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 voidHtmlSerializerNormalizedText. appendSelect(HtmlSerializerNormalizedText.HtmlSerializerTextBuilder builder, HtmlSelect htmlSelect)ProcessHtmlSelect.protected voidHtmlSerializerVisibleText. 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 HtmlSelectHTMLOptionsCollection. htmlSelect_Methods in org.htmlunit.javascript.host.html that return HtmlSelect Modifier and Type Method Description HtmlSelectHTMLSelectElement. 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 voidHTMLOptionsCollection. initialize(HtmlSelect select)Initializes this object.
-