org.ofbiz.widget.form
Class ModelFormAction.EntityOne

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

public static class ModelFormAction.EntityOne
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  PrimaryKeyFinder finder
           
 
Fields inherited from class org.ofbiz.widget.form.ModelFormAction
modelForm, module
 
Constructor Summary
ModelFormAction.EntityOne(ModelForm modelForm, org.w3c.dom.Element entityOneElement)
           
 
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

finder

protected PrimaryKeyFinder finder
Constructor Detail

ModelFormAction.EntityOne

public ModelFormAction.EntityOne(ModelForm modelForm,
                                 org.w3c.dom.Element entityOneElement)
Method Detail

runAction

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