DroidDiagram Programmer's Guide
ContainerNode.getFoldable Method
See Also
 






Gets a value indicating whether the user is allowed to fold this container.

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

 Syntax

Java  Copy Code

public boolean getFoldable ()

 Return Value

true if the container can be folded; otherwise, false. Initialized with the value of ContainersFoldable.

 Remarks

A foldable container can be folded and unfolded by clicking the up/down arrow displayed in the caption area.

 See Also

ContainerNode Members
ContainerNode Class
com.mindfusion.diagramming Namespace
setFoldable Method