Uses of Class
com.google.gwt.dom.client.TableCellElement
-
Uses of TableCellElement in com.google.gwt.dom.client
Modifier and TypeMethodDescriptionstatic TableCellElement
Assert that the givenElement
is compatible with this class and automatically typecast it.final TableCellElement
Document.createTDElement()
Creates a <td> element.final TableCellElement
Document.createTHElement()
Creates a <th> element.final TableCellElement
TableRowElement.insertCell
(int index) Insert an empty TD cell into this row.Modifier and TypeMethodDescriptionfinal NodeList
<TableCellElement> TableRowElement.getCells()
The collection of cells in this row.