DroidDiagram Programmer's Guide
DiagramNode.getExpandable Method
See Also
 






Gets 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 boolean getExpandable ()

 Return 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