Java com.google.gwt.dom.builder.shared TableCellBuilder fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.dom.builder.shared TableCellBuilder fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.dom.builder.shared TableCellBuilder.

The text is from its open source code.

Method

TableCellBuilderalign(String align)
Horizontal alignment of data in cell.
Tattribute(String name, int value)
Add an integer attribute to the object.
TclassName(String className)
The class attribute of the element.
TableCellBuildercolSpan(int colSpan)
Number of columns spanned by cell.
voidendTD()
End the current element.
voidendTH()
End the current element.
Thtml(SafeHtml html)
Append html within the node.
TableCellBuilderrowSpan(int rowSpan)
Number of rows spanned by cell.
DivBuilderstartDiv()
Append a div element.
StylesBuilderstyle()
Start the StylesBuilder used to add style properties to the style attribute of the current element.
TtabIndex(int tabIndex)
Set the tab index.
TableCellBuildervAlign(String vAlign)
Vertical alignment of data in cell.