org.ofbiz.widget.form
Class ModelFormAction.PropertyToField

java.lang.Object
  extended by org.ofbiz.widget.form.ModelFormAction
      extended by org.ofbiz.widget.form.ModelFormAction.PropertyToField
Enclosing class:
ModelFormAction

public static class ModelFormAction.PropertyToField
extends ModelFormAction


Nested Class Summary
 
Nested classes/interfaces inherited from class org.ofbiz.widget.form.ModelFormAction
ModelFormAction.EntityAnd, ModelFormAction.EntityCondition, ModelFormAction.EntityOne, ModelFormAction.PropertyMap, ModelFormAction.PropertyToField, ModelFormAction.Script, ModelFormAction.Service, ModelFormAction.SetField
 
Field Summary
protected  FlexibleMapAccessor<java.util.List<java.lang.Object>> argListAcsr
           
protected  FlexibleStringExpander defaultExdr
           
protected  FlexibleMapAccessor<java.lang.String> fieldAcsr
           
protected  FlexibleStringExpander globalExdr
           
protected  boolean noLocale
           
protected  FlexibleStringExpander propertyExdr
           
protected  FlexibleStringExpander resourceExdr
           
 
Fields inherited from class org.ofbiz.widget.form.ModelFormAction
modelForm, module
 
Constructor Summary
ModelFormAction.PropertyToField(ModelForm modelForm, 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.form.ModelFormAction
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.String> fieldAcsr

defaultExdr

protected FlexibleStringExpander defaultExdr

noLocale

protected boolean noLocale

argListAcsr

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

globalExdr

protected FlexibleStringExpander globalExdr
Constructor Detail

ModelFormAction.PropertyToField

public ModelFormAction.PropertyToField(ModelForm modelForm,
                                       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 ModelFormAction