org.apache.cocoon.forms.formmodel.tree.builder
Class TreeDefinitionBuilder

java.lang.Object
  extended byorg.apache.cocoon.forms.formmodel.AbstractWidgetDefinitionBuilder
      extended byorg.apache.cocoon.forms.formmodel.tree.builder.TreeDefinitionBuilder
All Implemented Interfaces:
Disposable, Serviceable, WidgetDefinitionBuilder

public class TreeDefinitionBuilder
extends AbstractWidgetDefinitionBuilder

Builds a Tree.

Version:
$Id: TreeDefinitionBuilder.java 326838 2005-10-20 06:26:53Z sylvain $

Field Summary
 
Fields inherited from class org.apache.cocoon.forms.formmodel.AbstractWidgetDefinitionBuilder
context, datatypeManager, expressionManager, serviceManager, widgetDefinitionBuilderSelector, widgetListenerBuilderSelector, widgetValidatorBuilderSelector
 
Constructor Summary
TreeDefinitionBuilder()
           
 
Method Summary
 WidgetDefinition buildWidgetDefinition(Element widgetElement)
           
protected  void setupDefinition(Element widgetElement, TreeDefinition definition)
           
 
Methods inherited from class org.apache.cocoon.forms.formmodel.AbstractWidgetDefinitionBuilder
buildAnotherWidgetDefinition, buildEventListeners, buildWidgetDefinition, dispose, service, setDisplayData, setupDefinition
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TreeDefinitionBuilder

public TreeDefinitionBuilder()
Method Detail

buildWidgetDefinition

public WidgetDefinition buildWidgetDefinition(Element widgetElement)
                                       throws Exception
Throws:
Exception

setupDefinition

protected void setupDefinition(Element widgetElement,
                               TreeDefinition definition)
                        throws Exception
Throws:
Exception


Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.