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.
|
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 |
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