Interface DataGrid.Style

All Superinterfaces:
CssResource, CssResourceBase, ResourcePrototype
Enclosing class:
DataGrid<T>

@ImportedWithPrefix("gwt-CellTable") public static interface DataGrid.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

    • dataGridCell

      String dataGridCell()
      Applied to every cell.
    • dataGridEvenRow

      String dataGridEvenRow()
      Applied to even rows.
    • dataGridEvenRowCell

      String dataGridEvenRowCell()
      Applied to cells in even rows.
    • dataGridFirstColumn

      String dataGridFirstColumn()
      Applied to the first column.
    • dataGridFirstColumnFooter

      String dataGridFirstColumnFooter()
      Applied to the first column footers.
    • dataGridFirstColumnHeader

      String dataGridFirstColumnHeader()
      Applied to the first column headers.
    • dataGridFooter

      String dataGridFooter()
      Applied to footers cells.
    • dataGridHeader

      String dataGridHeader()
      Applied to headers cells.
    • dataGridHoveredRow

      String dataGridHoveredRow()
      Applied to the hovered row.
    • dataGridHoveredRowCell

      String dataGridHoveredRowCell()
      Applied to the cells in the hovered row.
    • dataGridKeyboardSelectedCell

      String dataGridKeyboardSelectedCell()
      Applied to the keyboard selected cell.
    • dataGridKeyboardSelectedRow

      String dataGridKeyboardSelectedRow()
      Applied to the keyboard selected row.
    • dataGridKeyboardSelectedRowCell

      String dataGridKeyboardSelectedRowCell()
      Applied to the cells in the keyboard selected row.
    • dataGridLastColumn

      String dataGridLastColumn()
      Applied to the last column.
    • dataGridLastColumnFooter

      String dataGridLastColumnFooter()
      Applied to the last column footers.
    • dataGridLastColumnHeader

      String dataGridLastColumnHeader()
      Applied to the last column headers.
    • dataGridOddRow

      String dataGridOddRow()
      Applied to odd rows.
    • dataGridOddRowCell

      String dataGridOddRowCell()
      Applied to cells in odd rows.
    • dataGridSelectedRow

      String dataGridSelectedRow()
      Applied to selected rows.
    • dataGridSelectedRowCell

      String dataGridSelectedRowCell()
      Applied to cells in selected rows.
    • dataGridSortableHeader

      String dataGridSortableHeader()
      Applied to header cells that are sortable.
    • dataGridSortedHeaderAscending

      String dataGridSortedHeaderAscending()
      Applied to header cells that are sorted in ascending order.
    • dataGridSortedHeaderDescending

      String dataGridSortedHeaderDescending()
      Applied to header cells that are sorted in descending order.
    • dataGridWidget

      String dataGridWidget()
      Applied to the table.