
Public Member Functions | |
| boolean | conditionInComponent (WOComponent component) |
| ERXEqualConditional (String aS, NSDictionary aNsdictionary, WOElement aWoelement) | |
Protected Member Functions | |
| void | pullAssociations (NSDictionary< String,?extends WOAssociation > dict) |
Private Attributes | |
| WOAssociation | _value1 |
| WOAssociation | _value2 |
equals method.| ERXEqualConditional | ( | String | aS, | |
| NSDictionary | aNsdictionary, | |||
| WOElement | aWoelement | |||
| ) |
| boolean conditionInComponent | ( | WOComponent | component | ) |
Tests for the equality of the two value bindings. First tests a direct == comparision then tests with an equals comparision.
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 _value1 [private] |
WOAssociation _value2 [private] |
1.5.8