Package | Description |
---|---|
com.google.gwt.dom.client |
Classes for low-level DOM programming.
|
Modifier and Type | Method and Description |
---|---|
static TableCellElement |
TableCellElement.as(Element elem)
Assert that the given
Element is compatible with this class and
automatically typecast it. |
TableCellElement |
Document.createTDElement()
Creates a <td> element.
|
TableCellElement |
Document.createTHElement()
Creates a <th> element.
|
TableCellElement |
TableRowElement.insertCell(int index)
Insert an empty TD cell into this row.
|
Modifier and Type | Method and Description |
---|---|
NodeList<TableCellElement> |
TableRowElement.getCells()
The collection of cells in this row.
|