GWT 2.1.1

Uses of Class
com.google.gwt.dom.client.OptionElement

Packages that use OptionElement
com.google.gwt.dom.client Classes for low-level DOM programming. 
 

Uses of OptionElement in com.google.gwt.dom.client
 

Methods in com.google.gwt.dom.client that return OptionElement
static OptionElement OptionElement.as(Element elem)
          Assert that the given Element is compatible with this class and automatically typecast it.
 OptionElement Document.createOptionElement()
          Creates an <option> element.
 

Methods in com.google.gwt.dom.client that return types with arguments of type OptionElement
 NodeList<OptionElement> SelectElement.getOptions()
          The collection of OPTION elements contained by this element.
 

Methods in com.google.gwt.dom.client with parameters of type OptionElement
 void SelectElement.add(OptionElement option, OptionElement before)
          Add a new element to the collection of OPTION elements for this SELECT.
 


GWT 2.1.1