Package org.apache.ofbiz.widget.model
Class ModelTree.ModelNode.ModelSubNode
java.lang.Object
org.apache.ofbiz.widget.model.ModelWidget
org.apache.ofbiz.widget.model.ModelTree.ModelNode.ModelSubNode
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ModelTree.ModelNode
Models the <sub-node> element.
- See Also:
-
widget-tree.xsd
- Serialized Form
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.ofbiz.widget.model.ModelWidget
ModelWidget.NamedBorderType
-
Field Summary
Fields inherited from class org.apache.ofbiz.widget.model.ModelWidget
ENABLE_BOUNDARY_COMMENTS_PARAM
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(ModelWidgetVisitor visitor) Gets actions.ListIterator<? extends Map<String,
? extends Object>> getListIterator
(Map<String, Object> context) Gets list iterator.getNode()
Gets node.getNodeName
(Map<String, Object> context) Gets node name.Gets node name exdr.void
setListIterator
(ListIterator<? extends Map<String, ? extends Object>> iter, Map<String, Object> context) Sets list iterator.Methods inherited from class org.apache.ofbiz.widget.model.ModelWidget
getBoundaryCommentName, getName, getStartColumn, getStartLine, getSystemId, toString, widgetBoundaryCommentsEnabled, widgetNamedBorderType
-
Constructor Details
-
ModelSubNode
-
-
Method Details
-
accept
- Specified by:
accept
in classModelWidget
- Throws:
Exception
-
getActions
Gets actions.- Returns:
- the actions
-
getListIterator
public ListIterator<? extends Map<String,? extends Object>> getListIterator(Map<String, Object> context) Gets list iterator.- Parameters:
context
- the context- Returns:
- the list iterator
-
getNode
Gets node.- Returns:
- the node
-
getNodeName
Gets node name.- Parameters:
context
- the context- Returns:
- the node name
-
getNodeNameExdr
Gets node name exdr.- Returns:
- the node name exdr
-
setListIterator
public void setListIterator(ListIterator<? extends Map<String, ? extends Object>> iter, Map<String, Object> context) Sets list iterator.- Parameters:
iter
- the itercontext
- the context
-