public class ERXEqualConditional extends ERXWOConditional
equals method.| Bindings | |
value1 | first object to compare |
value2 | second object to compare |
negate | Inverts the sense of the conditional. |
_condition, LAST_CONDITION_KEY_children_ConstructorParameters| Constructor and Description |
|---|
ERXEqualConditional(java.lang.String aS,
NSDictionary aNsdictionary,
WOElement aWoelement) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
conditionInComponent(WOComponent component)
Tests for the equality of the two value bindings.
|
protected void |
pullAssociations(NSDictionary<java.lang.String,? extends WOAssociation> dict)
Override to pull the associations for your condition.
|
appendChildrenToResponse, appendToResponse, invokeAction, invokeChildrenAction, lastCondition, meetsConditionInComponent, setLastCondition, takeChildrenValuesFromRequest, takeValuesFromRequest, toStringaddChildElement, childrenElements, EmptyGroup, hasChildrenElementspublic ERXEqualConditional(java.lang.String aS,
NSDictionary aNsdictionary,
WOElement aWoelement)
protected void pullAssociations(NSDictionary<java.lang.String,? extends WOAssociation> dict)
ERXWOConditionalnegate has already been pulled, so don't call super, as you
will get an IllegalStateException because condition isn't
bound.pullAssociations in class ERXWOConditionalpublic boolean conditionInComponent(WOComponent component)
== comparison then tests with an equals comparison.conditionInComponent in class ERXWOConditionalCopyright © 2002 – 2022 Project Wonder.