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

Packages that use AbstractContainerWidget
org.apache.cocoon.forms.formmodel   
org.apache.cocoon.forms.util   
 

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

Subclasses of AbstractContainerWidget in org.apache.cocoon.forms.formmodel
 class Form
          A widget that serves as a container for other widgets, the top-level widget in a form description file.
 class Group
          A container Widget which can hold zero or more child widgets.
 class Repeater.RepeaterRow
           
 class Struct
          Deprecated. replaced by Group
 class Union
          A discriminated union that references a discriminant value in another widget and contains one of several cases (widgets).
 

Uses of AbstractContainerWidget in org.apache.cocoon.forms.util
 

Constructors in org.apache.cocoon.forms.util with parameters of type AbstractContainerWidget
ContainerWidgetAsMap(AbstractContainerWidget container, boolean keysToLowerCase)
          Wraps a container widget in a Map.
ContainerWidgetAsMap(AbstractContainerWidget container)
          Same as ContainerWidgetAsMap(container, false)
 



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