Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.


An action defines a change of the model or the user interface (visual event).

XUI component - Actions 


The actions are sequentially released if the condition was positive on examination.

XUI component - Main Action 
Image Removed


Fieldname

Default

Description

Is enabledtrue 

Class

 

With the indication of its own Java class, the condition can be implemented. The class must implement the Action interface. If a standard GUI action or a change of model is indicated, in combination with its own class, both actions are implemented. The own action implementation is executed last.

Target Node

 

Every action requires the indication of a target node, respectively target component. If no target is indicated, the action is executed on the node of the rule definition.

Address only serialiyable nodes!false 
Description  

Main action

 

Determines the kind of the action: Model, GUI or general.

Formula expression

 

Defines the value to be set at the target node. Note: Thereby the target node must be a leaf (simple type).

...