Uses of Package
org.apache.cocoon.woody.formmodel

Packages that use org.apache.cocoon.woody.formmodel
org.apache.cocoon.woody   
org.apache.cocoon.woody.binding   
org.apache.cocoon.woody.event   
org.apache.cocoon.woody.flow.javascript.v2   
org.apache.cocoon.woody.formmodel   
org.apache.cocoon.woody.transformation   
org.apache.cocoon.woody.validation   
org.apache.cocoon.woody.validation.impl   
 

Classes in org.apache.cocoon.woody.formmodel used by org.apache.cocoon.woody
Form
          A widget that serves as a container for other widgets, the top-level widget in a form description file.
FormDefinition
          The WidgetDefinition part of a Form widget, see Form for more information.
 

Classes in org.apache.cocoon.woody.formmodel used by org.apache.cocoon.woody.binding
Widget
          Interface to be implemented by Widgets.
 

Classes in org.apache.cocoon.woody.formmodel used by org.apache.cocoon.woody.event
Form
          A widget that serves as a container for other widgets, the top-level widget in a form description file.
Widget
          Interface to be implemented by Widgets.
 

Classes in org.apache.cocoon.woody.formmodel used by org.apache.cocoon.woody.flow.javascript.v2
Widget
          Interface to be implemented by Widgets.
 

Classes in org.apache.cocoon.woody.formmodel used by org.apache.cocoon.woody.formmodel
AbstractContainerDefinition
          The AbstractContainerDefinition corresponding to an AbstractContainerWidget.
AbstractContainerWidget
          A general-purpose abstract Widget which can hold zero or more widgets.
AbstractDatatypeWidgetDefinition
          Base class for WidgetDefinitions that use a Datatype and SelectionList.
AbstractDatatypeWidgetDefinitionBuilder
          Abstract base class for WidgetDefinitionBuilders that build widgets that have datatypes/selection lists.
AbstractWidget
          Abstract base class for Widget implementations.
AbstractWidgetDefinition
          Provides functionality that is common across many WidgetDefinition implementations.
AbstractWidgetDefinitionBuilder
          Abstract base class for WidgetDefinitionBuilders.
Action
          An Action widget.
ActionDefinition
          The WidgetDefinition part of a Action widget, see Action for more information.
ActionDefinitionBuilder
          Builds ActionDefinitions.
AggregateFieldDefinition
          The WidgetDefinition part of a AggregateField widget, see AggregateField for more information.
BooleanFieldDefinition
          The WidgetDefinition part of a BooleanField widget, see BooleanField for more information.
ContainerDefinition
          Interface to be implemented by WidgetDefinitions for Widgets which contain other widgets.
ContainerDefinitionDelegate
          Helper class for the Definition implementation of widgets containing other widgets.
ContainerDelegate
          Helper class for the implementation of widgets containing other widgets.
ContainerWidget
          Interface to be implemented by Widgets which contain other widgets.
DataWidget
           
DuplicateIdException
          This exception is thrown by WidgetDefinitions that contain other WidgetDefinitions, such as the FormDefinition or the RepeaterDefinition, in case one tries to add a WidgetDefinition that has the same id as another, previously added, WidgetDefinition.
Field
          A general-purpose Widget that can hold one value.
FieldDefinition
          The WidgetDefinition part of a Field widget, see Field for more information.
FieldDefinitionBuilder
          Builds {FieldDefinition}s.
Form
          A widget that serves as a container for other widgets, the top-level widget in a form description file.
FormDefinition
          The WidgetDefinition part of a Form widget, see Form for more information.
MessagesDefinition
          The WidgetDefinition part of a Messages widget, see Messages for more information.
MultiValueFieldDefinition
          The WidgetDefinition part of a MultiValueField widget, see MultiValueField for more information.
OutputDefinition
          The WidgetDefinition part of a Output widget.
Repeater
          A repeater is a widget that repeats a number of other widgets.
Repeater.RepeaterRow
           
RepeaterActionDefinition
          Abstract repeater action.
RepeaterDefinition
          The WidgetDefinition part of a Repeater widget, see Repeater for more information.
RowAction
           
RowActionDefinition
           
RowActionDefinition.MoveDownDefinition
           
RowActionDefinition.MoveUpDefinition
           
SelectableWidget
           
StructDefinition
          The WidgetDefinition corresponding to a Struct widget.
UnionDefinition
          The WidgetDefinition corresponding to a Union widget.
UploadDefinition
          The definition of an upload widget.
Widget
          Interface to be implemented by Widgets.
WidgetDefinition
          A WidgetDefinition holds all the static information about a Widget.
WidgetDefinitionBuilder
          Interface for classes that can build widgets from an XML description.
 

Classes in org.apache.cocoon.woody.formmodel used by org.apache.cocoon.woody.transformation
Form
          A widget that serves as a container for other widgets, the top-level widget in a form description file.
Widget
          Interface to be implemented by Widgets.
 

Classes in org.apache.cocoon.woody.formmodel used by org.apache.cocoon.woody.validation
Widget
          Interface to be implemented by Widgets.
WidgetDefinition
          A WidgetDefinition holds all the static information about a Widget.
 

Classes in org.apache.cocoon.woody.formmodel used by org.apache.cocoon.woody.validation.impl
Widget
          Interface to be implemented by Widgets.
WidgetDefinition
          A WidgetDefinition holds all the static information about a Widget.
 



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