Uses of Interface
com.github.gwtbootstrap.client.ui.DataGrid.Resources

Packages that use DataGrid.Resources
com.github.gwtbootstrap.client.ui Widgets that can be used in other GWT projects. 
 

Uses of DataGrid.Resources in com.github.gwtbootstrap.client.ui
 

Subinterfaces of DataGrid.Resources in com.github.gwtbootstrap.client.ui
static interface DataGrid.SelectableResources
          Selectable GWT-Bootstrap style Table Resource.
 

Constructors in com.github.gwtbootstrap.client.ui 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.
 



Copyright © 2012 gwtbootstrap. All Rights Reserved.