Attribute | Mand. | Description | Default |
id | no | LABEL.id | |
template | no | LABEL.template | |
label | no | Text of the label. | |
image | no | Image of the label. | |
hAlign | no | Horizontal alignment of the label. | LEFT |
bean | no | Allows specifying the name of a Java class that replaces the default graphical component. | |
font | no | Font of the label. | |
color | no | LABEL.color | |
fontColor | no | LABEL.fontColor | |
highlightColor | no | LABEL.highlightColor | |
nCols | no | Gives the height (number of columns) on which the label is shown (given in number of characters). | -1 |
nRows | no | Gives the width (number of rows) on which the label is shown (given in number of characters). | -1 |
<LABEL label="The user's name" hAlign="CENTER" bean="monpackage.monLabel"/> |