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

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

Introduction

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

The text is from its open source code.

Method

OptGroupElementas(Element elem)
Assert that the given Element is compatible with this class and automatically typecast it.
StringgetLabel()
Assigns a label to this option group.
booleanisDisabled()
The control is unavailable in this context.
voidsetLabel(String label)
Assigns a label to this option group.