Uses of Class
org.htmlunit.javascript.host.html.HTMLOptionsCollection
-
Packages that use HTMLOptionsCollection Package Description org.htmlunit.javascript.host.html Implementations of the HTML JavaScript host objects - users of HtmlUnit shouldn't need anything in this package. -
-
Uses of HTMLOptionsCollection in org.htmlunit.javascript.host.html
Fields in org.htmlunit.javascript.host.html declared as HTMLOptionsCollection Modifier and Type Field Description private HTMLOptionsCollection
HTMLSelectElement. optionsArray_
Methods in org.htmlunit.javascript.host.html that return HTMLOptionsCollection Modifier and Type Method Description HTMLOptionsCollection
HTMLSelectElement. getOptions()
Returns the value of theoptions
property.
-