DroidDiagram Programmer's Guide
DiagramNode.setExpanded Method
See Also
 






Expands or collapses the tree branch that starts from a node.

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

 Syntax

Java  Copy Code

public void setExpanded (
    boolean value
)

 Parameters

value

true if the tree branch that starts from this node should be expanded, otherwise false.

 See Also

DiagramNode Members
DiagramNode Class
com.mindfusion.diagramming Namespace