public static interface

CellTable.Style

implements CssResource
com.google.gwt.user.cellview.client.CellTable.Style

Class Overview

Styles used by this widget.

Summary

Constants
String DEFAULT_CSS The path to the default CSS styles used by this resource.
Public Methods
abstract String cellTableCell()
Applied to every cell.
abstract String cellTableEvenRow()
Applied to even rows.
abstract String cellTableEvenRowCell()
Applied to cells in even rows.
abstract String cellTableFirstColumn()
Applied to the first column.
abstract String cellTableFirstColumnFooter()
Applied to the first column footers.
abstract String cellTableFirstColumnHeader()
Applied to the first column headers.
abstract String cellTableFooter()
Applied to footers cells.
abstract String cellTableHeader()
Applied to headers cells.
abstract String cellTableHoveredRow()
Applied to the hovered row.
abstract String cellTableHoveredRowCell()
Applied to the cells in the hovered row.
abstract String cellTableKeyboardSelectedCell()
Applied to the keyboard selected cell.
abstract String cellTableKeyboardSelectedRow()
Applied to the keyboard selected row.
abstract String cellTableKeyboardSelectedRowCell()
Applied to the cells in the keyboard selected row.
abstract String cellTableLastColumn()
Applied to the last column.
abstract String cellTableLastColumnFooter()
Applied to the last column footers.
abstract String cellTableLastColumnHeader()
Applied to the last column headers.
abstract String cellTableLoading()
Applied to the loading indicator.
abstract String cellTableOddRow()
Applied to odd rows.
abstract String cellTableOddRowCell()
Applied to cells in odd rows.
abstract String cellTableSelectedRow()
Applied to selected rows.
abstract String cellTableSelectedRowCell()
Applied to cells in selected rows.
abstract String cellTableSortableHeader()
Applied to header cells that are sortable.
abstract String cellTableSortedHeaderAscending()
Applied to header cells that are sorted in ascending order.
abstract String cellTableSortedHeaderDescending()
Applied to header cells that are sorted in descending order.
abstract String cellTableWidget()
Applied to the table.
[Expand]
Inherited Methods
From interface com.google.gwt.resources.client.CssResource
From interface com.google.gwt.resources.client.ResourcePrototype

Constants

public static final String DEFAULT_CSS

The path to the default CSS styles used by this resource.

Constant Value: "com/google/gwt/user/cellview/client/CellTable.css"

Public Methods

public abstract String cellTableCell ()

Applied to every cell.

public abstract String cellTableEvenRow ()

Applied to even rows.

public abstract String cellTableEvenRowCell ()

Applied to cells in even rows.

public abstract String cellTableFirstColumn ()

Applied to the first column.

public abstract String cellTableFirstColumnFooter ()

Applied to the first column footers.

public abstract String cellTableFirstColumnHeader ()

Applied to the first column headers.

public abstract String cellTableFooter ()

Applied to footers cells.

public abstract String cellTableHeader ()

Applied to headers cells.

public abstract String cellTableHoveredRow ()

Applied to the hovered row.

public abstract String cellTableHoveredRowCell ()

Applied to the cells in the hovered row.

public abstract String cellTableKeyboardSelectedCell ()

Applied to the keyboard selected cell.

public abstract String cellTableKeyboardSelectedRow ()

Applied to the keyboard selected row.

public abstract String cellTableKeyboardSelectedRowCell ()

Applied to the cells in the keyboard selected row.

public abstract String cellTableLastColumn ()

Applied to the last column.

public abstract String cellTableLastColumnFooter ()

Applied to the last column footers.

public abstract String cellTableLastColumnHeader ()

Applied to the last column headers.

public abstract String cellTableLoading ()

Applied to the loading indicator.

public abstract String cellTableOddRow ()

Applied to odd rows.

public abstract String cellTableOddRowCell ()

Applied to cells in odd rows.

public abstract String cellTableSelectedRow ()

Applied to selected rows.

public abstract String cellTableSelectedRowCell ()

Applied to cells in selected rows.

public abstract String cellTableSortableHeader ()

Applied to header cells that are sortable.

public abstract String cellTableSortedHeaderAscending ()

Applied to header cells that are sorted in ascending order.

public abstract String cellTableSortedHeaderDescending ()

Applied to header cells that are sorted in descending order.

public abstract String cellTableWidget ()

Applied to the table.