Label

Description

The label widget can be used to display a read-only piece of text in your user interface. Its behavior is almost the same as the text widget. On top of the common properties of all widgets (identifier, labelExpression, helpExpression, isEnabledExpression, propertyValidationRules), it has the following properties:

A widget action contains only the following properties:

Display a read-only EString EAttribute

In order to display in the user interface a label with the value of a read-only EAttribute with the eType EString, you can create a label widget with the following properties:

EEF does not provide a default interpreter but you can easily configure EEF to be used with the AQL interpreter. In the integration of EEF with the AQL interpreter, you can register additional services, written in Java, in which you can expose to AQL new operations.