org.apache.cocoon.forms.formmodel.tree
Interface TreeModelDefinition

All Known Implementing Classes:
JavaTreeModelDefinition, SourceTreeModelDefinition

public interface TreeModelDefinition

Creates TreeModels. Note that the builder/definition/instance pattern is is necessary here as tree models are mutable things, and therefore a new instance must be created for each tree widget.

Version:
$Id: TreeModelDefinition.html 1304280 2012-03-23 11:18:01Z ilgrosso $

Method Summary
 TreeModel createInstance()
           
 

Method Detail

createInstance

public TreeModel createInstance()


Copyright © 1999-2008 The Apache Software Foundation. All Rights Reserved.