Uses of Class
com.google.gwt.dom.client.TableCellElement
-
Packages that use TableCellElement Package Description com.google.gwt.dom.client Classes for low-level DOM programming. -
-
Uses of TableCellElement in com.google.gwt.dom.client
Methods in com.google.gwt.dom.client that return TableCellElement Modifier and Type Method Description static TableCellElement
TableCellElement. as(Element elem)
Assert that the givenElement
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.Methods in com.google.gwt.dom.client that return types with arguments of type TableCellElement Modifier and Type Method Description NodeList<TableCellElement>
TableRowElement. getCells()
The collection of cells in this row.
-