com.github.gwtbootstrap.client.ui
Interface DataGrid.SelectableResources
- All Superinterfaces:
- ClientBundle, DataGrid.Resources
- Enclosing class:
- DataGrid<T>
public static interface DataGrid.SelectableResources
- extends DataGrid.Resources
Selectable GWT-Bootstrap style Table Resource.
If select row,apply style.
It focus to Basic TwBootstrap style.
If you use custom style,you should override like this.
- Author:
- ohashi keisuke
dataGridStyle
@ClientBundle.Source(value="com/github/gwtbootstrap/client/ui/GwtBootstrapDataGridSelectable.css")
DataGrid.Style dataGridStyle()
- Specified by:
dataGridStyle in interface DataGrid.Resources
Copyright © 2012 gwtbootstrap. All Rights Reserved.