Package org.apache.ofbiz.widget.model
Class AbstractModelAction.PropertyToField
- java.lang.Object
-
- org.apache.ofbiz.widget.model.AbstractModelAction
-
- org.apache.ofbiz.widget.model.AbstractModelAction.PropertyToField
-
- All Implemented Interfaces:
Serializable
,ModelAction
- Enclosing class:
- AbstractModelAction
public static class AbstractModelAction.PropertyToField extends AbstractModelAction
Models the <property-to-field> element.- See Also:
widget-common.xsd
, Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.ofbiz.widget.model.AbstractModelAction
AbstractModelAction.EntityAnd, AbstractModelAction.EntityCondition, AbstractModelAction.EntityOne, AbstractModelAction.GetRelated, AbstractModelAction.GetRelatedOne, AbstractModelAction.PropertyMap, AbstractModelAction.PropertyToField, AbstractModelAction.Script, AbstractModelAction.Service, AbstractModelAction.SetField
-
-
Field Summary
-
Fields inherited from class org.apache.ofbiz.widget.model.AbstractModelAction
module
-
-
Constructor Summary
Constructors Constructor Description PropertyToField(ModelWidget modelWidget, Element setElement)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class org.apache.ofbiz.widget.model.AbstractModelAction
getModelWidget, newInstance, readSubActions, runSubActions, toString
-
-
-
-
Constructor Detail
-
PropertyToField
public PropertyToField(ModelWidget modelWidget, Element setElement)
-
-
Method Detail
-
accept
public void accept(ModelActionVisitor visitor) throws Exception
- Throws:
Exception
-
runAction
public void runAction(Map<String,Object> context)
Description copied from interface:ModelAction
Executes this action.
-
getArgListAcsr
public FlexibleMapAccessor<List<? extends Object>> getArgListAcsr()
-
getDefaultExdr
public FlexibleStringExpander getDefaultExdr()
-
getFieldAcsr
public FlexibleMapAccessor<Object> getFieldAcsr()
-
getGlobalExdr
public FlexibleStringExpander getGlobalExdr()
-
getNoLocale
public boolean getNoLocale()
-
getPropertyExdr
public FlexibleStringExpander getPropertyExdr()
-
getResourceExdr
public FlexibleStringExpander getResourceExdr()
-
-