Package org.apache.ofbiz.widget.model
Class ModelMenuAction.SetField
- java.lang.Object
-
- org.apache.ofbiz.widget.model.AbstractModelAction
-
- org.apache.ofbiz.widget.model.ModelMenuAction.SetField
-
- All Implemented Interfaces:
java.io.Serializable
,ModelAction
- Enclosing class:
- ModelMenuAction
public static class ModelMenuAction.SetField extends AbstractModelAction
Models the <set> 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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(ModelActionVisitor visitor)
FlexibleStringExpander
getDefaultExdr()
FlexibleMapAccessor<java.lang.Object>
getField()
FlexibleMapAccessor<java.lang.Object>
getFromField()
java.lang.String
getFromScope()
FlexibleStringExpander
getGlobalExdr()
java.lang.String
getToScope()
java.lang.String
getType()
FlexibleStringExpander
getValueExdr()
void
runAction(java.util.Map<java.lang.String,java.lang.Object> context)
Executes this action.-
Methods inherited from class org.apache.ofbiz.widget.model.AbstractModelAction
getModelWidget, newInstance, readSubActions, runSubActions, toString
-
-
-
-
Constructor Detail
-
SetField
public SetField(ModelMenu modelMenu, org.w3c.dom.Element setElement)
-
-
Method Detail
-
runAction
public void runAction(java.util.Map<java.lang.String,java.lang.Object> context)
Description copied from interface:ModelAction
Executes this action.
-
accept
public void accept(ModelActionVisitor visitor) throws java.lang.Exception
- Throws:
java.lang.Exception
-
getField
public FlexibleMapAccessor<java.lang.Object> getField()
-
getFromField
public FlexibleMapAccessor<java.lang.Object> getFromField()
-
getValueExdr
public FlexibleStringExpander getValueExdr()
-
getDefaultExdr
public FlexibleStringExpander getDefaultExdr()
-
getGlobalExdr
public FlexibleStringExpander getGlobalExdr()
-
getType
public java.lang.String getType()
-
getToScope
public java.lang.String getToScope()
-
getFromScope
public java.lang.String getFromScope()
-
-