| Package | Description | 
|---|---|
| com.google.gwt.user.cellview.client | The "cellview" widget set. | 
| Modifier and Type | Interface and Description | 
|---|---|
| static interface  | CellTable.BasicResourcesResources that match the GWT standard style theme. | 
| Constructor and Description | 
|---|
| CellTable(int pageSize,
         CellTable.Resources resources)Constructs a table with the given page size with the specified
  CellTable.Resources. | 
| CellTable(int pageSize,
         CellTable.Resources resources,
         ProvidesKey<T> keyProvider)Constructs a table with the given page size, the specified
  CellTable.Resources, and the given key provider. | 
| CellTable(int pageSize,
         CellTable.Resources resources,
         ProvidesKey<T> keyProvider,
         Widget loadingIndicator)Constructs a table with the specified page size,  CellTable.Resources, key
 provider, and loading indicator. | 
| CellTable(int pageSize,
         CellTable.Resources resources,
         ProvidesKey<T> keyProvider,
         Widget loadingIndicator,
         boolean enableColGroup,
         boolean attachLoadingPanel)Constructs a table with the specified page size,  CellTable.Resources, key
 provider, and loading indicator. |