| 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,
com.google.gwt.view.client.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,
com.google.gwt.view.client.ProvidesKey<T> keyProvider,
com.google.gwt.user.client.ui.Widget loadingIndicator)
Constructs a table with the given page size, the specified
DataGrid.Resources, and the given key provider. |
Copyright © 2016. All rights reserved.