label |
Text value for the label (mandatory) |
width |
Width of the label |
height |
Height of the label |
name |
Name used by the Desktop to identify this component. Applications can
have access to this object at runtime by requesting it by name from the Desktop. |
x |
Horizontal coordinate for the location of the label within its parent
container (mandatory) |
y |
Vertical coordinate for the location of the label within its parent
container (mandatory) |
onClick |
Java™ code to be executed when the label is clicked |
onMouseEntered |
Java code to be executed when the mouse cursor is placed over the label |
onMouseExited |
Java code to be executed when the mouse cursor is moved away from the
label |
onInitialize |
Java code to be executed when the component is initialized |