An event defines the kind of trigger and the relevant range (scope) for the processing of the condition, and respectively all actions. A rule is processed in these circumstances:
- The occurrence of a change corresponds to the defined kind of event
- The occurrence of a change affects the defined scope.
XUI component - Event
Fieldname | Default | Description |
|
---|---|---|---|
Type (deprecated!) | change | Defines the type of event. See section Event. |
|
Event trigger | commit (triggered by implementation) copyContent domInitialized domReady (called after xui initialization) onCreation (triggered before gui component creation) aboutGoNext (page within pagelayout (html only)) goNext (page within pagelayout (html only)) aboutGoPrevious (page within pagelayout (html only)) goPrevious (page within pagelayout (html only)) listItemSelected pasteContent aboutToPersist (triggered by implementation) persistent (triggered by implementation) propertyChange aboutToSerialize serialized structureChange (add) -> (for lists and choices) structureChange (remove) -> (for lists and choices) aboutToValidate validated visualized (triggered after gui component creation) nodeVisited (html only) | ||
Does concern none-serializable source If this setting is deactivated, as soon as the underlying node is no more serialized the rule stops being executed. In this case, a previously indicated validating message is removed, regardless of its category (incomplete, hint, info, error). | Yes | Defines whether the rule is to be executed, if the underlying node is no longer serializable. |
|
Scope (deprecated!) | sourceAndReferencedNodes | With the specification of its own Java class, the condition itself 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, in order that the actions be executed. |
|
Scopes | source referencedNodes (referenced by condition expression) allDescendants directDescendants all directParent parent siblings |