org.ofbiz.widget.menu
Class ModelMenuAction.EntityAnd

java.lang.Object
  extended by org.ofbiz.widget.menu.ModelMenuAction
      extended by org.ofbiz.widget.menu.ModelMenuAction.EntityAnd
Enclosing class:
ModelMenuAction

public static class ModelMenuAction.EntityAnd
extends ModelMenuAction


Nested Class Summary
 
Nested classes/interfaces inherited from class org.ofbiz.widget.menu.ModelMenuAction
ModelMenuAction.EntityAnd, ModelMenuAction.EntityCondition, ModelMenuAction.EntityOne, ModelMenuAction.PropertyMap, ModelMenuAction.PropertyToField, ModelMenuAction.Script, ModelMenuAction.Service, ModelMenuAction.SetField
 
Field Summary
protected  ByAndFinder finder
           
 
Fields inherited from class org.ofbiz.widget.menu.ModelMenuAction
modelMenu, modelMenuItem, module
 
Constructor Summary
ModelMenuAction.EntityAnd(ModelMenu modelMenu, org.w3c.dom.Element entityAndElement)
           
 
Method Summary
 void runAction(java.util.Map<java.lang.String,java.lang.Object> context)
           
 
Methods inherited from class org.ofbiz.widget.menu.ModelMenuAction
readSubActions, readSubActions, runSubActions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

finder

protected ByAndFinder finder
Constructor Detail

ModelMenuAction.EntityAnd

public ModelMenuAction.EntityAnd(ModelMenu modelMenu,
                                 org.w3c.dom.Element entityAndElement)
Method Detail

runAction

public void runAction(java.util.Map<java.lang.String,java.lang.Object> context)
Specified by:
runAction in class ModelMenuAction