Package org.apache.ofbiz.widget.model
Class ModelTreeAction
- java.lang.Object
-
- org.apache.ofbiz.widget.model.AbstractModelAction
-
- org.apache.ofbiz.widget.model.ModelTreeAction
-
- All Implemented Interfaces:
java.io.Serializable
,ModelAction
- Direct Known Subclasses:
ModelTreeAction.EntityAnd
,ModelTreeAction.EntityCondition
,ModelTreeAction.Script
,ModelTreeAction.Service
public abstract class ModelTreeAction extends AbstractModelAction
Abstract tree action.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ModelTreeAction.EntityAnd
Models the <entity-and> element.static class
ModelTreeAction.EntityCondition
Models the <entity-condition> element.static class
ModelTreeAction.Script
Models the <script> element.static class
ModelTreeAction.Service
Models the <service> element.-
Nested classes/interfaces inherited from class org.apache.ofbiz.widget.model.AbstractModelAction
AbstractModelAction.EntityOne, AbstractModelAction.GetRelated, AbstractModelAction.GetRelatedOne, AbstractModelAction.PropertyMap, AbstractModelAction.PropertyToField, AbstractModelAction.SetField
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
module
-
Constructor Summary
Constructors Modifier Constructor Description protected
ModelTreeAction(ModelTree.ModelNode.ModelSubNode modelSubNode, org.w3c.dom.Element actionElement)
protected
ModelTreeAction(ModelTree.ModelNode modelNode, org.w3c.dom.Element actionElement)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ModelTree.ModelNode.ModelSubNode
getModelSubNode()
ModelTree
getModelTree()
static java.util.List<ModelAction>
readNodeActions(ModelTree.ModelNode modelNode, org.w3c.dom.Element actionsElement)
static java.util.List<ModelAction>
readSubNodeActions(ModelTree.ModelNode.ModelSubNode modelSubNode, org.w3c.dom.Element actionsElement)
-
Methods inherited from class org.apache.ofbiz.widget.model.AbstractModelAction
getModelWidget, newInstance, readSubActions, runSubActions, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.ofbiz.widget.model.ModelAction
accept, runAction
-
-
-
-
Constructor Detail
-
ModelTreeAction
protected ModelTreeAction(ModelTree.ModelNode modelNode, org.w3c.dom.Element actionElement)
-
ModelTreeAction
protected ModelTreeAction(ModelTree.ModelNode.ModelSubNode modelSubNode, org.w3c.dom.Element actionElement)
-
-
Method Detail
-
readNodeActions
public static java.util.List<ModelAction> readNodeActions(ModelTree.ModelNode modelNode, org.w3c.dom.Element actionsElement)
-
readSubNodeActions
public static java.util.List<ModelAction> readSubNodeActions(ModelTree.ModelNode.ModelSubNode modelSubNode, org.w3c.dom.Element actionsElement)
-
getModelSubNode
public ModelTree.ModelNode.ModelSubNode getModelSubNode()
-
getModelTree
public ModelTree getModelTree()
-
-