Uses of Interface
com.google.gwt.user.cellview.client.DataGrid.Resources
-
Packages that use DataGrid.Resources Package Description 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 Constructor Description DataGrid(int pageSize, DataGrid.Resources resources)Constructs a table with the given page size with the specifiedDataGrid.Resources.DataGrid(int pageSize, DataGrid.Resources resources, ProvidesKey<T> keyProvider)Constructs a table with the given page size, the specifiedDataGrid.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 specifiedDataGrid.Resources, and the given key provider.
-