DroidDiagram Programmer's Guide
FreeFormNodeBuilder.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 FreeFormNodeBuilder 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

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