Sets whether the tree branches that start from new nodes should be expandable by default.
Namespace: com.mindfusion.diagramming.builders
Package: com.mindfusion.diagramming.builders
SyntaxJava
Copy Code
|
|---|
public DiagramBuilder nodesExpandable ( |
true if nodes should be expandable by default, otherwise false.
This DiagramBuilder instance.
See Also