Constructors in com.google.gwt.user.cellview.client with parameters of type CellTable.Resources |
CellTable(int pageSize,
CellTable.Resources resources)
Constructs a table with the given page size with the specified
CellTable.BasicResources . |
CellTable(int pageSize,
CellTable.Resources resources,
ProvidesKey<T> keyProvider)
Constructs a table with the given page size, the specified
CellTable.BasicResources , 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.BasicResources , key
provider, and loading indicator. |