|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HtmlOption | |
---|---|
com.gargoylesoftware.htmlunit.html | Classes specific to html pages |
Uses of HtmlOption in com.gargoylesoftware.htmlunit.html |
---|
Methods in com.gargoylesoftware.htmlunit.html that return HtmlOption | |
---|---|
HtmlOption |
HtmlSelect.getOption(int index)
Return the indexed option. |
HtmlOption |
HtmlSelect.getOptionByValue(String value)
Return the HtmlOption object that corresponds to the specified value |
Methods in com.gargoylesoftware.htmlunit.html with parameters of type HtmlOption | |
---|---|
void |
HtmlSelect.appendOption(HtmlOption newOption)
Add a new option at the end. |
void |
HtmlSelect.replaceOption(int index,
HtmlOption newOption)
Replace an option at the given index with a new option. |
Page |
HtmlSelect.setSelectedAttribute(HtmlOption selectedOption,
boolean isSelected)
Set the "selected" state of the specified option. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |