Search
DiagramItem.hasSubordinates Method
See Also
 

Checks whether there are any nodes attached to this item.

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

 Syntax

Java  Copy Code

public boolean hasSubordinates ()

 Return Value

true if there are some nodes attached to this item, otherwise false.

 See Also