Expands or collapses the tree branch that starts from a node.
Namespace: com.mindfusion.diagramming.builders
Package: com.mindfusion.diagramming.builders
SyntaxJava
Copy Code
|
|---|
public CompositeNodeBuilder expanded ( |
true if the tree branch that starts from this node should be expanded, otherwise false.
This DiagramNodeBuilder instance.
See Also