Class DefaultCellTableBuilder<T>
java.lang.Object
com.google.gwt.user.cellview.client.AbstractCellTableBuilder<T>
com.google.gwt.user.cellview.client.DefaultCellTableBuilder<T>
- Type Parameters:
T
- the data type of the rows.
- All Implemented Interfaces:
CellTableBuilder<T>
Default cell table builder that renders row values into a grid of columns.
-
Field Summary
Fields inherited from class com.google.gwt.user.cellview.client.AbstractCellTableBuilder
cellTable
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
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.Methods inherited from class com.google.gwt.user.cellview.client.AbstractCellTableBuilder
addRowAttributes, addRowAttributes, buildRow, createContext, finish, getColumn, getColumns, getRowValueIndex, getSubrowValueIndex, isColumn, renderCell, start, startRow, startRow
-
Constructor Details
-
DefaultCellTableBuilder
-
-
Method Details
-
buildRowImpl
Description copied from class:AbstractCellTableBuilder
Build zero or more table rows for the specified row value.- Specified by:
buildRowImpl
in classAbstractCellTableBuilder<T>
- Parameters:
rowValue
- the value for the row to renderabsRowIndex
- the absolute row index
-