com.webmethods.caf.faces.data.tree
Interface INode

All Known Subinterfaces:
IAppNavPage
All Known Implementing Classes:
AppNavPageWrapper, BaseXMLNode, BoundChildrenNode, CSPNode, DefaultNode, ShadowAppNavPage, XMLAppNavPage, XMLDOMNode, XMLDOMNode2, XMLElementNode, XMLElementNode2

public interface INode

Tree node interface for adapting tree structures to a flattened ITreeContentProvider.


Method Summary
 List getChildren()
          List of INode children, in order.
 Object getData()
          Row data.
 String getId()
          Row id.
 INode getParent()
          Node parent, or null for root.
 

Method Detail

getData

Object getData()
Row data.


getId

String getId()
Row id.


getParent

INode getParent()
Node parent, or null for root.


getChildren

List getChildren()
List of INode children, in order. Empty list (non-null) for leaf nodes.