org.ofbiz.widget.screen
Class ModelScreenCondition.IfValidateMethod

java.lang.Object
  extended by org.ofbiz.widget.screen.ModelScreenCondition.ScreenCondition
      extended by org.ofbiz.widget.screen.ModelScreenCondition.IfValidateMethod
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
ModelScreenCondition

public static class ModelScreenCondition.IfValidateMethod
extends ModelScreenCondition.ScreenCondition

See Also:
Serialized Form

Field Summary
protected  FlexibleStringExpander classExdr
           
protected  FlexibleMapAccessor<java.lang.Object> fieldAcsr
           
protected  FlexibleStringExpander methodExdr
           
 
Fields inherited from class org.ofbiz.widget.screen.ModelScreenCondition.ScreenCondition
modelScreen
 
Constructor Summary
ModelScreenCondition.IfValidateMethod(ModelScreen modelScreen, 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

methodExdr

protected FlexibleStringExpander methodExdr

classExdr

protected FlexibleStringExpander classExdr
Constructor Detail

ModelScreenCondition.IfValidateMethod

public ModelScreenCondition.IfValidateMethod(ModelScreen modelScreen,
                                             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 ModelScreenCondition.ScreenCondition