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 TableRowBuilderAbstractCellTableBuilder.startRow()Start a row and return theTableRowBuilderfor this row.final TableRowBuilderStart a row and return theTableRowBuilderfor this row.protected final 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 TableRowBuilderModifier and TypeMethodDescriptionprotected 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.