Package | Description |
---|---|
er.directtoweb.assignments | |
er.directtoweb.assignments.delayed |
Modifier and Type | Class and Description |
---|---|
class |
ERDUnitResolverAssignment
Used to resolve units off of EOAttributes.
|
Modifier and Type | Class and Description |
---|---|
class |
ERDDelayedBooleanAssignment
Takes a condition and evalutaes this condition everytime the rule is asked for.
|
class |
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.
|
class |
ERDDelayedExtraQualifierAssignment
Very useful when you want to restrict the things a user can see during
searches or in list pages.
|
class |
ERDDelayedKeyValueAssignment
This is an implementation of the KeyValueAssignment
implemented as a
ERDDelayedAssignment . |
class |
ERDDelayedLocalizedAssignment
Same as
ERDLocalizedAssignment , except that firing is delayed. |
class |
ERDDelayedNavigationStateAssignment
When using ERXNavigationMenu, this automatically sets the current navigation
state via a low priority rule.
|
class |
ERDDelayedNonNullConditionalAssignment
The delayed non-null conditional is a way to provide a branching result from
a rule resolution.
|
class |
ERDDelayedObjectCreationAssignment
Assignment used to create objects on the fly.
|
class |
ERDDelayedRelationshipFlagAssignment
Creates the needed values to have dymamic values in a list page repetition.
|
class |
ERDDelayedRuleAssignment
DelayedRuleAssignment expects an array of rules as its value.
|
class |
ERDDelayedSelectorInvocationAssignment
Similar in nature to a key-value assignment, but allows you to construct arbitrary method invocations to
resolve rules.
|
class |
ERDDelayedSwitchAssignment |
Copyright © 2002 – 2024 Project Wonder.