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

Packages that use ITreeStateModel
org.apache.tapestry.contrib.tree.model

Tree model classes/interfaces. 

org.apache.tapestry.contrib.tree.simple

Default set of model implementation classes for the Tree component. 

 

Uses of ITreeStateModel in org.apache.tapestry.contrib.tree.model
 

Methods in org.apache.tapestry.contrib.tree.model that return ITreeStateModel
 ITreeStateModel TreeStateEvent.getTreeStateModel()
           
 ITreeStateModel ITreeModel.getTreeStateModel()
           
 

Constructors in org.apache.tapestry.contrib.tree.model with parameters of type ITreeStateModel
TreeStateEvent(int nEventType, Object objNodeUID, ITreeStateModel objTreeStateModel)
          Constructor for TreeStateEvent.
 

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

Classes in org.apache.tapestry.contrib.tree.simple that implement ITreeStateModel
 class SimpleTreeStateModel
           
 

Methods in org.apache.tapestry.contrib.tree.simple that return ITreeStateModel
 ITreeStateModel SimpleTreeModel.getTreeStateModel()
           
 

Constructors in org.apache.tapestry.contrib.tree.simple with parameters of type ITreeStateModel
SimpleTreeModel(ITreeDataModel objDataModel, ITreeStateModel objTreeStateModel)
           
 



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