Java com.google.gwt.dom.client OptionElement fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.dom.client OptionElement fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.dom.client OptionElement.

The text is from its open source code.

Field

StringTAG

Method

booleanaddClassName(String className)
OptionElementas(Element elem)
Assert that the given Element is compatible with this class and automatically typecast it.
StringgetClassName()
StringgetInnerHTML()
StringgetInnerText()
StringgetLabel()
Option label for use in hierarchical menus.
booleangetPropertyBoolean(String name)
StylegetStyle()
StringgetText()
The text contained within the option element.
StringgetValue()
The current form control value.
booleanisDisabled()
The control is unavailable in this context.
booleanisSelected()
Represents the current state of the corresponding form control, in an interactive user agent.
booleanremoveClassName(String className)
voidsetAttribute(String name, String value)
voidsetClassName(String className)
voidsetInnerText(String text)
voidsetPropertyBoolean(String name, boolean value)
voidsetSelected(boolean selected)
Represents the current state of the corresponding form control, in an interactive user agent.
voidsetText(String text)
The text contained within the option element.
voidsetTitle(String title)
voidsetValue(String value)
The current form control value.