The Label Widget

General

Explain..

Properties

Description

PropertysupportedBehaviour
text swing The text of the label. This can also be set afterwards with widget.setValue(Object).
icon swing The icon of the label.
icon-disabled swing The icon of the label when the label is disabled
horizontalalignment swing valid values are left, center and right. Right will be used when there is no value specified or an invalid value.
foreground-color-enabled swing The text color of the label when enabled
foreground-color-disabled swing The text color of the label when disabled
background-color-enabled swing The background color of the label when enabled
background-color-disabled swing The background color of the label when disabled
enabled.depends swing This specifies that this field will be enabled based on the value of another field. The fieldvalue should be able to return to true or false (mostly used icm with checkboxes)