Uses of Interface
com.google.gwt.dom.builder.shared.TableSectionBuilder
-
Packages that use TableSectionBuilder Package Description com.google.gwt.dom.builder.client Classes used to build DOM elements.com.google.gwt.dom.builder.shared Classes used to build DOM elements.com.google.gwt.user.cellview.client The "cellview" widget set. -
-
Uses of TableSectionBuilder in com.google.gwt.dom.builder.client
Classes in com.google.gwt.dom.builder.client that implement TableSectionBuilder Modifier and Type Class Description class
DomTableSectionBuilder
DOM-based implementation ofTableSectionBuilder
.Methods in com.google.gwt.dom.builder.client that return TableSectionBuilder Modifier and Type Method Description TableSectionBuilder
DomTableSectionBuilder. align(java.lang.String align)
TableSectionBuilder
DomTableSectionBuilder. ch(java.lang.String ch)
TableSectionBuilder
DomTableSectionBuilder. chOff(java.lang.String chOff)
TableSectionBuilder
DomTableSectionBuilder. html(SafeHtml html)
TableSectionBuilder
DomElementBuilderBase. startTBody()
TableSectionBuilder
DomElementBuilderBase. startTFoot()
TableSectionBuilder
DomElementBuilderBase. startTHead()
TableSectionBuilder
DomTableSectionBuilder. text(java.lang.String text)
TableSectionBuilder
DomTableSectionBuilder. vAlign(java.lang.String vAlign)
-
Uses of TableSectionBuilder in com.google.gwt.dom.builder.shared
Classes in com.google.gwt.dom.builder.shared that implement TableSectionBuilder Modifier and Type Class Description class
HtmlOnlyTableSectionBuilder
A subclass of standardHtmlTableSectionBuilder
that allows directly appending html to a table section.class
HtmlTableSectionBuilder
HTML-based implementation ofTableSectionBuilder
.Methods in com.google.gwt.dom.builder.shared that return TableSectionBuilder Modifier and Type Method Description TableSectionBuilder
HtmlTableSectionBuilder. align(java.lang.String align)
TableSectionBuilder
TableSectionBuilder. align(java.lang.String align)
Horizontal alignment of data in cells.TableSectionBuilder
HtmlTableSectionBuilder. ch(java.lang.String ch)
TableSectionBuilder
TableSectionBuilder. ch(java.lang.String ch)
Alignment character for cells in a column.TableSectionBuilder
HtmlTableSectionBuilder. chOff(java.lang.String chOff)
TableSectionBuilder
TableSectionBuilder. chOff(java.lang.String chOff)
Offset of alignment character.abstract TableSectionBuilder
ElementBuilderFactory. createTBodyBuilder()
abstract TableSectionBuilder
ElementBuilderFactory. createTFootBuilder()
abstract TableSectionBuilder
ElementBuilderFactory. createTHeadBuilder()
TableSectionBuilder
HtmlOnlyTableSectionBuilder. html(SafeHtml html)
Append html to the builder and validate the correctness of the html.TableSectionBuilder
HtmlTableSectionBuilder. html(SafeHtml html)
TableSectionBuilder
ElementBuilderBase. startTBody()
Append a tbody element.TableSectionBuilder
HtmlElementBuilderBase. startTBody()
TableSectionBuilder
ElementBuilderBase. startTFoot()
Append a tfoot element.TableSectionBuilder
HtmlElementBuilderBase. startTFoot()
TableSectionBuilder
ElementBuilderBase. startTHead()
Append a thead element.TableSectionBuilder
HtmlElementBuilderBase. startTHead()
TableSectionBuilder
HtmlTableSectionBuilder. text(java.lang.String text)
TableSectionBuilder
HtmlTableSectionBuilder. vAlign(java.lang.String vAlign)
TableSectionBuilder
TableSectionBuilder. vAlign(java.lang.String vAlign)
Vertical alignment of data in cells. -
Uses of TableSectionBuilder in com.google.gwt.user.cellview.client
Methods in com.google.gwt.user.cellview.client that return TableSectionBuilder Modifier and Type Method Description TableSectionBuilder
AbstractHeaderOrFooterBuilder. buildFooter()
TableSectionBuilder
FooterBuilder. buildFooter()
Builds the DOM subtree for this footer.TableSectionBuilder
AbstractHeaderOrFooterBuilder. buildHeader()
TableSectionBuilder
HeaderBuilder. buildHeader()
Builds the DOM subtree for this header.TableSectionBuilder
AbstractCellTableBuilder. finish()
Finish the building and get theTableSectionBuilder
containing the children.TableSectionBuilder
CellTableBuilder. finish()
Finish the building of rows and return the table section builder.
-