Package org.apache.ofbiz.widget.model
Class ModelMenuAction
- java.lang.Object
-
- org.apache.ofbiz.widget.model.ModelMenuAction
-
public abstract class ModelMenuAction extends java.lang.Object
Abstract menu action.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ModelMenuAction.SetField
Models the <set> element.
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
module
-
Constructor Summary
Constructors Constructor Description ModelMenuAction()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.List<ModelAction>
readSubActions(ModelMenu modelMenu, org.w3c.dom.Element parentElement)
-
-
-
Method Detail
-
readSubActions
public static java.util.List<ModelAction> readSubActions(ModelMenu modelMenu, org.w3c.dom.Element parentElement)
-
-