Uses of Interface
com.google.gwt.user.cellview.client.CellTable.Resources
-
Uses of CellTable.Resources in com.google.gwt.user.cellview.client
Modifier and TypeInterfaceDescriptionstatic interface
Resources that match the GWT standard style theme.ModifierConstructorDescriptionCellTable
(int pageSize, CellTable.Resources resources) Constructs a table with the given page size with the specifiedCellTable.Resources
.CellTable
(int pageSize, CellTable.Resources resources, ProvidesKey<T> keyProvider) Constructs a table with the given page size, the specifiedCellTable.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.