Uses of Class
com.google.gwt.dom.client.OptionElement
Package
Description
Classes for low-level DOM programming.
Widgets, Panels, and other user-interface classes.
-
Uses of OptionElement in com.google.gwt.dom.client
Modifier and TypeMethodDescriptionstatic OptionElement
Assert that the givenElement
is compatible with this class and automatically typecast it.final OptionElement
Document.createOptionElement()
Creates an <option> element.Modifier and TypeMethodDescriptionfinal NodeList
<OptionElement> SelectElement.getOptions()
The collection of OPTION elements contained by this element.DOMImpl.selectGetOptions
(SelectElement select) Modifier and TypeMethodDescriptionfinal void
SelectElement.add
(OptionElement option, OptionElement before) Add a new element to the collection of OPTION elements for this SELECT.void
DOMImpl.selectAdd
(SelectElement select, OptionElement option, OptionElement before) -
Uses of OptionElement in com.google.gwt.user.client.ui
Modifier and TypeMethodDescriptionprotected String
ListBox.getOptionText
(OptionElement option) Retrieves the text of an option element.protected void
ListBox.setOptionText
(OptionElement option, String text, HasDirection.Direction dir) Sets the text of an option element.