Interface CellTable.Style
- All Superinterfaces:
CssResource
,CssResourceBase
,ResourcePrototype
- All Known Subinterfaces:
CellTable.BasicStyle
Styles used by this widget.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.google.gwt.resources.client.CssResource
CssResource.ClassName, CssResource.Import, CssResource.ImportedWithPrefix, CssResource.NotStrict, CssResource.Shared, CssResource.Strict
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The path to the default CSS styles used by this resource. -
Method Summary
Modifier and TypeMethodDescriptionApplied to every cell.Applied to even rows.Applied to cells in even rows.Applied to the first column.Applied to the first column footers.Applied to the first column headers.Applied to footers cells.Applied to headers cells.Applied to the hovered row.Applied to the cells in the hovered row.Applied to the keyboard selected cell.Applied to the keyboard selected row.Applied to the cells in the keyboard selected row.Applied to the last column.Applied to the last column footers.Applied to the last column headers.Applied to the loading indicator.Applied to odd rows.Applied to cells in odd rows.Applied to selected rows.Applied to cells in selected rows.Applied to header cells that are sortable.Applied to header cells that are sorted in ascending order.Applied to header cells that are sorted in descending order.Applied to the table.Methods inherited from interface com.google.gwt.resources.client.CssResource
ensureInjected, getText
Methods inherited from interface com.google.gwt.resources.client.ResourcePrototype
getName
-
Field Details
-
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. -
cellTableFirstColumnHeader
String cellTableFirstColumnHeader()Applied to the first column headers. -
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. -
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.
-