Package | Description |
---|---|
com.google.gwt.user.cellview.client |
The "cellview" widget set.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCellTableBuilder<T>
Builder used to construct a CellTable.
|
class |
DefaultCellTableBuilder<T>
Default cell table builder that renders row values into a grid of columns.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractCellTable.setTableBuilder(CellTableBuilder<T> tableBuilder)
Specify the
CellTableBuilder that will be used to render the row
values into the table. |