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

All Superinterfaces:
ClientBundle, DataGrid.Resources
All Known Subinterfaces:
DataGrid.SelectableResources
Enclosing class:
DataGrid<T>

public static interface DataGrid.Resources
extends DataGrid.Resources

Basic GWT-Bootstrap style Table Resource.

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/GwtBootstrapDataGrid.css")
DataGrid.Style dataGridStyle()
Specified by:
dataGridStyle in interface DataGrid.Resources


Copyright © 2012 gwtbootstrap. All Rights Reserved.