Java com.google.gwt.dom.client TableElement fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.dom.client TableElement fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.dom.client TableElement.

The text is from its open source code.

Method

TableElementas(Element elem)
Assert that the given Element is compatible with this class and automatically typecast it.
Tcast()
StringgetAttribute(String name)
TableCaptionElementgetCaption()
The table's CAPTION, or null if none exists.
StringgetInnerHTML()
intgetOffsetHeight()
intgetOffsetWidth()
NodeListgetRows()
Returns a collection of all the rows in the table, including all in THEAD, TFOOT, all TBODY elements.
NodeListgetTBodies()
Returns a collection of the table bodies (including implicit ones).
TableSectionElementgetTFoot()
The table's TFOOT, or null if none exists.
TableSectionElementgetTHead()
The table's THEAD, or null if none exists.
booleanhasAttribute(String name)
TableRowElementinsertRow(int index)
Insert a new empty row in the table.
voidsetAttribute(String name, String value)
voidsetCellSpacing(int cellSpacing)
Specifies the horizontal and vertical separation between cells.