com.raritantechnologies.utils.tree
Interface ITreeNodeRenderer

All Superinterfaces:
IConfigurable
All Known Implementing Classes:
CheckboxTreeNodeRenderer, TreeNodeAttributeRenderer

public interface ITreeNodeRenderer
extends IConfigurable

Interface for classes that can render a TreeNode as a String.


Developed by Raritan Technologies Inc..

Author:
Ted Sullivan

Method Summary
 java.lang.String renderNode(TreeNode treeNode, RaritanPageContext rpc)
          returns a String representation of a TreeNode.
 
Methods inherited from interface com.raritantechnologies.searchApp.IConfigurable
initialize
 

Method Detail

renderNode

public java.lang.String renderNode(TreeNode treeNode,
                                   RaritanPageContext rpc)
returns a String representation of a TreeNode.