Package org.apache.ofbiz.widget.model
Class ModelFormAction
- java.lang.Object
-
- org.apache.ofbiz.widget.model.ModelFormAction
-
public abstract class ModelFormAction extends java.lang.Object
Abstract form action.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ModelFormAction.CallParentActions
Models the <call-parent-actions> element.static class
ModelFormAction.Service
Models the <service> element.
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
module
-
Constructor Summary
Constructors Constructor Description ModelFormAction()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.List<ModelAction>
readSubActions(ModelForm modelForm, org.w3c.dom.Element parentElement)
-
-
-
Method Detail
-
readSubActions
public static java.util.List<ModelAction> readSubActions(ModelForm modelForm, org.w3c.dom.Element parentElement)
-
-