Package | Description |
---|---|
com.google.gwt.user.cellview.client |
The "cellview" widget set.
|
Modifier and Type | Class and Description |
---|---|
class |
CellTable<T>
A tabular view that supports paging and columns.
|
class |
DataGrid<T>
A tabular view with a fixed header and footer section and a scrollable data
section in the middle.
|
Modifier and Type | Field and Description |
---|---|
protected AbstractCellTable<T> |
AbstractCellTableBuilder.cellTable |
Modifier and Type | Method and Description |
---|---|
AbstractCellTable<T> |
AbstractCellTable.CellTableKeyboardSelectionHandler.getDisplay() |
protected AbstractCellTable<T> |
AbstractHeaderOrFooterBuilder.getTable() |
Constructor and Description |
---|
AbstractCellTableBuilder(AbstractCellTable<T> cellTable)
Construct a new table builder.
|
AbstractHeaderOrFooterBuilder(AbstractCellTable<T> table,
boolean isFooter)
Create a new DefaultHeaderBuilder for the header of footer section.
|
CellTableKeyboardSelectionHandler(AbstractCellTable<T> table)
Construct a new keyboard selection handler for the specified table.
|
DefaultCellTableBuilder(AbstractCellTable<T> cellTable) |
DefaultHeaderOrFooterBuilder(AbstractCellTable<T> table,
boolean isFooter)
Create a new DefaultHeaderBuilder for the header of footer section.
|