org.apache.tapestry.contrib.tree.model
Interface ITreeRowSource

All Known Implementing Classes:
TreeDataView, TreeTableDataView

public interface ITreeRowSource

A Tapestry component that provides the current row value. This interface is used for obtaining the row source by components wrapped by the row source

Version:
$Id: ITreeRowSource.java,v 1.3 2004/02/19 17:37:59 hlship Exp $
Author:
tsvetelin

Field Summary
static String TREE_ROW_SOURCE_ATTRIBUTE
           
 
Method Summary
 TreeRowObject getTreeRow()
          Method getTreeRow
 

Field Detail

TREE_ROW_SOURCE_ATTRIBUTE

public static final String TREE_ROW_SOURCE_ATTRIBUTE
See Also:
Constant Field Values
Method Detail

getTreeRow

public TreeRowObject getTreeRow()
Method getTreeRow

Returns:
Object the current tree row object.