Interface DataGrid.Style

    • Field Detail

      • DEFAULT_CSS

        static final java.lang.String DEFAULT_CSS
        The path to the default CSS styles used by this resource.
        See Also:
        Constant Field Values
    • Method Detail

      • dataGridCell

        java.lang.String dataGridCell()
        Applied to every cell.
      • dataGridEvenRow

        java.lang.String dataGridEvenRow()
        Applied to even rows.
      • dataGridEvenRowCell

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

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

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

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

        java.lang.String dataGridFooter()
        Applied to footers cells.
      • dataGridHeader

        java.lang.String dataGridHeader()
        Applied to headers cells.
      • dataGridHoveredRow

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

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

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

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

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

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

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

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

        java.lang.String dataGridOddRow()
        Applied to odd rows.
      • dataGridOddRowCell

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

        java.lang.String dataGridSelectedRow()
        Applied to selected rows.
      • dataGridSelectedRowCell

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

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

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

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

        java.lang.String dataGridWidget()
        Applied to the table.