Uses of Interface
com.google.gwt.user.cellview.client.DataGrid.Resources
Packages that use DataGrid.Resources
-
Uses of DataGrid.Resources in com.google.gwt.user.cellview.client
Constructors in com.google.gwt.user.cellview.client with parameters of type DataGrid.ResourcesModifierConstructorDescriptionDataGrid(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.