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

Packages that use org.apache.cocoon.forms.formmodel
org.apache.cocoon.forms   
org.apache.cocoon.forms.binding   
org.apache.cocoon.forms.event   
org.apache.cocoon.forms.event.impl   
org.apache.cocoon.forms.flow.java   
org.apache.cocoon.forms.flow.javascript   
org.apache.cocoon.forms.formmodel   
org.apache.cocoon.forms.formmodel.algorithms   
org.apache.cocoon.forms.formmodel.library   
org.apache.cocoon.forms.formmodel.tree   
org.apache.cocoon.forms.formmodel.tree.builder   
org.apache.cocoon.forms.generation   
org.apache.cocoon.forms.samples   
org.apache.cocoon.forms.samples.bindings   
org.apache.cocoon.forms.transformation   
org.apache.cocoon.forms.util   
org.apache.cocoon.forms.validation   
org.apache.cocoon.forms.validation.impl   
org.apache.cocoon.portal.tools.copletManagement   
 

Classes in org.apache.cocoon.forms.formmodel used by org.apache.cocoon.forms
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.forms.formmodel used by org.apache.cocoon.forms.binding
Repeater.RepeaterRow
           
Widget
          Interface to be implemented by Widgets.
 

Classes in org.apache.cocoon.forms.formmodel used by org.apache.cocoon.forms.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.forms.formmodel used by org.apache.cocoon.forms.event.impl
Widget
          Interface to be implemented by Widgets.
 

Classes in org.apache.cocoon.forms.formmodel used by org.apache.cocoon.forms.flow.java
Widget
          Interface to be implemented by Widgets.
 

Classes in org.apache.cocoon.forms.formmodel used by org.apache.cocoon.forms.flow.javascript
WidgetState
          The state of a widget.
 

Classes in org.apache.cocoon.forms.formmodel used by org.apache.cocoon.forms.formmodel
AbstractContainerDefinition
          The AbstractContainerDefinition corresponding to an AbstractContainerWidget.
AbstractContainerDefinitionBuilder
          Abstract base class for container widget builders.
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.
CalculatedFieldAlgorithm
          Common interface for an algorithm to calculate the value of a CalculatedField.
CalculatedFieldDefinition
          Definition of a CalculatedField.
CaptchaFieldDefinition
          A FieldDefinition for CaptchaFields.
ContainerDefinition
          Interface to be implemented by WidgetDefinitions for Widgets which contain 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 FieldDefinitions.
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.
GoogleMapDefinition
          The WidgetDefinition part of a GoogleMap widget, see GoogleMap for more information.
GoogleMapMarker
           
GoogleMapValue
           
Group
          A container Widget which can hold zero or more child widgets.
GroupDefinition
          The WidgetDefinition corresponding to a Group widget.
ImageMapDefinition
          The WidgetDefinition part of an ImageMap widget, see ImageMap for more information.
IncompletenessException
           
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.
RepeaterFilterFieldDefinition
           
RowAction
           
RowActionDefinition
           
RowActionDefinition.MoveDownDefinition
          Moves up the row containing this action.
RowActionDefinition.MoveUpDefinition
          Moves up the row containing this action.
SelectableWidget
          A Widget that can have a selection list.
UnionDefinition
          The WidgetDefinition corresponding to a Union widget.
UploadDefinition
          The definition of an upload widget.
Whitespace
          Enumeration of whitespace-handling strategies.
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.
WidgetDefinitionBuilderContext
          Holds context information for the building phase.
WidgetDefinitionList
          Helper class for the Definition implementation of widgets containing other widgets.
WidgetList
          Helper class for the implementation of widgets containing other widgets.
WidgetState
          The state of a widget.
 

Classes in org.apache.cocoon.forms.formmodel used by org.apache.cocoon.forms.formmodel.algorithms
CalculatedFieldAlgorithm
          Common interface for an algorithm to calculate the value of a CalculatedField.
CalculatedFieldAlgorithmBuilder
          Common interface for CalculatedFieldAlgorithm builders.
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.forms.formmodel used by org.apache.cocoon.forms.formmodel.library
WidgetDefinition
          A WidgetDefinition holds all the static information about a Widget.
 

Classes in org.apache.cocoon.forms.formmodel used by org.apache.cocoon.forms.formmodel.tree
AbstractWidget
          Abstract base class for Widget implementations.
AbstractWidgetDefinition
          Provides functionality that is common across many WidgetDefinition implementations.
Widget
          Interface to be implemented by Widgets.
WidgetDefinition
          A WidgetDefinition holds all the static information about a Widget.
 

Classes in org.apache.cocoon.forms.formmodel used by org.apache.cocoon.forms.formmodel.tree.builder
AbstractWidgetDefinitionBuilder
          Abstract base class for WidgetDefinitionBuilders.
WidgetDefinition
          A WidgetDefinition holds all the static information about a Widget.
WidgetDefinitionBuilder
          Interface for classes that can build widgets from an XML description.
WidgetDefinitionBuilderContext
          Holds context information for the building phase.
 

Classes in org.apache.cocoon.forms.formmodel used by org.apache.cocoon.forms.generation
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.forms.formmodel used by org.apache.cocoon.forms.samples
Widget
          Interface to be implemented by Widgets.
 

Classes in org.apache.cocoon.forms.formmodel used by org.apache.cocoon.forms.samples.bindings
Widget
          Interface to be implemented by Widgets.
 

Classes in org.apache.cocoon.forms.formmodel used by org.apache.cocoon.forms.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.forms.formmodel used by org.apache.cocoon.forms.util
AbstractContainerWidget
          A general-purpose abstract Widget which can hold zero or more widgets.
ContainerWidget
          Interface to be implemented by Widgets which contain other widgets.
Repeater
          A repeater is a widget that repeats a number of other widgets.
Widget
          Interface to be implemented by Widgets.
 

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

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

Classes in org.apache.cocoon.forms.formmodel used by org.apache.cocoon.portal.tools.copletManagement
Repeater
          A repeater is a widget that repeats a number of other widgets.
 



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