GWT 2.7.0

Uses of Interface
com.google.gwt.user.cellview.client.CellTable.Resources

Packages that use CellTable.Resources
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
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
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.
CellTable(int pageSize, CellTable.Resources resources, ProvidesKey<T> keyProvider, Widget loadingIndicator, boolean enableColGroup, boolean attachLoadingPanel)
          Constructs a table with the specified page size, CellTable.BasicResources, key provider, and loading indicator.
 


GWT 2.7.0