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 1304258 2012-03-23 10:09:27Z ilgrosso $

Method Summary
 TreeModel createInstance()
           
 

Method Detail

createInstance

TreeModel createInstance()


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