Uses of Interface
org.apache.tapestry.contrib.tree.model.ITreeModelSource

Packages that use ITreeModelSource
org.apache.tapestry.contrib.tree.components

The tapestry contributed tree component. 

org.apache.tapestry.contrib.tree.components.table

Tree rendering components. 

org.apache.tapestry.contrib.tree.simple

Default set of model implementation classes for the Tree component. 

 

Uses of ITreeModelSource in org.apache.tapestry.contrib.tree.components
 

Classes in org.apache.tapestry.contrib.tree.components that implement ITreeModelSource
 class TreeView
           
 

Methods in org.apache.tapestry.contrib.tree.components that return ITreeModelSource
 ITreeModelSource TreeNodeView.getTreeModelSource()
           
 ITreeModelSource ITreeComponent.getTreeModelSource()
           
 ITreeModelSource Tree.getTreeModelSource()
           
 

Methods in org.apache.tapestry.contrib.tree.components with parameters of type ITreeModelSource
 IRender INodeRenderFactory.getRender(Object objValue, ITreeModelSource objTreeModelSource, IRequestCycle objCycle)
           
 IRender INodeRenderFactory.getRenderByID(Object objUniqueKey, ITreeModelSource objTreeModelSource, IRequestCycle objCycle)
           
 

Uses of ITreeModelSource in org.apache.tapestry.contrib.tree.components.table
 

Methods in org.apache.tapestry.contrib.tree.components.table that return ITreeModelSource
 ITreeModelSource TreeTable.getTreeModelSource()
           
 ITreeModelSource TreeTableDataView.getTreeModelSource()
           
abstract  ITreeModelSource TreeTableDataView.getTreeViewParameter()
           
 

Uses of ITreeModelSource in org.apache.tapestry.contrib.tree.simple
 

Methods in org.apache.tapestry.contrib.tree.simple with parameters of type ITreeModelSource
 IRender SimpleNodeRenderFactory.getRender(Object objValue, ITreeModelSource objTreeModelSource, IRequestCycle objCycle)
           
 IRender SimpleNodeRenderFactory.getRenderByID(Object objUniqueKey, ITreeModelSource objTreeModelSource, IRequestCycle cycle)
           
 



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