org.apache.tapestry.contrib.tree.components
Interface ITreeComponent

All Known Implementing Classes:
Tree, TreeTable

public interface ITreeComponent

Version:
$Id: ITreeComponent.java,v 1.4 2004/02/19 17:38:00 hlship Exp $
Author:
ceco

Method Summary
 ComponentAddress getComponentPath()
           
 ITreeModelSource getTreeModelSource()
           
 ITreeRowSource getTreeRowSource()
           
 void resetState()
           
 

Method Detail

getComponentPath

public ComponentAddress getComponentPath()

getTreeModelSource

public ITreeModelSource getTreeModelSource()

getTreeRowSource

public ITreeRowSource getTreeRowSource()

resetState

public void resetState()