
Public Member Functions | |
| ERXListContainsItemConditional (String aName, NSDictionary aDict, WOElement aElement) | |
Protected Member Functions | |
| boolean | conditionInComponent (WOComponent component) |
| void | pullAssociations (NSDictionary< String,?extends WOAssociation > dict) |
Protected Attributes | |
| WOAssociation | _item |
| WOAssociation | _list |
list array of objects item object to test inclusion in the list negate inverts the sense of the conditional.
| ERXListContainsItemConditional | ( | String | aName, | |
| NSDictionary | aDict, | |||
| WOElement | aElement | |||
| ) |
| boolean conditionInComponent | ( | WOComponent | component | ) | [protected] |
Tests if the bound item is contained within the bound list.
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 _item [protected] |
WOAssociation _list [protected] |
1.5.8