Represents a constituent item of the hierarchy displayed inside a TreeViewNode.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
Java
![]() |
---|
public class TreeViewItem implements RenderTextCallback, InplaceEditable, Externalizable |
The items of a TreeViewNode can be traversed recursively starting from the node's RootItems. Given an item, you can find its parent and child items by calling getParent and getChildren.
If the ConnectionStyle of a node is set to Items, links connect to specific items of the node. Such links can be accessed by means of the IncomingLinks and OutgoingLinks collections.
java.lang.Object
com.mindfusion.diagramming.TreeViewItem