Package org.apache.ofbiz.widget.model
Class AbstractModelAction.EntityAnd
java.lang.Object
org.apache.ofbiz.widget.model.AbstractModelAction
org.apache.ofbiz.widget.model.AbstractModelAction.EntityAnd
- All Implemented Interfaces:
Serializable
,ModelAction
- Enclosing class:
- AbstractModelAction
Models the <entity-and> element.
- See Also:
-
widget-screen.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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(ModelActionVisitor visitor) Gets finder.void
Executes this action.Methods inherited from class org.apache.ofbiz.widget.model.AbstractModelAction
getModelWidget, newInstance, readSubActions, runSubActions, toString
-
Constructor Details
-
EntityAnd
-
-
Method Details
-
accept
- Throws:
Exception
-
getFinder
Gets finder.- Returns:
- the finder
-
runAction
Description copied from interface:ModelAction
Executes this action.
-