Uses of Interface
org.apache.cocoon.forms.formmodel.ContainerWidget

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

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

Classes in org.apache.cocoon.forms.formmodel that implement ContainerWidget
 class AbstractContainerWidget
          A general-purpose abstract Widget which can hold zero or more widgets.
 class AggregateField
          An aggregated field allows to represent one value as multiple input fields, or several values as one field.
 class Form
          A widget that serves as a container for other widgets, the top-level widget in a form description file.
 class Repeater.RepeaterRow
           
 class Struct
          A container Widget which can hold zero or more child widgets.
 class Union
          A discriminated union that references a discriminant value in another widget and contains one of several cases (widgets).
 



Copyright ⌐ 1999-2004 The Apache Software Foundation. All Rights Reserved.