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

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

Introduction

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

The text is from its open source code.

Subclass

com.google.gwt.dom.client.TableRowElement has subclasses.
Click this link to see all its subclasses.

Field

StringTAG

Method

booleanaddClassName(String className)
TableRowElementas(Element elem)
Assert that the given Element is compatible with this class and automatically typecast it.
voiddeleteCell(int index)
voidfocus()
intgetAbsoluteLeft()
intgetAbsoluteTop()
StringgetAttribute(String name)
NodeListgetCells()
The collection of cells in this row.
StringgetClassName()
intgetClientHeight()
intgetClientWidth()
NodeListgetElementsByTagName(String name)
intgetOffsetHeight()
intgetOffsetLeft()
intgetOffsetTop()
intgetOffsetWidth()
intgetRowIndex()
This is in logical order and not in document order.
intgetSectionRowIndex()
The index of this row, relative to the current section (THEAD, TFOOT, or TBODY), starting from 0.
StylegetStyle()
booleanhasAttribute(String name)
TableCellElementinsertCell(int index)
Insert an empty TD cell into this row.
booleanis(Element elem)
Determine whether the given Element can be cast to this class.
booleanis(JavaScriptObject o)
Determines whether the given JavaScriptObject can be cast to this class.
booleanis(Node node)
Determine whether the given Node can be cast to this class.
voidscrollIntoView()
voidsetAttribute(String name, String value)
voidsetClassName(String className)
voidsetVAlign(String vAlign)
Vertical alignment of data within cells of this row.