Uses of Interface
com.google.gwt.dom.builder.shared.TableRowBuilder
Packages that use TableRowBuilder
Package
Description
Classes used to build DOM elements.
Classes used to build DOM elements.
The "cellview" widget set.
-
Uses of TableRowBuilder in com.google.gwt.dom.builder.client
Classes in com.google.gwt.dom.builder.client that implement TableRowBuilderMethods in com.google.gwt.dom.builder.client that return TableRowBuilder -
Uses of TableRowBuilder in com.google.gwt.user.cellview.client
Methods in com.google.gwt.user.cellview.client that return TableRowBuilderModifier and TypeMethodDescriptionfinal TableRowBuilder
AbstractCellTableBuilder.startRow()
Start a row and return theTableRowBuilder
for this row.final TableRowBuilder
Start a row and return theTableRowBuilder
for this row.protected final TableRowBuilder
AbstractHeaderOrFooterBuilder.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 TableRowBuilderModifier and TypeMethodDescriptionprotected void
AbstractCellTableBuilder.addRowAttributes
(TableRowBuilder row) Hook for subclasses to add their own attributes to each row in the table.protected void
AbstractCellTableBuilder.addRowAttributes
(TableRowBuilder row, T rowValue) Hook for subclasses to add their own attributes to each row in the table.