Package | Description |
---|---|
com.google.gwt.dom.client |
Classes for low-level DOM programming.
|
Modifier and Type | Method and Description |
---|---|
static TableCaptionElement |
TableCaptionElement.as(Element elem)
Assert that the given
Element is compatible with this class and
automatically typecast it. |
TableCaptionElement |
TableElement.createCaption()
Create a new table caption object or return an existing one.
|
TableCaptionElement |
Document.createCaptionElement()
Creates a <caption> element.
|
TableCaptionElement |
TableElement.getCaption()
The table's CAPTION, or null if none exists.
|
Modifier and Type | Method and Description |
---|---|
void |
TableElement.setCaption(TableCaptionElement caption)
The table's CAPTION, or null if none exists.
|