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

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

Introduction

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

The text is from its open source code.

Subclass

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

Field

StringTAG_TD
StringTAG_TH

Method

booleanaddClassName(String className)
TableCellElementas(Element elem)
Assert that the given Element is compatible with this class and automatically typecast it.
Tcast()
voidfocus()
intgetAbsoluteLeft()
intgetAbsoluteRight()
intgetAbsoluteTop()
intgetCellIndex()
The index of this cell in the row, starting from 0.
StringgetClassName()
intgetColSpan()
Number of columns spanned by cell.
ElementgetFirstChildElement()
StringgetInnerHTML()
StringgetInnerText()
intgetOffsetHeight()
intgetOffsetLeft()
intgetOffsetTop()
intgetOffsetWidth()
StylegetStyle()
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.
booleanremoveClassName(String className)
voidsetAlign(String align)
Horizontal alignment of data in cell.
voidsetAttribute(String name, String value)
voidsetClassName(String className)
voidsetColSpan(int colSpan)
Number of columns spanned by cell.
voidsetInnerHTML(String html)
voidsetInnerSafeHtml(SafeHtml html)
voidsetInnerText(String text)
voidsetPropertyInt(String name, int value)
voidsetRowSpan(int rowSpan)
Number of rows spanned by cell.
voidsetTabIndex(int tabIndex)
voidsetTitle(String title)
voidsetVAlign(String vAlign)
Vertical alignment of data in cell.