Class | Description |
---|---|
ERDDelayedAssignment |
Crazy assignment used when you actually don't want the computed value cached.
|
ERDDelayedBooleanAssignment |
Takes a condition and evalutaes this condition everytime the rule is asked for.
|
ERDDelayedConditionalAssignment |
DelayedConditionalAssignment expects a value dictionary that contains the
following keys:
- qualifierFormat (see EOQualifier for more info)
- args: the arguments used by the qualifier format
- trueValue: the value used if the condition returns true
- falseValue: the value used if the condition returns false
To specify a null value for true and false values simply ommit the
corresponding key.
|
ERDDelayedExtraQualifierAssignment |
Very useful when you want to restrict the things a user can see during
searches or in list pages.
|
ERDDelayedKeyValueAssignment |
This is an implementation of the KeyValueAssignment
implemented as a
ERDDelayedAssignment . |
ERDDelayedLocalizedAssignment |
Same as
ERDLocalizedAssignment , except that firing is delayed. |
ERDDelayedNavigationStateAssignment |
When using ERXNavigationMenu, this automatically sets the current navigation
state via a low priority rule.
|
ERDDelayedNonNullConditionalAssignment |
The delayed non-null conditional is a way to provide a branching result from
a rule resolution.
|
ERDDelayedObjectCreationAssignment |
Assignment used to create objects on the fly.
|
ERDDelayedRelationshipFlagAssignment |
Creates the needed values to have dymamic values in a list page repetition.
|
ERDDelayedRuleAssignment |
DelayedRuleAssignment expects an array of rules as its value.
|
ERDDelayedSelectorInvocationAssignment |
Similar in nature to a key-value assignment, but allows you to construct arbitrary method invocations to
resolve rules.
|
ERDDelayedSelectorInvocationAssignment.DefaultImplementation | |
ERDDelayedSwitchAssignment |
Copyright © 2002 – 2024 Project Wonder.