public static class AbstractModelAction.SetField extends AbstractModelAction
widget-common.xsd
,
Serialized FormAbstractModelAction.EntityAnd, AbstractModelAction.EntityCondition, AbstractModelAction.EntityOne, AbstractModelAction.GetRelated, AbstractModelAction.GetRelatedOne, AbstractModelAction.PropertyMap, AbstractModelAction.PropertyToField, AbstractModelAction.Script, AbstractModelAction.Service, AbstractModelAction.SetField
module
Constructor and Description |
---|
SetField(ModelWidget modelWidget,
Element setElement) |
Modifier and Type | Method and Description |
---|---|
void |
accept(ModelActionVisitor visitor) |
FlexibleStringExpander |
getDefaultExdr() |
FlexibleMapAccessor<Object> |
getField() |
FlexibleMapAccessor<Object> |
getFromField() |
String |
getFromScope() |
FlexibleStringExpander |
getGlobalExdr() |
Object |
getInMemoryPersistedFromField(Object storeAgent,
Map<String,Object> context) |
String |
getToScope() |
String |
getType() |
FlexibleStringExpander |
getValueExdr() |
void |
runAction(Map<String,Object> context)
Executes this action.
|
getModelWidget, newInstance, readSubActions, runSubActions, toString
public SetField(ModelWidget modelWidget, Element setElement)
public void accept(ModelActionVisitor visitor) throws Exception
Exception
public Object getInMemoryPersistedFromField(Object storeAgent, Map<String,Object> context)
public void runAction(Map<String,Object> context)
ModelAction
public FlexibleStringExpander getDefaultExdr()
public FlexibleMapAccessor<Object> getField()
public FlexibleMapAccessor<Object> getFromField()
public String getFromScope()
public FlexibleStringExpander getGlobalExdr()
public String getToScope()
public String getType()
public FlexibleStringExpander getValueExdr()