com.google.gwt.user.cellview.client
Interface CellTable.CleanResources

All Superinterfaces:
CellTable.Resources, ClientBundle
Enclosing class:
CellTable<T>

public static interface CellTable.CleanResources
extends CellTable.Resources

A cleaner version of the table that uses less graphics.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.google.gwt.resources.client.ClientBundle
ClientBundle.Source
 
Method Summary
 CellTable.CleanStyle cellTableStyle()
          The styles used in this widget.
 
Methods inherited from interface com.google.gwt.user.cellview.client.CellTable.Resources
cellTableFooterBackground, cellTableHeaderBackground, cellTableLoading, cellTableSelectedBackground
 

Method Detail

cellTableStyle

CellTable.CleanStyle cellTableStyle()
Description copied from interface: CellTable.Resources
The styles used in this widget.

Specified by:
cellTableStyle in interface CellTable.Resources