|
Project Wonder 5.0 | |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ERDDelayedAssignment | |
---|---|
er.directtoweb.assignments | |
er.directtoweb.assignments.delayed |
Uses of ERDDelayedAssignment in er.directtoweb.assignments |
---|
Subclasses of ERDDelayedAssignment in er.directtoweb.assignments | |
---|---|
class |
ERDInstanceCreationAssignment
Deprecated. use ERDDelayedObjectCreationAssignment instead. |
class |
ERDLocalizedMessageAssignment
Deprecated. use ERDDelayedLocalizedAssignment . |
class |
ERDUnitResolverAssignment
Used to resolve units off of EOAttributes. |
Uses of ERDDelayedAssignment in er.directtoweb.assignments.delayed |
---|
Subclasses of ERDDelayedAssignment in er.directtoweb.assignments.delayed | |
---|---|
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. set it up via a rule like:
|
class |
ERDDelayedKeyValueAssignment
This is an implementation of the KeyValueAssignment implemented as a ERDDelayedAssignment . |
class |
ERDDelayedLocalizedAssignment
Same as ERDLocalizedAssignment , except that firing is delayed. |
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
|
|
Last updated: Tue, Feb 21, 2017 05:45 PM CET | |||||||||||
PREV NEXT | FRAMES NO FRAMES |