org.ofbiz.widget.screen
Class ModelScreenAction.SetField

java.lang.Object
  extended by org.ofbiz.widget.screen.ModelScreenAction
      extended by org.ofbiz.widget.screen.ModelScreenAction.SetField
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
ModelScreenAction

public static class ModelScreenAction.SetField
extends ModelScreenAction

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.ofbiz.widget.screen.ModelScreenAction
ModelScreenAction.EntityAnd, ModelScreenAction.EntityCondition, ModelScreenAction.EntityOne, ModelScreenAction.GetRelated, ModelScreenAction.GetRelatedOne, ModelScreenAction.Javaf, ModelScreenAction.PropertyMap, ModelScreenAction.PropertyToField, ModelScreenAction.Script, ModelScreenAction.Service, ModelScreenAction.SetField
 
Field Summary
protected  FlexibleStringExpander defaultExdr
           
protected  FlexibleMapAccessor<java.lang.Object> field
           
protected  FlexibleMapAccessor<java.lang.Object> fromField
           
protected  java.lang.String fromScope
           
protected  FlexibleStringExpander globalExdr
           
protected  java.lang.String toScope
           
protected  java.lang.String type
           
protected  FlexibleStringExpander valueExdr
           
 
Fields inherited from class org.ofbiz.widget.screen.ModelScreenAction
modelScreen, module
 
Constructor Summary
ModelScreenAction.SetField(ModelScreen modelScreen, org.w3c.dom.Element setElement)
           
 
Method Summary
 java.lang.Object getInMemoryPersistedFromField(java.lang.Object storeAgent, java.util.Map<java.lang.String,java.lang.Object> context)
           
 void runAction(java.util.Map<java.lang.String,java.lang.Object> context)
           
 
Methods inherited from class org.ofbiz.widget.screen.ModelScreenAction
readSubActions, runSubActions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

field

protected FlexibleMapAccessor<java.lang.Object> field

fromField

protected FlexibleMapAccessor<java.lang.Object> fromField

valueExdr

protected FlexibleStringExpander valueExdr

defaultExdr

protected FlexibleStringExpander defaultExdr

globalExdr

protected FlexibleStringExpander globalExdr

type

protected java.lang.String type

toScope

protected java.lang.String toScope

fromScope

protected java.lang.String fromScope
Constructor Detail

ModelScreenAction.SetField

public ModelScreenAction.SetField(ModelScreen modelScreen,
                                  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 ModelScreenAction

getInMemoryPersistedFromField

public java.lang.Object getInMemoryPersistedFromField(java.lang.Object storeAgent,
                                                      java.util.Map<java.lang.String,java.lang.Object> context)