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 TableCellElementTableCellElement. as(Element elem)Assert that the givenElementis compatible with this class and automatically typecast it.TableCellElementDocument. createTDElement()Creates a <td> element.TableCellElementDocument. createTHElement()Creates a <th> element.TableCellElementTableRowElement. 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.
-