RWT Group controls. Groups are labeled boxes used to group sets of controls.
Properties that can be defined for this element:
Background color for group boxes.
Border for group boxes.
Text color for group boxes.
Font for group boxes. Applied to the group box label.
SWT style flags that can be referred to in a selector for this element (as CSS attributes):
Indicates that the group box should have a border.
Widget states that can be referred to in a selector for this element (as CSS pseudo-classes):
Applies to disabled group boxes.
The frame that contains the child controls.
Properties that can be defined for this element:
Border for group box frames.
Border radius. The border radius has no effect if an enhanced border, like "inset" or "outset" is used.
Margin for group box frames (outer space around the frame).
Padding for group box frames (inner distance between frame border and content).
none
Widget states that can be referred to in a selector for this element (as CSS pseudo-classes):
Applies to the frame of a disabled group box.
Applies while the cursor hovers over the group box frame.
The label of a group box.
Properties that can be defined for this element:
Background color for group box label (override the color set by Group#setBackgroundColor()).
Background image for group box label.
Background image position for group box label.
Background image repetition for group box label.
Border for group box label.
Border radius. The border radius has no effect if an enhanced border, like "inset" or "outset" is used.
Text color for group box label (override the color set by Group#setForegroundColor()).
Margin for group box labels (offset of the group box label).
Padding for group box labels (space around the label text).
Shadow for text.
none
Widget states that can be referred to in a selector for this element (as CSS pseudo-classes):
Applies while the cursor hovers over the group box label.