Uses of Interface
com.google.gwt.dom.builder.shared.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
-
Uses of TableRowBuilder in com.google.gwt.user.cellview.client
Modifier 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.Modifier 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.