Uses of Interface
com.google.gwt.dom.builder.shared.TableRowBuilder
-
Packages that use TableRowBuilder 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 TableRowBuilder in com.google.gwt.dom.builder.client
Classes in com.google.gwt.dom.builder.client that implement TableRowBuilder Modifier and Type Class Description classDomTableRowBuilderDOM-based implementation ofTableRowBuilder.Methods in com.google.gwt.dom.builder.client that return TableRowBuilder Modifier and Type Method Description TableRowBuilderDomTableRowBuilder. align(java.lang.String align)TableRowBuilderDomTableRowBuilder. ch(java.lang.String ch)TableRowBuilderDomTableRowBuilder. chOff(java.lang.String chOff)TableRowBuilderDomTableRowBuilder. html(SafeHtml html)TableRowBuilderDomElementBuilderBase. startTR()TableRowBuilderDomTableRowBuilder. text(java.lang.String text)TableRowBuilderDomTableRowBuilder. vAlign(java.lang.String vAlign) -
Uses of TableRowBuilder in com.google.gwt.dom.builder.shared
Classes in com.google.gwt.dom.builder.shared that implement TableRowBuilder Modifier and Type Class Description classHtmlTableRowBuilderHTML-based implementation ofTableRowBuilder.Methods in com.google.gwt.dom.builder.shared that return TableRowBuilder Modifier and Type Method Description TableRowBuilderHtmlTableRowBuilder. align(java.lang.String align)TableRowBuilderTableRowBuilder. align(java.lang.String align)Horizontal alignment of data within cells of this row.TableRowBuilderHtmlTableRowBuilder. ch(java.lang.String ch)TableRowBuilderTableRowBuilder. ch(java.lang.String ch)Alignment character for cells in a column.TableRowBuilderHtmlTableRowBuilder. chOff(java.lang.String chOff)TableRowBuilderTableRowBuilder. chOff(java.lang.String chOff)Offset of alignment character.abstract TableRowBuilderElementBuilderFactory. createTRBuilder()TableRowBuilderHtmlTableRowBuilder. html(SafeHtml html)TableRowBuilderElementBuilderBase. startTR()Append a tablerow element.TableRowBuilderHtmlElementBuilderBase. startTR()TableRowBuilderHtmlTableRowBuilder. text(java.lang.String text)TableRowBuilderHtmlTableRowBuilder. vAlign(java.lang.String vAlign)TableRowBuilderTableRowBuilder. vAlign(java.lang.String vAlign)Vertical alignment of data within cells of this row. -
Uses of TableRowBuilder in com.google.gwt.user.cellview.client
Methods in com.google.gwt.user.cellview.client that return TableRowBuilder Modifier and Type Method Description TableRowBuilderAbstractCellTableBuilder. startRow()Start a row and return theTableRowBuilderfor this row.TableRowBuilderAbstractCellTableBuilder. startRow(T rowValue)Start a row and return theTableRowBuilderfor this row.protected TableRowBuilderAbstractHeaderOrFooterBuilder. startRow()Add a header (or footer) row to the table, below any rows previously added.Methods in com.google.gwt.user.cellview.client with parameters of type TableRowBuilder Modifier and Type Method Description protected voidAbstractCellTableBuilder. addRowAttributes(TableRowBuilder row)Hook for subclasses to add their own attributes to each row in the table.protected voidAbstractCellTableBuilder. addRowAttributes(TableRowBuilder row, T rowValue)Hook for subclasses to add their own attributes to each row in the table.
-