T - the data type of the rows.public class DefaultCellTableBuilder<T> extends AbstractCellTableBuilder<T>
cellTable| Constructor and Description | 
|---|
| DefaultCellTableBuilder(AbstractCellTable<T> cellTable) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | addCellAttributes(TableCellBuilder cell)Hook for subclasses to add their own attributes to each cell in the table. | 
| void | buildRowImpl(T rowValue,
            int absRowIndex)Build zero or more table rows for the specified row value. | 
addRowAttributes, addRowAttributes, buildRow, createContext, finish, getColumn, getColumns, getRowValueIndex, getSubrowValueIndex, isColumn, renderCell, start, startRow, startRowpublic DefaultCellTableBuilder(AbstractCellTable<T> cellTable)
public void buildRowImpl(T rowValue, int absRowIndex)
AbstractCellTableBuilderbuildRowImpl in class AbstractCellTableBuilder<T>rowValue - the value for the row to renderabsRowIndex - the absolute row indexprotected void addCellAttributes(TableCellBuilder cell)
cell - the cell element