Interface CellTable.Style

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

@ImportedWithPrefix("gwt-CellTable") public static interface CellTable.Style extends CssResource
Styles used by this widget.
  • Field Details

    • DEFAULT_CSS

      static final String DEFAULT_CSS
      The path to the default CSS styles used by this resource.
      See Also:
  • Method Details

    • cellTableCell

      String cellTableCell()
      Applied to every cell.
    • cellTableEvenRow

      String cellTableEvenRow()
      Applied to even rows.
    • cellTableEvenRowCell

      String cellTableEvenRowCell()
      Applied to cells in even rows.
    • cellTableFirstColumn

      String cellTableFirstColumn()
      Applied to the first column.
    • cellTableFirstColumnFooter

      String cellTableFirstColumnFooter()
      Applied to the first column footers.
    • cellTableFirstColumnHeader

      String cellTableFirstColumnHeader()
      Applied to the first column headers.
    • cellTableFooter

      String cellTableFooter()
      Applied to footers cells.
    • cellTableHeader

      String cellTableHeader()
      Applied to headers cells.
    • cellTableHoveredRow

      String cellTableHoveredRow()
      Applied to the hovered row.
    • cellTableHoveredRowCell

      String cellTableHoveredRowCell()
      Applied to the cells in the hovered row.
    • cellTableKeyboardSelectedCell

      String cellTableKeyboardSelectedCell()
      Applied to the keyboard selected cell.
    • cellTableKeyboardSelectedRow

      String cellTableKeyboardSelectedRow()
      Applied to the keyboard selected row.
    • cellTableKeyboardSelectedRowCell

      String cellTableKeyboardSelectedRowCell()
      Applied to the cells in the keyboard selected row.
    • cellTableLastColumn

      String cellTableLastColumn()
      Applied to the last column.
    • cellTableLastColumnFooter

      String cellTableLastColumnFooter()
      Applied to the last column footers.
    • cellTableLastColumnHeader

      String cellTableLastColumnHeader()
      Applied to the last column headers.
    • cellTableLoading

      String cellTableLoading()
      Applied to the loading indicator.
    • cellTableOddRow

      String cellTableOddRow()
      Applied to odd rows.
    • cellTableOddRowCell

      String cellTableOddRowCell()
      Applied to cells in odd rows.
    • cellTableSelectedRow

      String cellTableSelectedRow()
      Applied to selected rows.
    • cellTableSelectedRowCell

      String cellTableSelectedRowCell()
      Applied to cells in selected rows.
    • cellTableSortableHeader

      String cellTableSortableHeader()
      Applied to header cells that are sortable.
    • cellTableSortedHeaderAscending

      String cellTableSortedHeaderAscending()
      Applied to header cells that are sorted in ascending order.
    • cellTableSortedHeaderDescending

      String cellTableSortedHeaderDescending()
      Applied to header cells that are sorted in descending order.
    • cellTableWidget

      String cellTableWidget()
      Applied to the table.