Package org.apache.ofbiz.widget.model
Class ModelTreeCondition
- java.lang.Object
-
- org.apache.ofbiz.widget.model.ModelTreeCondition
-
public class ModelTreeCondition extends java.lang.Object
Models the <condition> element.- See Also:
widget-tree.xsd
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
module
-
Constructor Summary
Constructors Constructor Description ModelTreeCondition(ModelTree modelTree, org.w3c.dom.Element conditionElement)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ModelCondition
getCondition()
-
-
-
Constructor Detail
-
ModelTreeCondition
public ModelTreeCondition(ModelTree modelTree, org.w3c.dom.Element conditionElement)
-
-
Method Detail
-
getCondition
public ModelCondition getCondition()
-
-