DroidDiagram Programmer's Guide
ContainerNode.getAllowAddChildren Method
See Also
 






Gets a value indicating whether child nodes can be added interactively to this container.

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

 Syntax

Java  Copy Code

public boolean getAllowAddChildren ()

 Return Value

true if users are allowed to add child nodes to this container; otherwise, false.

 See Also

ContainerNode Members
ContainerNode Class
com.mindfusion.diagramming Namespace
setAllowAddChildren Method
getAllowRemoveChildren Method