Interface DataGrid.Style
- All Superinterfaces:
CssResource
,CssResourceBase
,ResourcePrototype
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 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
-
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. -
dataGridFirstColumnHeader
String dataGridFirstColumnHeader()Applied to the first column headers. -
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. -
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.
-