Uses of Class
org.apache.cocoon.forms.formmodel.FieldDefinition

Packages that use FieldDefinition
org.apache.cocoon.forms.formmodel   
 

Uses of FieldDefinition in org.apache.cocoon.forms.formmodel
 

Subclasses of FieldDefinition in org.apache.cocoon.forms.formmodel
 class AggregateFieldDefinition
          The WidgetDefinition part of a AggregateField widget, see AggregateField for more information.
 class CaptchaFieldDefinition
          A FieldDefinition for CaptchaFields.
 class MultiValueFieldDefinition
          The WidgetDefinition part of a MultiValueField widget, see MultiValueField for more information.
 

Methods in org.apache.cocoon.forms.formmodel that return FieldDefinition
 FieldDefinition Field.getFieldDefinition()
           
 

Methods in org.apache.cocoon.forms.formmodel with parameters of type FieldDefinition
protected  void FieldDefinitionBuilder.setupDefinition(Element widgetElement, FieldDefinition definition)
           
protected  void CaptchaDefinitionBuilder.setupDefinition(Element widgetElement, FieldDefinition definition)
           
 

Constructors in org.apache.cocoon.forms.formmodel with parameters of type FieldDefinition
Field(FieldDefinition fieldDefinition)
           
 



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