GWT 2.7.0

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

Packages that use DataGrid.Resources
com.google.gwt.user.cellview.client The "cellview" widget set. 
 

Uses of DataGrid.Resources in com.google.gwt.user.cellview.client
 

Constructors in com.google.gwt.user.cellview.client with parameters of type DataGrid.Resources
DataGrid(int pageSize, DataGrid.Resources resources)
          Constructs a table with the given page size with the specified DataGrid.Resources.
DataGrid(int pageSize, DataGrid.Resources resources, ProvidesKey<T> keyProvider)
          Constructs a table with the given page size, the specified DataGrid.Resources, and the given key provider.
DataGrid(int pageSize, DataGrid.Resources resources, ProvidesKey<T> keyProvider, Widget loadingIndicator)
          Constructs a table with the given page size, the specified DataGrid.Resources, and the given key provider.
 


GWT 2.7.0