org.ofbiz.widget.tree
Class ModelTreeCondition.IfCompare

java.lang.Object
  extended by org.ofbiz.widget.tree.ModelTreeCondition.TreeCondition
      extended by org.ofbiz.widget.tree.ModelTreeCondition.IfCompare
Enclosing class:
ModelTreeCondition

public static class ModelTreeCondition.IfCompare
extends ModelTreeCondition.TreeCondition


Field Summary
protected  FlexibleMapAccessor<java.lang.Object> fieldAcsr
           
protected  FlexibleStringExpander formatExdr
           
protected  java.lang.String operator
           
protected  java.lang.String type
           
protected  FlexibleStringExpander valueExdr
           
 
Fields inherited from class org.ofbiz.widget.tree.ModelTreeCondition.TreeCondition
modelTree
 
Constructor Summary
ModelTreeCondition.IfCompare(ModelTree modelTree, org.w3c.dom.Element condElement)
           
 
Method Summary
 boolean eval(java.util.Map<java.lang.String,java.lang.Object> context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fieldAcsr

protected FlexibleMapAccessor<java.lang.Object> fieldAcsr

valueExdr

protected FlexibleStringExpander valueExdr

operator

protected java.lang.String operator

type

protected java.lang.String type

formatExdr

protected FlexibleStringExpander formatExdr
Constructor Detail

ModelTreeCondition.IfCompare

public ModelTreeCondition.IfCompare(ModelTree modelTree,
                                    org.w3c.dom.Element condElement)
Method Detail

eval

public boolean eval(java.util.Map<java.lang.String,java.lang.Object> context)
Specified by:
eval in class ModelTreeCondition.TreeCondition