DroidDiagram Programmer's Guide
DiagramNode.setExpandable 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
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public void setExpandable (
    boolean value
)

 Parameters

value

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

 See Also

DiagramNode Members
DiagramNode Class
com.mindfusion.diagramming Namespace