Package | Description |
---|---|
com.google.gwt.dom.client |
Classes for low-level DOM programming.
|
com.google.gwt.user.client.ui |
Widgets, Panels, and other user-interface classes.
|
Modifier and Type | Method and Description |
---|---|
static LabelElement |
LabelElement.as(Element elem)
Assert that the given
Element is compatible with this class and
automatically typecast it. |
LabelElement |
Document.createLabelElement()
Creates a <label> element.
|
Modifier and Type | Field and Description |
---|---|
(package private) LabelElement |
CheckBox.labelElem |