DroidDiagram Programmer's Guide
ShapeNodeBuilder.expandable Method
See Also
 






Sets a value indicating whether users are allowed to expand or collapse the tree branch that starts from this node.

Namespace: com.mindfusion.diagramming.builders
Package: com.mindfusion.diagramming.builders

 Syntax

Java  Copy Code

public ShapeNodeBuilder expandable (
    boolean value
)

 Parameters

value

true if the tree branch that starts from this node can be expanded or collapsed by users, otherwise false.

 Return Value

This DiagramNodeBuilder instance.

 See Also

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