Uses of Interface
org.apache.tapestry5.tree.TreeModelAdapter

Packages that use TreeModelAdapter
org.apache.tapestry5.tree Classes and interfaces used by the Tree component 
 

Uses of TreeModelAdapter in org.apache.tapestry5.tree
 

Constructors in org.apache.tapestry5.tree with parameters of type TreeModelAdapter
DefaultTreeModel(ValueEncoder<T> encoder, TreeModelAdapter<T> adapter, List<T> roots)
          Standard constructor.
DefaultTreeModel(ValueEncoder<T> encoder, TreeModelAdapter<T> adapter, T root)
          Creates a new model starting from a single root element.
 



Copyright © 2003-2012 The Apache Software Foundation.