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 classDomTableSectionBuilderDOM-based implementation ofTableSectionBuilder.Methods in com.google.gwt.dom.builder.client that return TableSectionBuilder Modifier and Type Method Description TableSectionBuilderDomTableSectionBuilder. align(java.lang.String align)TableSectionBuilderDomTableSectionBuilder. ch(java.lang.String ch)TableSectionBuilderDomTableSectionBuilder. chOff(java.lang.String chOff)TableSectionBuilderDomTableSectionBuilder. html(SafeHtml html)TableSectionBuilderDomElementBuilderBase. startTBody()TableSectionBuilderDomElementBuilderBase. startTFoot()TableSectionBuilderDomElementBuilderBase. startTHead()TableSectionBuilderDomTableSectionBuilder. text(java.lang.String text)TableSectionBuilderDomTableSectionBuilder. 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 classHtmlOnlyTableSectionBuilderA subclass of standardHtmlTableSectionBuilderthat allows directly appending html to a table section.classHtmlTableSectionBuilderHTML-based implementation ofTableSectionBuilder.Methods in com.google.gwt.dom.builder.shared that return TableSectionBuilder Modifier and Type Method Description TableSectionBuilderHtmlTableSectionBuilder. align(java.lang.String align)TableSectionBuilderTableSectionBuilder. align(java.lang.String align)Horizontal alignment of data in cells.TableSectionBuilderHtmlTableSectionBuilder. ch(java.lang.String ch)TableSectionBuilderTableSectionBuilder. ch(java.lang.String ch)Alignment character for cells in a column.TableSectionBuilderHtmlTableSectionBuilder. chOff(java.lang.String chOff)TableSectionBuilderTableSectionBuilder. chOff(java.lang.String chOff)Offset of alignment character.abstract TableSectionBuilderElementBuilderFactory. createTBodyBuilder()abstract TableSectionBuilderElementBuilderFactory. createTFootBuilder()abstract TableSectionBuilderElementBuilderFactory. createTHeadBuilder()TableSectionBuilderHtmlOnlyTableSectionBuilder. html(SafeHtml html)Append html to the builder and validate the correctness of the html.TableSectionBuilderHtmlTableSectionBuilder. html(SafeHtml html)TableSectionBuilderElementBuilderBase. startTBody()Append a tbody element.TableSectionBuilderHtmlElementBuilderBase. startTBody()TableSectionBuilderElementBuilderBase. startTFoot()Append a tfoot element.TableSectionBuilderHtmlElementBuilderBase. startTFoot()TableSectionBuilderElementBuilderBase. startTHead()Append a thead element.TableSectionBuilderHtmlElementBuilderBase. startTHead()TableSectionBuilderHtmlTableSectionBuilder. text(java.lang.String text)TableSectionBuilderHtmlTableSectionBuilder. vAlign(java.lang.String vAlign)TableSectionBuilderTableSectionBuilder. 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 TableSectionBuilderAbstractHeaderOrFooterBuilder. buildFooter()TableSectionBuilderFooterBuilder. buildFooter()Builds the DOM subtree for this footer.TableSectionBuilderAbstractHeaderOrFooterBuilder. buildHeader()TableSectionBuilderHeaderBuilder. buildHeader()Builds the DOM subtree for this header.TableSectionBuilderAbstractCellTableBuilder. finish()Finish the building and get theTableSectionBuildercontaining the children.TableSectionBuilderCellTableBuilder. finish()Finish the building of rows and return the table section builder.
-