Interface AbstractCellTable.Style
-
- Enclosing class:
- AbstractCellTable<T>
public static interface AbstractCellTable.StyleStyles used by this widget.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Stringcell()Applied to every cell.java.lang.StringevenRow()Applied to even rows.java.lang.StringevenRowCell()Applied to cells in even rows.java.lang.StringfirstColumn()Applied to the first column.java.lang.StringfirstColumnFooter()Applied to the first column footers.java.lang.StringfirstColumnHeader()Applied to the first column headers.java.lang.Stringfooter()Applied to footers cells.java.lang.Stringheader()Applied to headers cells.java.lang.StringhoveredRow()Applied to the hovered row.java.lang.StringhoveredRowCell()Applied to the cells in the hovered row.java.lang.StringkeyboardSelectedCell()Applied to the keyboard selected cell.java.lang.StringkeyboardSelectedRow()Applied to the keyboard selected row.java.lang.StringkeyboardSelectedRowCell()Applied to the cells in the keyboard selected row.java.lang.StringlastColumn()Applied to the last column.java.lang.StringlastColumnFooter()Applied to the last column footers.java.lang.StringlastColumnHeader()Applied to the last column headers.java.lang.StringoddRow()Applied to odd rows.java.lang.StringoddRowCell()Applied to cells in odd rows.java.lang.StringselectedRow()Applied to selected rows.java.lang.StringselectedRowCell()Applied to cells in selected rows.java.lang.StringsortableHeader()Applied to header cells that are sortable.java.lang.StringsortedHeaderAscending()Applied to header cells that are sorted in ascending order.java.lang.StringsortedHeaderDescending()Applied to header cells that are sorted in descending order.java.lang.Stringwidget()Applied to the table.
-
-
-
Method Detail
-
cell
java.lang.String cell()
Applied to every cell.
-
evenRow
java.lang.String evenRow()
Applied to even rows.
-
evenRowCell
java.lang.String evenRowCell()
Applied to cells in even rows.
-
firstColumn
java.lang.String firstColumn()
Applied to the first column.
-
firstColumnFooter
java.lang.String firstColumnFooter()
Applied to the first column footers.
-
firstColumnHeader
java.lang.String firstColumnHeader()
Applied to the first column headers.
-
footer
java.lang.String footer()
Applied to footers cells.
-
header
java.lang.String header()
Applied to headers cells.
-
hoveredRow
java.lang.String hoveredRow()
Applied to the hovered row.
-
hoveredRowCell
java.lang.String hoveredRowCell()
Applied to the cells in the hovered row.
-
keyboardSelectedCell
java.lang.String keyboardSelectedCell()
Applied to the keyboard selected cell.
-
keyboardSelectedRow
java.lang.String keyboardSelectedRow()
Applied to the keyboard selected row.
-
keyboardSelectedRowCell
java.lang.String keyboardSelectedRowCell()
Applied to the cells in the keyboard selected row.
-
lastColumn
java.lang.String lastColumn()
Applied to the last column.
-
lastColumnFooter
java.lang.String lastColumnFooter()
Applied to the last column footers.
-
lastColumnHeader
java.lang.String lastColumnHeader()
Applied to the last column headers.
-
oddRow
java.lang.String oddRow()
Applied to odd rows.
-
oddRowCell
java.lang.String oddRowCell()
Applied to cells in odd rows.
-
selectedRow
java.lang.String selectedRow()
Applied to selected rows.
-
selectedRowCell
java.lang.String selectedRowCell()
Applied to cells in selected rows.
-
sortableHeader
java.lang.String sortableHeader()
Applied to header cells that are sortable.
-
sortedHeaderAscending
java.lang.String sortedHeaderAscending()
Applied to header cells that are sorted in ascending order.
-
sortedHeaderDescending
java.lang.String sortedHeaderDescending()
Applied to header cells that are sorted in descending order.
-
widget
java.lang.String widget()
Applied to the table.
-
-