A condition defines the formula expression for its evaluation, as well as data concerning a display of a possible error message. The actions are executed only when the condition is fulfilled.
XUI component - Condition
Fieldname | Default | Description |
---|---|---|
Show error An error message is displayed with a red frame (or the color specified for it) of the relevant component. In addition, the error message is displayed in the error list. If no error message was entered for this condition, the formula expression is indicated as text. | ||
No | Defines whether an error message should be displayed when a formula expression occurs. | |
Use inverse action? The reverse action (inverseAction) must be declared when an action is defined. However, the reverse action need not be indicated if the action parameters of the method to be executed consist of Boolean values only. The parameters are automatically inverted in the case of reversal (flip). | No | Defines whether the reverse action was released for the non-incidence of the formula expression. |
Class |
| With the indication of its own Java class, the condition can be implemented. The class must implement the Condition interface. If a formula expression and its own class are indicated, both conditions must be fulfilled, so that the actions are executed. |
Formula expression |
| Defines the condition expression. This must return either Yes or No. |
Classification | error | Defines the category of the error message. |
Needs user acceptance | No | Defines whether the user confirms the message by a mouse-click. |