org.ofbiz.widget.menu
Class ModelMenuAction.PropertyToField

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

public static class ModelMenuAction.PropertyToField
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  FlexibleMapAccessor<java.util.List<? extends java.lang.Object>> argListAcsr
           
protected  FlexibleStringExpander defaultExdr
           
protected  FlexibleMapAccessor<java.lang.Object> fieldAcsr
           
protected  FlexibleStringExpander globalExdr
           
protected  boolean noLocale
           
protected  FlexibleStringExpander propertyExdr
           
protected  FlexibleStringExpander resourceExdr
           
 
Fields inherited from class org.ofbiz.widget.menu.ModelMenuAction
modelMenu, modelMenuItem, module
 
Constructor Summary
ModelMenuAction.PropertyToField(ModelMenu modelMenu, org.w3c.dom.Element setElement)
           
 
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

resourceExdr

protected FlexibleStringExpander resourceExdr

propertyExdr

protected FlexibleStringExpander propertyExdr

fieldAcsr

protected FlexibleMapAccessor<java.lang.Object> fieldAcsr

defaultExdr

protected FlexibleStringExpander defaultExdr

noLocale

protected boolean noLocale

argListAcsr

protected FlexibleMapAccessor<java.util.List<? extends java.lang.Object>> argListAcsr

globalExdr

protected FlexibleStringExpander globalExdr
Constructor Detail

ModelMenuAction.PropertyToField

public ModelMenuAction.PropertyToField(ModelMenu modelMenu,
                                       org.w3c.dom.Element setElement)
Method Detail

runAction

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