Package | Description |
---|---|
com.gargoylesoftware.htmlunit.javascript.host.html |
Implementations of the HTML JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
|
Modifier and Type | Method and Description |
---|---|
HTMLOptionElement |
HTMLSelectElement.jsxFunction_item(int index)
Gets the item at the specified index.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2002–2013 Gargoyle Software Inc.. All rights reserved.