Uses of Class
com.gargoylesoftware.htmlunit.javascript.host.html.HTMLOptionElement

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 that return HTMLOptionElement
 HTMLOptionElement HTMLSelectElement.item(int index)
          Gets the item at the specified index.
 

Methods in com.gargoylesoftware.htmlunit.javascript.host.html with parameters of type HTMLOptionElement
protected  void HTMLSelectElement.add_FF(HTMLOptionElement newOptionObject, Object beforeOptionObject)
          Adds a new item to the list (optionally) before the specified item in Firefox way.
protected  void HTMLSelectElement.add_IE(HTMLOptionElement newOptionObject, Object index)
          Adds a new item to the list (optionally) at the specified index in IE way.
 void HTMLSelectElement.add(HTMLOptionElement newOptionObject, Object arg2)
          Adds a new item to the list (optionally) before the specified item.
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.
 



Copyright © 2002–2014 Gargoyle Software Inc.. All rights reserved.