org.ofbiz.widget.tree
Class ModelTreeCondition.TreeCondition

java.lang.Object
  extended by org.ofbiz.widget.tree.ModelTreeCondition.TreeCondition
Direct Known Subclasses:
ModelTreeCondition.And, ModelTreeCondition.IfCompare, ModelTreeCondition.IfCompareField, ModelTreeCondition.IfEmpty, ModelTreeCondition.IfEntityPermission, ModelTreeCondition.IfHasPermission, ModelTreeCondition.IfRegexp, ModelTreeCondition.IfValidateMethod, ModelTreeCondition.Not, ModelTreeCondition.Or, ModelTreeCondition.Xor
Enclosing class:
ModelTreeCondition

public abstract static class ModelTreeCondition.TreeCondition
extends java.lang.Object


Field Summary
protected  ModelTree modelTree
           
 
Constructor Summary
ModelTreeCondition.TreeCondition(ModelTree modelTree, org.w3c.dom.Element conditionElement)
           
 
Method Summary
abstract  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

modelTree

protected ModelTree modelTree
Constructor Detail

ModelTreeCondition.TreeCondition

public ModelTreeCondition.TreeCondition(ModelTree modelTree,
                                        org.w3c.dom.Element conditionElement)
Method Detail

eval

public abstract boolean eval(java.util.Map<java.lang.String,java.lang.Object> context)