Interface CellTable.Style
- All Superinterfaces:
- CssResource,- CssResourceBase,- ResourcePrototype
- All Known Subinterfaces:
- CellTable.BasicStyle
Styles used by this widget.
- 
Nested Class SummaryNested classes/interfaces inherited from interface com.google.gwt.resources.client.CssResourceCssResource.ClassName, CssResource.Import, CssResource.ImportedWithPrefix, CssResource.NotStrict, CssResource.Shared, CssResource.Strict
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final StringThe path to the default CSS styles used by this resource.
- 
Method SummaryModifier and TypeMethodDescriptionApplied to every cell.Applied to even rows.Applied to cells in even rows.Applied to the first column.Applied to the first column footers.Applied to the first column headers.Applied to footers cells.Applied to headers cells.Applied to the hovered row.Applied to the cells in the hovered row.Applied to the keyboard selected cell.Applied to the keyboard selected row.Applied to the cells in the keyboard selected row.Applied to the last column.Applied to the last column footers.Applied to the last column headers.Applied to the loading indicator.Applied to odd rows.Applied to cells in odd rows.Applied to selected rows.Applied to cells in selected rows.Applied to header cells that are sortable.Applied to header cells that are sorted in ascending order.Applied to header cells that are sorted in descending order.Applied to the table.Methods inherited from interface com.google.gwt.resources.client.CssResourceensureInjected, getTextMethods inherited from interface com.google.gwt.resources.client.ResourcePrototypegetName
- 
Field Details- 
DEFAULT_CSSThe path to the default CSS styles used by this resource.- See Also:
 
 
- 
- 
Method Details- 
cellTableCellString cellTableCell()Applied to every cell.
- 
cellTableEvenRowString cellTableEvenRow()Applied to even rows.
- 
cellTableEvenRowCellString cellTableEvenRowCell()Applied to cells in even rows.
- 
cellTableFirstColumnString cellTableFirstColumn()Applied to the first column.
- 
cellTableFirstColumnHeaderString cellTableFirstColumnHeader()Applied to the first column headers.
- 
cellTableHeaderString cellTableHeader()Applied to headers cells.
- 
cellTableHoveredRowString cellTableHoveredRow()Applied to the hovered row.
- 
cellTableHoveredRowCellString cellTableHoveredRowCell()Applied to the cells in the hovered row.
- 
cellTableKeyboardSelectedCellString cellTableKeyboardSelectedCell()Applied to the keyboard selected cell.
- 
cellTableKeyboardSelectedRowString cellTableKeyboardSelectedRow()Applied to the keyboard selected row.
- 
cellTableKeyboardSelectedRowCellString cellTableKeyboardSelectedRowCell()Applied to the cells in the keyboard selected row.
- 
cellTableLastColumnString cellTableLastColumn()Applied to the last column.
- 
cellTableLastColumnHeaderString cellTableLastColumnHeader()Applied to the last column headers.
- 
cellTableLoadingString cellTableLoading()Applied to the loading indicator.
- 
cellTableOddRowString cellTableOddRow()Applied to odd rows.
- 
cellTableOddRowCellString cellTableOddRowCell()Applied to cells in odd rows.
- 
cellTableSelectedRowString cellTableSelectedRow()Applied to selected rows.
- 
cellTableSelectedRowCellString cellTableSelectedRowCell()Applied to cells in selected rows.
- 
cellTableSortableHeaderString cellTableSortableHeader()Applied to header cells that are sortable.
- 
cellTableSortedHeaderAscendingString cellTableSortedHeaderAscending()Applied to header cells that are sorted in ascending order.
- 
cellTableSortedHeaderDescendingString cellTableSortedHeaderDescending()Applied to header cells that are sorted in descending order.
- 
cellTableWidgetString cellTableWidget()Applied to the table.
 
-