Package | Description |
---|---|
com.github.gwtbootstrap.client.ui |
Widgets that can be used in other GWT projects.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
DataGrid.SelectableResources
Selectable GWT-Bootstrap style Table Resource.
|
Constructor and Description |
---|
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.