RWT Buttons, including push-buttons, toggle-buttons, radio-buttons and check-boxes.
Properties that can be defined for this element:
Background color for buttons.
Background image for buttons.
Border for buttons.
Text color for buttons.
Font for button text.
Padding (inner distance) for buttons.
Space between text and image.
SWT style flags that can be referred to in a selector for this element (as CSS attributes):
Indicates that the button should have a border.
Indicates that the button is a check box.
Indicates that the button should have a flat appearance.
Indicates that the button is a push button.
Indicates that the button is a radio button.
Indicates that the button is a toggle button.
Widget states that can be referred to in a selector for this element (as CSS pseudo-classes):
Applies for disabled buttons.
Applies while the user hovers over a button.
Applies while a button is pressed.
Applies for selected TOGGLE, CHECK and RADIO buttons.
The icon to indicate the check and/or grayed state of a Button with style CHECK
Properties that can be defined for this element:
Icon image of the check box. The size of the image should be 13 x 13 pixels.
none
Widget states that can be referred to in a selector for this element (as CSS pseudo-classes):
Applies when the button is disabled.
Applies when the check box is grayed.
Applies while the user hovers over the check box.
Applies for checked check boxes.
The icon to indicate the selected state of a Button with style RADIO
Properties that can be defined for this element:
Icon image of the radio button. The size of the image should be 13 x 13 pixels.
none
Widget states that can be referred to in a selector for this element (as CSS pseudo-classes):
Applies when the button is disabled.
Applies while the user hovers over the radio button.
Applies for selected radio buttons.