org.apache.cocoon.forms.formmodel
Class FieldDefinitionBuilder

java.lang.Object
  extended byorg.apache.cocoon.forms.formmodel.AbstractWidgetDefinitionBuilder
      extended byorg.apache.cocoon.forms.formmodel.AbstractDatatypeWidgetDefinitionBuilder
          extended byorg.apache.cocoon.forms.formmodel.FieldDefinitionBuilder
All Implemented Interfaces:
Disposable, Serviceable, WidgetDefinitionBuilder
Direct Known Subclasses:
AggregateFieldDefinitionBuilder

public class FieldDefinitionBuilder
extends AbstractDatatypeWidgetDefinitionBuilder

Builds {FieldDefinition}s.

Version:
$Id: FieldDefinitionBuilder.java 327125 2005-10-21 08:52:51Z sylvain $

Field Summary
 
Fields inherited from class org.apache.cocoon.forms.formmodel.AbstractWidgetDefinitionBuilder
context, datatypeManager, expressionManager, serviceManager, widgetDefinitionBuilderSelector, widgetListenerBuilderSelector, widgetValidatorBuilderSelector
 
Constructor Summary
FieldDefinitionBuilder()
           
 
Method Summary
 WidgetDefinition buildWidgetDefinition(Element widgetElement)
           
protected  void setupDefinition(Element widgetElement, FieldDefinition definition)
           
 
Methods inherited from class org.apache.cocoon.forms.formmodel.AbstractDatatypeWidgetDefinitionBuilder
buildSelectionList, setupDefinition
 
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

FieldDefinitionBuilder

public FieldDefinitionBuilder()
Method Detail

buildWidgetDefinition

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

setupDefinition

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


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