DroidDiagram Programmer's Guide
DiagramBuilder.nodesExpandable Method
See Also
 






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

 Syntax

Java  Copy Code

public DiagramBuilder nodesExpandable (
    boolean value
)

 Parameters

value

true if nodes should be expandable by default, otherwise false.

 Return Value

This DiagramBuilder instance.

 See Also

DiagramBuilder Members
DiagramBuilder Class
com.mindfusion.diagramming.builders Namespace