public static class AbstractModelAction.PropertyToField 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 |
---|
PropertyToField(ModelWidget modelWidget,
Element setElement) |
Modifier and Type | Method and Description |
---|---|
void |
accept(ModelActionVisitor visitor) |
FlexibleMapAccessor<List<? extends Object>> |
getArgListAcsr() |
FlexibleStringExpander |
getDefaultExdr() |
FlexibleMapAccessor<Object> |
getFieldAcsr() |
FlexibleStringExpander |
getGlobalExdr() |
boolean |
getNoLocale() |
FlexibleStringExpander |
getPropertyExdr() |
FlexibleStringExpander |
getResourceExdr() |
void |
runAction(Map<String,Object> context)
Executes this action.
|
getModelWidget, newInstance, readSubActions, runSubActions, toString
public PropertyToField(ModelWidget modelWidget, Element setElement)
public void accept(ModelActionVisitor visitor) throws Exception
Exception
public void runAction(Map<String,Object> context)
ModelAction
public FlexibleMapAccessor<List<? extends Object>> getArgListAcsr()
public FlexibleStringExpander getDefaultExdr()
public FlexibleMapAccessor<Object> getFieldAcsr()
public FlexibleStringExpander getGlobalExdr()
public boolean getNoLocale()
public FlexibleStringExpander getPropertyExdr()
public FlexibleStringExpander getResourceExdr()