|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HTMLOptionElement | |
---|---|
com.gargoylesoftware.htmlunit.javascript.host.html | Implementations of the HTML JavaScript host objects - users of HtmlUnit shouldn't need anything in this package. |
Uses of HTMLOptionElement in com.gargoylesoftware.htmlunit.javascript.host.html |
---|
Methods in com.gargoylesoftware.htmlunit.javascript.host.html with parameters of type HTMLOptionElement | |
---|---|
protected void |
HTMLSelectElement.add_IE(HTMLOptionElement newOptionObject,
Object index)
Adds a new item to the list (optionally) at the specified index in IE way. |
protected void |
HTMLSelectElement.add(HTMLOptionElement newOptionObject,
Object beforeOptionObject)
Adds a new item to the list (optionally) before the specified item in Mozilla way. |
protected void |
HTMLSelectElement.addBefore(HTMLOptionElement newOptionObject,
HtmlOption beforeOption)
Adds the option (and create the associated DOM node if needed) before the specified one or at the end if the specified one in null. |
void |
HTMLSelectElement.jsxFunction_add(HTMLOptionElement newOptionObject,
Object arg2)
Adds a new item to the list (optionally) before the specified item. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |