org.apache.cocoon.forms.formmodel
Class FieldDefinitionBuilder
java.lang.Object
org.apache.cocoon.forms.formmodel.AbstractWidgetDefinitionBuilder
org.apache.cocoon.forms.formmodel.AbstractDatatypeWidgetDefinitionBuilder
org.apache.cocoon.forms.formmodel.FieldDefinitionBuilder
- All Implemented Interfaces:
- Disposable, Serviceable, WidgetDefinitionBuilder
- Direct Known Subclasses:
- AggregateFieldDefinitionBuilder, CalculatedFieldDefinitionBuilder, RepeaterFilterFieldDefinitionBuilder
public class FieldDefinitionBuilder
- extends AbstractDatatypeWidgetDefinitionBuilder
Builds FieldDefinition
s.
- Version:
- $Id: FieldDefinitionBuilder.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FieldDefinitionBuilder
public FieldDefinitionBuilder()
buildWidgetDefinition
public WidgetDefinition buildWidgetDefinition(Element widgetElement,
WidgetDefinitionBuilderContext context)
throws Exception
- Throws:
Exception
setupDefinition
protected void setupDefinition(Element widgetElement,
FieldDefinition definition,
WidgetDefinitionBuilderContext context)
throws Exception
- Throws:
Exception
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.