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

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

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

Subclasses of AbstractContainerDefinition in org.apache.cocoon.forms.formmodel
 class ClassDefinition
          A WidgetDefinition which holds a collection of Widgets and which can be instantiated with a NewDefinition.
 class FormDefinition
          The WidgetDefinition part of a Form widget, see Form for more information.
 class GroupDefinition
          The WidgetDefinition corresponding to a Group widget.
 class RepeaterDefinition
          The WidgetDefinition part of a Repeater widget, see Repeater for more information.
 class StructDefinition
          Deprecated. replaced by GroupDefinition
 class UnionDefinition
          The WidgetDefinition corresponding to a Union widget.
 

Methods in org.apache.cocoon.forms.formmodel with parameters of type AbstractContainerDefinition
protected  void AbstractContainerDefinitionBuilder.setupContainer(Element element, String widgetsElementName, AbstractContainerDefinition containerDefinition, WidgetDefinitionBuilderContext containerContext)
           
 

Constructors in org.apache.cocoon.forms.formmodel with parameters of type AbstractContainerDefinition
AbstractContainerWidget(AbstractContainerDefinition definition)
          Constructs AbstractContainerWidget
 



Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.