Package | Description |
---|---|
com.google.gwt.user.cellview.client |
The "cellview" widget set.
|
Modifier and Type | Method and Description |
---|---|
AbstractCellTable.Resources |
AbstractCellTable.getResources()
Get the resources used by this table.
|
Constructor and Description |
---|
AbstractCellTable(Element elem,
int pageSize,
AbstractCellTable.Resources resources,
ProvidesKey<T> keyProvider)
Constructs a table with the given page size, the specified
AbstractCellTable.Style ,
and the given key provider. |
AbstractCellTable(Widget widget,
int pageSize,
AbstractCellTable.Resources resources,
ProvidesKey<T> keyProvider)
Constructs a table with the given page size, the specified
AbstractCellTable.Style ,
and the given key provider. |