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

All Known Implementing Classes:
Tree, TreeTable

public interface ITreeComponent

Author:
ceco

Method Summary
 org.apache.tapestry.util.ComponentAddress getComponentPath()
           
 ITreeModelSource getTreeModelSource()
           
 ITreeRowSource getTreeRowSource()
           
 void resetState()
           
 

Method Detail

getComponentPath

public org.apache.tapestry.util.ComponentAddress getComponentPath()

getTreeModelSource

public ITreeModelSource getTreeModelSource()

getTreeRowSource

public ITreeRowSource getTreeRowSource()

resetState

public void resetState()