Uses of Interface
com.google.gwt.user.cellview.client.CellTable.Resources
-
Packages that use CellTable.Resources Package Description com.google.gwt.user.cellview.client The "cellview" widget set. -
-
Uses of CellTable.Resources in com.google.gwt.user.cellview.client
Subinterfaces of CellTable.Resources in com.google.gwt.user.cellview.client Modifier and Type Interface Description static interface
CellTable.BasicResources
Resources that match the GWT standard style theme.Constructors in com.google.gwt.user.cellview.client with parameters of type CellTable.Resources Constructor Description CellTable(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.
-