Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

RWT Theming Reference > Table

Table

Available CSS Properties

Properties that can be defined for this element:

  • background-color : color definition

    Background color for tables.

  • color : color definition

    Text color for tables.

Applicable SWT Styles

none

Applicable States

Widget states that can be referred to in a selector for this element (as CSS pseudo-classes):

  • :disabled

    Applies to disabled tables.

TableItem

Item elements of table controls

Available CSS Properties

Properties that can be defined for this element:

  • background-color : color definition

    Table item background color

  • color : color definition

    Table item text color

Applicable SWT Styles

none

Applicable States

Widget states that can be referred to in a selector for this element (as CSS pseudo-classes):

  • :disabled

    Applies to the items of a disabled table.

  • :even

    Applies when the table item has an even index

  • :selected

    Applies when table item is selected.

  • :unfocused

    Applies to items on unfocused table.

TableColumn

Column header of Table controls

Available CSS Properties

Properties that can be defined for this element:

  • background-color : color definition

    Background color for table column headers

Applicable SWT Styles

none

Applicable States

Widget states that can be referred to in a selector for this element (as CSS pseudo-classes):

  • :disabled

    Reflects Table#setEnabled()

  • :hover

    On mouse over

TableColumn-SortIndicator

Sort indicators in Table column headers

Available CSS Properties

Properties that can be defined for this element:

  • background-image : image url

    Indicator image for table sorting (up/down)

Applicable SWT Styles

none

Applicable States

Widget states that can be referred to in a selector for this element (as CSS pseudo-classes):

  • :down

    On sorting down

  • :up

    On sorting up

Table-Cell

A single cell in a multi-column Table.

Available CSS Properties

Properties that can be defined for this element:

  • padding : box dimension

    Defines the padding (i.e. the inner distance between border and content) for a table cell.

  • spacing : dimension

    Defines the spacing between image and text within a table cell.

Applicable SWT Styles

none

Applicable States

none

Table-GridLine

Grid lines in Table controls

Available CSS Properties

Properties that can be defined for this element:

  • color : color definition

    Grid line color when linesVisible is true

Applicable SWT Styles

none

Applicable States

none

Table-Checkbox

Checkboxes in Table controls

Available CSS Properties

Properties that can be defined for this element:

  • background-image : image url

    Background image for the table checkbox. The size of the image should be 13 x 13 pixels.

  • width : dimension

    Width of check boxes

Applicable SWT Styles

none

Applicable States

Widget states that can be referred to in a selector for this element (as CSS pseudo-classes):

  • :checked

    When table checkbox is checked

  • :disabled

    Applies to the items of a disabled table.

  • :grayed

    When table checkbox is grayed


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire