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

All Superinterfaces:
CellTable.Style, CssResource, ResourcePrototype
Enclosing class:
CellTable<T>

public static interface CellTable.CleanStyle
extends CellTable.Style

A cleaner version of the table that uses less graphics.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.google.gwt.resources.client.CssResource
CssResource.ClassName, CssResource.Import, CssResource.ImportedWithPrefix, CssResource.NotStrict, CssResource.Shared, CssResource.Strict
 
Method Summary
 java.lang.String footer()
          Applied to footers cells.
 java.lang.String header()
          Applied to headers cells.
 
Methods inherited from interface com.google.gwt.user.cellview.client.CellTable.Style
cell, cellTable, evenRow, firstColumn, firstColumnFooter, firstColumnHeader, hoveredRow, lastColumn, lastColumnFooter, lastColumnHeader, loading, oddRow, selectedRow
 
Methods inherited from interface com.google.gwt.resources.client.CssResource
ensureInjected, getText
 
Methods inherited from interface com.google.gwt.resources.client.ResourcePrototype
getName
 

Method Detail

footer

java.lang.String footer()
Description copied from interface: CellTable.Style
Applied to footers cells.

Specified by:
footer in interface CellTable.Style

header

java.lang.String header()
Description copied from interface: CellTable.Style
Applied to headers cells.

Specified by:
header in interface CellTable.Style