
Public Member Functions | |
| ERXInstanceOfConditional (String aName, NSDictionary aDict, WOElement aElement) | |
Protected Member Functions | |
| boolean | conditionInComponent (WOComponent component) |
| void | pullAssociations (NSDictionary< String,?extends WOAssociation > dict) |
Protected Attributes | |
| WOAssociation | _className |
| WOAssociation | _object |
| ERXInstanceOfConditional | ( | String | aName, | |
| NSDictionary | aDict, | |||
| WOElement | aElement | |||
| ) |
| boolean conditionInComponent | ( | WOComponent | component | ) | [protected] |
Tests if the bound object is an instance of the class. Note: If the class is not found a ClassNotFoundException will be thrown via an NSForwardException.
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 _className [protected] |
WOAssociation _object [protected] |
1.5.8