Interface AbstractCellTable.Style

Enclosing class:
AbstractCellTable<T>

public static interface AbstractCellTable.Style
Styles used by this widget.
  • Method Details

    • cell

      String cell()
      Applied to every cell.
    • evenRow

      String evenRow()
      Applied to even rows.
    • evenRowCell

      String evenRowCell()
      Applied to cells in even rows.
    • firstColumn

      String firstColumn()
      Applied to the first column.
    • firstColumnFooter

      String firstColumnFooter()
      Applied to the first column footers.
    • firstColumnHeader

      String firstColumnHeader()
      Applied to the first column headers.
    • footer

      String footer()
      Applied to footers cells.
    • header

      String header()
      Applied to headers cells.
    • hoveredRow

      String hoveredRow()
      Applied to the hovered row.
    • hoveredRowCell

      String hoveredRowCell()
      Applied to the cells in the hovered row.
    • keyboardSelectedCell

      String keyboardSelectedCell()
      Applied to the keyboard selected cell.
    • keyboardSelectedRow

      String keyboardSelectedRow()
      Applied to the keyboard selected row.
    • keyboardSelectedRowCell

      String keyboardSelectedRowCell()
      Applied to the cells in the keyboard selected row.
    • lastColumn

      String lastColumn()
      Applied to the last column.
    • lastColumnFooter

      String lastColumnFooter()
      Applied to the last column footers.
    • lastColumnHeader

      String lastColumnHeader()
      Applied to the last column headers.
    • oddRow

      String oddRow()
      Applied to odd rows.
    • oddRowCell

      String oddRowCell()
      Applied to cells in odd rows.
    • selectedRow

      String selectedRow()
      Applied to selected rows.
    • selectedRowCell

      String selectedRowCell()
      Applied to cells in selected rows.
    • sortableHeader

      String sortableHeader()
      Applied to header cells that are sortable.
    • sortedHeaderAscending

      String sortedHeaderAscending()
      Applied to header cells that are sorted in ascending order.
    • sortedHeaderDescending

      String sortedHeaderDescending()
      Applied to header cells that are sorted in descending order.
    • widget

      String widget()
      Applied to the table.