
Public Member Functions | |
| ERXKeyValueConditional (String aName, NSDictionary aDict, WOElement aElement) | |
Protected Member Functions | |
| boolean | conditionInComponent (WOComponent component) |
| void | pullAssociations (NSDictionary< String,?extends WOAssociation > dict) |
Protected Attributes | |
| WOAssociation | _key |
| WOAssociation | _value |
| ERXKeyValueConditional | ( | String | aName, | |
| NSDictionary | aDict, | |||
| WOElement | aElement | |||
| ) |
| boolean conditionInComponent | ( | WOComponent | wocomponent | ) | [protected] |
Override this to return true when your condition is met.
Reimplemented from ERXWOConditional.
| void pullAssociations | ( | NSDictionary< String,?extends WOAssociation > | nsdictionary | ) | [protected] |
Override to pull the associations for your condition. The negate has already been pulled, so don't call super, as you will get an IllegalStateException because condition isn't bound.
Reimplemented from ERXWOConditional.
WOAssociation _key [protected] |
WOAssociation _value [protected] |
1.5.8