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

Author:
tsvetelin

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

Field Detail

TREE_ROW_SOURCE_ATTRIBUTE

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

getTreeRow

TreeRowObject getTreeRow()
Method getTreeRow.

Returns:
Object the current tree row object.


Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.