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

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.google.gwt.resources.client.ClientBundle
ClientBundle.Source
 
Method Summary
 DataGrid.Style dataGridStyle()
           
 
Methods inherited from interface com.google.gwt.user.cellview.client.DataGrid.Resources
dataGridLoading, dataGridSortAscending, dataGridSortDescending
 

Method Detail

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.