MindFusion.Java Package Programmer's Guide
SvgNodeBuilder.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 SvgNodeBuilder expandable (
    boolean value
)

 Parameters

value

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

 Return Value

This DiagramNodeBuilder instance.

 See Also

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