Versionen im Vergleich

Schlüssel

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

...

Fieldname

Default

Description

Is enabledtrueIf set to No the action is ignored!

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!falseAction
Description A freetext description of the action

Main action

 

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

Property change action -> formula result will be set to all target nodes!
UI action -> make UI modifications like visibility, readonly,..
Formula action -> evaluate any formuly like Property change action without writing any value back to the target types.

Java action-> own Java implementation of an action

Formula expression

 

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

...