public class ERXEqualConditional extends ERXWOConditional
equals
method.Name | Description |
---|---|
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(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<String,? extends WOAssociation> dict)
Override to pull the associations for your condition.
|
appendChildrenToResponse, appendToResponse, invokeAction, invokeChildrenAction, lastCondition, meetsConditionInComponent, setLastCondition, takeChildrenValuesFromRequest, takeValuesFromRequest, toString
addChildElement, childrenElements, EmptyGroup, hasChildrenElements
public ERXEqualConditional(String aS, NSDictionary aNsdictionary, WOElement aWoelement)
protected void pullAssociations(NSDictionary<String,? extends WOAssociation> dict)
ERXWOConditional
negate
has already been pulled, so don't call super, as you
will get an IllegalStateException because condition
isn't
bound.pullAssociations
in class ERXWOConditional
public boolean conditionInComponent(WOComponent component)
==
comparison then tests with an equals
comparison.conditionInComponent
in class ERXWOConditional
Copyright © 2002 – 2024 Project Wonder.