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

All Superinterfaces:
CssResource, ResourcePrototype
All Known Subinterfaces:
CellTable.CleanStyle
Enclosing class:
CellTable<T>

public static interface CellTable.Style
extends CssResource

Styles used by this widget.


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 cell()
          Applied to every cell.
 java.lang.String cellTable()
          Applied to the table.
 java.lang.String evenRow()
          Applied to even rows.
 java.lang.String firstColumn()
          Applied to the first column.
 java.lang.String firstColumnFooter()
          Applied to the first column footers.
 java.lang.String firstColumnHeader()
          Applied to the first column headers.
 java.lang.String footer()
          Applied to footers cells.
 java.lang.String header()
          Applied to headers cells.
 java.lang.String hoveredRow()
          Applied to the hovered row.
 java.lang.String lastColumn()
          Applied to the last column.
 java.lang.String lastColumnFooter()
          Applied to the last column footers.
 java.lang.String lastColumnHeader()
          Applied to the last column headers.
 java.lang.String loading()
          Applied to the loading indicator.
 java.lang.String oddRow()
          Applied to odd rows.
 java.lang.String selectedRow()
          Applied to selected rows.
 
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

cell

java.lang.String cell()
Applied to every cell.


cellTable

java.lang.String cellTable()
Applied to the table.


evenRow

java.lang.String evenRow()
Applied to even rows.


firstColumn

java.lang.String firstColumn()
Applied to the first column.


firstColumnFooter

java.lang.String firstColumnFooter()
Applied to the first column footers.


firstColumnHeader

java.lang.String firstColumnHeader()
Applied to the first column headers.


footer

java.lang.String footer()
Applied to footers cells.


header

java.lang.String header()
Applied to headers cells.


hoveredRow

java.lang.String hoveredRow()
Applied to the hovered row.


lastColumn

java.lang.String lastColumn()
Applied to the last column.


lastColumnFooter

java.lang.String lastColumnFooter()
Applied to the last column footers.


lastColumnHeader

java.lang.String lastColumnHeader()
Applied to the last column headers.


loading

java.lang.String loading()
Applied to the loading indicator.


oddRow

java.lang.String oddRow()
Applied to odd rows.


selectedRow

java.lang.String selectedRow()
Applied to selected rows.