org.apache.cocoon.forms.formmodel.tree
Interface TreeModelDefinition
- All Known Implementing Classes:
- JavaTreeModelDefinition, SourceTreeModelDefinition
- public interface TreeModelDefinition
Creates TreeModel
s. 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.java 587759 2007-10-24 03:00:37Z vgritsenko $
createInstance
public TreeModel createInstance()
Copyright © 1999-2008 The Apache Software Foundation. All Rights Reserved.