| Name | Description | Type | Package | Framework |
| AbstractBaseAlgorithm | Abstract base class for algorithms. | Class | org.apache.cocoon.forms.formmodel.algorithms | Apache Cocoon |
|
| AbstractBaseAlgorithmBuilder | Abstract builder for AbstractBaseAlgorithm This class parses the default triggers attribute, containing a comma separated list of widget paths | Class | org.apache.cocoon.forms.formmodel.algorithms | Apache Cocoon |
|
| AbstractContainerDefinition | The AbstractContainerDefinition corresponding to an AbstractContainerWidget. | Class | org.apache.cocoon.forms.formmodel | Apache Cocoon |
|
| AbstractContainerDefinitionBuilder | Abstract base class for container widget builders. | Class | org.apache.cocoon.forms.formmodel | Apache Cocoon |
|
| AbstractContainerWidget | A general-purpose abstract Widget which can hold zero or more widgets. | Class | org.apache.cocoon.forms.formmodel | Apache Cocoon |
|
| AbstractCustomBinding | AbstractCustomBindingVersion:$Id: AbstractCustomBinding. | Class | org.apache.cocoon.forms.binding | Apache Cocoon |
|
| AbstractDatatype | Abstract base class for Datatype implementations. | Class | org.apache.cocoon.forms.datatype.typeimpl | Apache Cocoon |
|
| AbstractDatatypeBuilder | Abstract base class for datatype builders, most concrete datatype builders will derive from this class. | Class | org.apache.cocoon.forms.datatype.typeimpl | Apache Cocoon |
|
| AbstractDatatypeWidgetDefinition | Base class for WidgetDefinitions that use a Datatype and SelectionList. | Class | org.apache.cocoon.forms.formmodel | Apache Cocoon |
|
| AbstractDatatypeWidgetDefinitionBuilder | Abstract base class for WidgetDefinitionBuilders that build widgets that have datatypes/selection lists. | Class | org.apache.cocoon.forms.formmodel | Apache Cocoon |
|
| AbstractFormHandler | Abstract implementation of FormHandler, which checks the type of the WidgetEvent and calls the more specific handleActionEvent(ActionEvent) | Class | org.apache.cocoon.forms.event | Apache Cocoon |
|
| AbstractFormsAction | Abstract base class for Cocoon Forms actions. | Class | org.apache.cocoon.forms.acting | Apache Cocoon |
|
| AbstractJavaSelectionList | | Class | org.apache.cocoon.forms.datatype | Apache Cocoon |
|
| AbstractJavaValidator | Abstract base class for implementing an own Java validator which gets build by the JavaClassValidatorBuilder. | Class | org.apache.cocoon.forms.validation.impl | Apache Cocoon |
|
| AbstractValidationRule | Abstract base class providing common functionality for many ValidationRuleVersion:$Id: AbstractValidationRule. | Class | org.apache.cocoon.forms.datatype.validationruleimpl | Apache Cocoon |
|
| AbstractValidationRuleBuilder | Abstract base class for ValidationRuleBuilder implementations. | Class | org.apache.cocoon.forms.datatype.validationruleimpl | Apache Cocoon |
|
| AbstractWidget | Abstract base class for Widget implementations. | Class | org.apache.cocoon.forms.formmodel | Apache Cocoon |
|
| AbstractWidgetDefinition | Provides functionality that is common across many WidgetDefinition implementations. | Class | org.apache.cocoon.forms.formmodel | Apache Cocoon |
|
| AbstractWidgetDefinitionBuilder | Abstract base class for WidgetDefinitionBuilders. | Class | org.apache.cocoon.forms.formmodel | Apache Cocoon |
|
| Action | An Action widget. | Class | org.apache.cocoon.forms.formmodel | Apache Cocoon |
|
| ActionDefinition | The WidgetDefinition part of a Action widget, see Action for more information. | Class | org.apache.cocoon.forms.formmodel | Apache Cocoon |
|
| ActionDefinitionBuilder | Builds ActionDefinitions. | Class | org.apache.cocoon.forms.formmodel | Apache Cocoon |
|
| ActionEvent | Currently this event originates from a ButtonVersion:$Id: ActionEvent. | Class | org.apache.cocoon.forms.event | Apache Cocoon |
|
| ActionListener | Listeners for ActionEventsVersion:$Id: ActionListener. | Interface | org.apache.cocoon.forms.event | Apache Cocoon |
|
| ActionListenerEnabled | | Interface | org.apache.cocoon.forms.event | Apache Cocoon |
|
| AggregateField | An aggregated field allows to represent one value as multiple input fields, or several values as one field. | Class | org.apache.cocoon.forms.formmodel | Apache Cocoon |
|
| AggregateFieldDefinition | The WidgetDefinition part of a AggregateField widget, see AggregateField for more information. | Class | org.apache.cocoon.forms.formmodel | Apache Cocoon |
|
| AggregateFieldDefinition .SplitMapping | Constructor SummaryAggregateFieldDefinition. | Class | org.apache.cocoon.forms.formmodel.AggregateFieldDefinition | Apache Cocoon |
|
| AggregateFieldDefinitionBuilder | Builds AggregateFieldDefinitions. | Class | org.apache.cocoon.forms.formmodel | Apache Cocoon |
|
| AggregateJXPathBinding | AggregateJXPathBinding provides an implementation of a Binding that narrows the context towards provided childbindings. | Class | org.apache.cocoon.forms.binding | Apache Cocoon |
|
| AggregateJXPathBindingBuilder | AggregateJXPathBindingBuilder provides a helper class for the Factory implemented in JXPathBindingManager that helps construct the | Class | org.apache.cocoon.forms.binding | Apache Cocoon |
|
| AssertValidationRule | Generic validation rule that evaluates an expression. | Class | org.apache.cocoon.forms.datatype.validationruleimpl | Apache Cocoon |
|
| AssertValidationRuleBuilder | Builds AssertValidationRules. | Class | org.apache.cocoon.forms.datatype.validationruleimpl | Apache Cocoon |
|
| AssertValidatorBuilder | Adapter for AssertValidationRuleBuilderVersion:$Id: AssertValidatorBuilder. | Class | org.apache.cocoon.forms.validation.impl | Apache Cocoon |
|
| BeanConvertor | Converts String representation of beans to bean instances and vice versa. | Class | org.apache.cocoon.forms.datatype.convertor | Apache Cocoon |
|
| BeanConvertorBuilder | Creates BeanConvertors The optional FQCN attribute is used to give | Class | org.apache.cocoon.forms.datatype.convertor | Apache Cocoon |
|
| BeanType | The CForm type of a beanVersion:$Id: BeanType. | Class | org.apache.cocoon.forms.datatype.typeimpl | Apache Cocoon |
|
| BeanTypeBuilder | Builder for BeanTypeVersion:$Id: BeanTypeBuilder. | Class | org.apache.cocoon.forms.datatype.typeimpl | Apache Cocoon |
|
| Binding | Binding declares the methods to 'bind' (i. | Interface | org.apache.cocoon.forms.binding | Apache Cocoon |
|
| BindingBuilderContext | | Class | org.apache.cocoon.forms.binding | Apache Cocoon |
|
| BindingException | This exception is thrown when something goes wrong with the binding. | Class | org.apache.cocoon.forms.binding | Apache Cocoon |
|
| BindingManager | BindingManager declares the factory method that produces actual Bindings. | Interface | org.apache.cocoon.forms.binding | Apache Cocoon |
|
| BooleanField | A widget to select a boolean value. | Class | org.apache.cocoon.forms.formmodel | Apache Cocoon |
|
| BooleanFieldDefinition | The WidgetDefinition part of a BooleanField widget, see BooleanField for more information. | Class | org.apache.cocoon.forms.formmodel | Apache Cocoon |
|
| BooleanFieldDefinitionBuilder | Builds BooleanFieldDefinitions. | Class | org.apache.cocoon.forms.formmodel | Apache Cocoon |
|
| BooleanType | A Datatype implementation for java. | Class | org.apache.cocoon.forms.datatype.typeimpl | Apache Cocoon |
|
| BooleanTypeBuilder | Builds BooleanTypes. | Class | org.apache.cocoon.forms.datatype.typeimpl | Apache Cocoon |
|
| ButtonDefinitionBuilder | The ButtonDefinitionBuilder has been replaced by ActionDefinitionBuilder. | Class | org.apache.cocoon.forms.formmodel | Apache Cocoon |
|
| CacheManager | Work interface for the component that caches objects for Cocoon Forms. | Interface | org.apache.cocoon.forms | Apache Cocoon |
|
| CalculatedField | A field which calculates its value. | Class | org.apache.cocoon.forms.formmodel | Apache Cocoon |
|
| CalculatedFieldAlgorithm | Common interface for an algorithm to calculate the value of a Version:$Id: CalculatedFieldAlgorithm. | Interface | org.apache.cocoon.forms.formmodel | Apache Cocoon |
|
| CalculatedFieldAlgorithmBuilder | Common interface for CalculatedFieldAlgorithm builders. | Interface | org.apache.cocoon.forms.formmodel | Apache Cocoon |
|
| CalculatedFieldDefinition | Definition of a CalculatedField. | Class | org.apache.cocoon.forms.formmodel | Apache Cocoon |
|
| CalculatedFieldDefinitionBuilder | Builder for CalculatedFields. | Class | org.apache.cocoon.forms.formmodel | Apache Cocoon |
|
| CannotYetResolveWarning | This exception is thrown by ExpressionContextImpl when it asked for the value of a required field, when that required field does not yet have | Class | org.apache.cocoon.forms.formmodel | Apache Cocoon |
|
| CaptchaDefinitionBuilder | Builds CaptchaFieldDefinitions. | Class | org.apache.cocoon.forms.formmodel | Apache Cocoon |
|
| CaptchaField | A Field for CAPTCHA validation. | Class | org.apache.cocoon.forms.formmodel | Apache Cocoon |
|
| CaptchaFieldDefinition | A FieldDefinition for CaptchaFields. | Class | org.apache.cocoon.forms.formmodel | Apache Cocoon |
|
| CaptchaValidator | A WidgetValidator that relies on a CAPTCHAVersion:$Id: CaptchaValidator. | Class | org.apache.cocoon.forms.validation.impl | Apache Cocoon |
|
| CaptchaValidatorBuilder | Builds a CAPTCHA validator. | Class | org.apache.cocoon.forms.validation.impl | Apache Cocoon |
|
| CaseJXPathBinding | CaseJXPathBinding provides an implementation of a Binding that narrows the context towards provided childbindings. | Class | org.apache.cocoon.forms.binding | Apache Cocoon |
|
| CaseJXPathBindingBuilder | CaseJXPathBindingBuilder provides a helper class for the Factory implemented in JXPathBindingManager that helps construct the | Class | org.apache.cocoon.forms.binding | Apache Cocoon |
|
| CharConvertor | The CharConvertor converts a String to a Character object and viceversa. | Class | org.apache.cocoon.forms.datatype.convertor | Apache Cocoon |
|
| CharConvertorBuilder | The builder for the char default convertor. | Class | org.apache.cocoon.forms.datatype.convertor | Apache Cocoon |
|
| CharType | This datatype is useful when you are binding to a bean which have a char property. | Class | org.apache.cocoon.forms.datatype.typeimpl | Apache Cocoon |
|
| CharTypeBuilder | The builder for the char datatype. | Class | org.apache.cocoon.forms.datatype.typeimpl | Apache Cocoon |
|
| ClassDefinition | A WidgetDefinition which holds a collection of Widgets and which can be instantiated with a NewDefinition. | Class | org.apache.cocoon.forms.formmodel | Apache Cocoon |
|
| ClassDefinitionBuilder | Builds {ClassDefinition}s. | Class | org.apache.cocoon.forms.formmodel | Apache Cocoon |
|
| ClassJXPathBinding | ClassJXPathBinding provides an implementation of a Binding which allows the specification of a class of reusable bindings. | Class | org.apache.cocoon.forms.binding | Apache Cocoon |
|
| ClassJXPathBindingBuilder | ClassJXPathBindingBuilder provides a helper class for the Factory implemented in JXPathBindingManager that helps construct the | Class | org.apache.cocoon.forms.binding | Apache Cocoon |
|
| CombiningMap | A read-only implementation of Map that combines several other maps. | Class | org.apache.cocoon.forms.util | Apache Cocoon |
|
| ComposedJXPathBindingBase | ComposedJXPathBindingBase provides a helper base class for subclassing into specific JXPathBindingBase implementations that have nested | Class | org.apache.cocoon.forms.binding | Apache Cocoon |
|
| Constants | | Class | org.apache.cocoon.forms | Apache Cocoon |
|
| Contact | Contact belongs to the Form2Bean demo. | Class | org.apache.cocoon.forms.samples | Apache Cocoon |
|
| ContainerDefinition | Interface to be implemented by WidgetDefinitions for Widgets which contain other widgets. | Interface | org.apache.cocoon.forms.formmodel | Apache Cocoon |
|
| ContainerWidget | Interface to be implemented by Widgets which contain other widgets. | Interface | org.apache.cocoon.forms.formmodel | Apache Cocoon |
|
| ContainerWidgetAsMap | A Map view of a container widget, keys being children names and values either maps (for container children), objects (for terminal children) or lists (for repeaters). | Class | org.apache.cocoon.forms.util | Apache Cocoon |
|
| ContextJXPathBinding | ContextJXPathBinding provides an implementation of a Binding that narrows the binding scope to some xpath-context on the target | Class | org.apache.cocoon.forms.binding | Apache Cocoon |
|
| ContextJXPathBindingBuilder | ContextJXPathBindingBuilder provides a helper class for the Factory implemented in JXPathBindingManager that helps construct the | Class | org.apache.cocoon.forms.binding | Apache Cocoon |
|
| ConversionResult | Object returned as result of Convertor. | Class | org.apache.cocoon.forms.datatype.convertor | Apache Cocoon |
|
| Convertor | The purpose of a Convertor is to convert between Object and String representations of the same thing. | Interface | org.apache.cocoon.forms.datatype.convertor | Apache Cocoon |
|
| Convertor .FormatCache | | Interface | org.apache.cocoon.forms.datatype.convertor.Convertor | Apache Cocoon |
|
| ConvertorBuilder | Interface to be implemented by components that can build a Convertor based on a XML configuration (supplied as DOM Element). | Interface | org.apache.cocoon.forms.datatype.convertor | Apache Cocoon |
|
| CreateEvent | An event raised when a widget is created, once it has been fully set up. | Class | org.apache.cocoon.forms.event | Apache Cocoon |
|
| CreateListener | Listeners for CreateEventsVersion:$Id: CreateListener. | Interface | org.apache.cocoon.forms.event | Apache Cocoon |
|
| CustomBirthDateValidator | Example of a custom validator. | Class | org.apache.cocoon.forms.samples | Apache Cocoon |
|
| CustomJXPathBinding | Fields inherited from class org. | Class | org.apache.cocoon.forms.binding | Apache Cocoon |
|
| CustomJXPathBindingBuilder | CustomJXPathBindingBuilder provides a helper class for the Factory implemented in JXPathBindingManager that helps construct the | Class | org.apache.cocoon.forms.binding | Apache Cocoon |
|
| CustomValueWrapBinding | CustomValueWrapBindingConstructor SummaryCustomValueWrapBinding() | Class | org.apache.cocoon.forms.samples.bindings | Apache Cocoon |
|
| Datatype | A Datatype encapsulates the functionality for working with specific kinds of data like integers, decimals or dates. | Interface | org.apache.cocoon.forms.datatype | Apache Cocoon |
|
| DatatypeBuilder | These builders should be threadsafe, only one instance of them will be created. | Interface | org.apache.cocoon.forms.datatype | Apache Cocoon |
|
| DatatypeManager | Work interface for the component that manages the datatypes. | Interface | org.apache.cocoon.forms.datatype | Apache Cocoon |
|
| DataWidget | | Interface | org.apache.cocoon.forms.formmodel | Apache Cocoon |
|
| DateTestJavaSelectionList | Fields inherited from class org. | Class | org.apache.cocoon.forms.samples | Apache Cocoon |
|
| DateType | A Datatype implementation for java. | Class | org.apache.cocoon.forms.datatype.typeimpl | Apache Cocoon |
|
| DateTypeBuilder | | Class | org.apache.cocoon.forms.datatype.typeimpl | Apache Cocoon |
|
| DateWrapper | DateWrapper is a specific sample test-class to demo the aggregate-binding. | Class | org.apache.cocoon.forms.samples.bindings | Apache Cocoon |
|
| DecimalType | A Datatype implementation for decimal numbers (backed by the java. | Class | org.apache.cocoon.forms.datatype.typeimpl | Apache Cocoon |
|
| DecimalTypeBuilder | Builds DecimalTypes. | Class | org.apache.cocoon.forms.datatype.typeimpl | Apache Cocoon |
|
| DefaultCacheManager | Component implementing the CacheManager role. | Class | org.apache.cocoon.forms | Apache Cocoon |
|
| DefaultDatatypeManager | It supports an extensible number of datatype and validation rule implementations by delegating the creation of them to DatatypeBuilders and ValidationRuleBuilders. | Class | org.apache.cocoon.forms.datatype | Apache Cocoon |
|
| DefaultExpressionManager | Custom functions can be added using configuration elements: | Class | org.apache.cocoon.forms.expression | Apache Cocoon | |
|
| DefaultFormatCache | | Class | org.apache.cocoon.forms.datatype.convertor | Apache Cocoon |
|
| DefaultFormManager | Component implementing the FormManager role. | Class | org.apache.cocoon.forms | Apache Cocoon |
|
| DefaultSelectionListBuilder | Builds SelectionLists from an XML description or an URL. | Class | org.apache.cocoon.forms.datatype | Apache Cocoon |
|
| DefaultTreeModel | A default tree model, implemented with DefaultTreeModel. | Class | org.apache.cocoon.forms.formmodel.tree | Apache Cocoon |
|
| DefaultTreeModel .DefaultTreeNode | Constructor SummaryDefaultTreeModel. | Class | org.apache.cocoon.forms.formmodel.tree.DefaultTreeModel | Apache Cocoon |
|
| DefaultTreeModel .Sample | The classical Swing sample tree model, that can be used for demonstration purposes. | Class | org.apache.cocoon.forms.formmodel.tree.DefaultTreeModel | Apache Cocoon |
|
| DefaultTreeModel .TreeNode | | Interface | org.apache.cocoon.forms.formmodel.tree.DefaultTreeModel | Apache Cocoon |
|
| DeferredValueChangedEvent | A ValueChangedEvent that defers getting the new value from the widget until it's actually requested. | Class | org.apache.cocoon.forms.event | Apache Cocoon |
|
| DeleteNodeJXPathBinding | DeleteNodeJXPathBinding provides an implementation of a Binding that deletes the current context-bean from the target | Class | org.apache.cocoon.forms.binding | Apache Cocoon |
|
| DeleteNodeJXPathBindingBuilder | DeleteNodeJXPathBindingBuilder provides a helper class for the Factory implemented in JXPathBindingManager that helps construct the | Class | org.apache.cocoon.forms.binding | Apache Cocoon |
|
| DomHelper | Helper class to create and retrieve information from DOM-trees. | Class | org.apache.cocoon.forms.util | Apache Cocoon |
|
| DoubleType | A Datatype implementation for double numbers (backed by the java. | Class | org.apache.cocoon.forms.datatype.typeimpl | Apache Cocoon |
|
| DoubleTypeBuilder | | Class | org.apache.cocoon.forms.datatype.typeimpl | Apache Cocoon |
|
| DummyStringConvertor | Convertor that converts between strings and strings, in other words,Version:$Id: DummyStringConvertor. | Class | org.apache.cocoon.forms.datatype.convertor | Apache Cocoon |
|
| DummyStringConvertorBuilder | Builds DummyStringConvertors. | Class | org.apache.cocoon.forms.datatype.convertor | Apache Cocoon |
|
| DuplicateIdException | This exception is thrown by WidgetDefinitions that contain other WidgetDefinitions, such as the FormDefinition or the RepeaterDefinition, in case | Class | org.apache.cocoon.forms.formmodel | Apache Cocoon |
|
| DynamicSelectionList | SelectionList implementation that always reads its content from the source each time it is requested. | Class | org.apache.cocoon.forms.datatype | Apache Cocoon |
|
| EffectPipe | Base class for XMLPipe's. | Class | org.apache.cocoon.forms.transformation | Apache Cocoon |
|
| EffectPipe .Handler | Handler interface. | Interface | org.apache.cocoon.forms.transformation.EffectPipe | Apache Cocoon |
|
| EffectWidgetReplacingPipe | The basic operation of this Pipe is that it replaces ft:widget (in the FormsConstants. | Class | org.apache.cocoon.forms.transformation | Apache Cocoon |
|
| EmailValidationRule | ValidationRule that checks that a string is an email address. | Class | org.apache.cocoon.forms.datatype.validationruleimpl | Apache Cocoon |
|
| EmailValidationRuleBuilder | Builds EmailValidationRules. | Class | org.apache.cocoon.forms.datatype.validationruleimpl | Apache Cocoon |
|
| EmailValidatorBuilder | Adapter for EmailValidationRuleBuilderVersion:$Id: EmailValidatorBuilder. | Class | org.apache.cocoon.forms.validation.impl | Apache Cocoon |
|
| EmptySelectionList | | Class | org.apache.cocoon.forms.datatype | Apache Cocoon |
|
| EnhancedRepeater | Nested Class SummaryNested classes/interfaces inherited from class org. | Class | org.apache.cocoon.forms.formmodel | Apache Cocoon |
|
| EnhancedRepeaterJXPathBinding | Fields inherited from class org. | Class | org.apache.cocoon.forms.binding | Apache Cocoon |
|
| EnumConvertor | implementation for types implementing Joshua Bloch's typesafe enum pattern. | Class | org.apache.cocoon.forms.datatype.convertor | Apache Cocoon |
|
| EnumConvertorBuilder | Builds EnumConvertors. | Class | org.apache.cocoon.forms.datatype.convertor | Apache Cocoon |
|
| EnumSelectionList | This type of selection list outputs a list of items corresponding to the possible instances of an EnumType. | Class | org.apache.cocoon.forms.datatype | Apache Cocoon |
|
| EnumSelectionListBuilder | Description of EnumSelectionListBuilder. | Class | org.apache.cocoon.forms.datatype | Apache Cocoon |
|
| EnumType | A Datatype implementation for types implementing Joshua Bloch's | Class | org.apache.cocoon.forms.datatype.typeimpl | Apache Cocoon |
|
| EnumTypeBuilder | | Class | org.apache.cocoon.forms.datatype.typeimpl | Apache Cocoon |
|
| ExpandDefinitionBuilder | Builds definitions by using library definitions. | Class | org.apache.cocoon.forms.formmodel | Apache Cocoon |
|
| ExpandJXPathBindingBuilder | | Class | org.apache.cocoon.forms.binding | Apache Cocoon |
|
| ExpressionContextImpl | expressions by xReporter expression interpreter. | Class | org.apache.cocoon.forms.formmodel | Apache Cocoon |
|
| ExpressionManager | Work interface for the component that creates Expression objects. | Interface | org.apache.cocoon.forms.expression | Apache Cocoon |
|
| Field | A general-purpose Widget that can hold one value. | Class | org.apache.cocoon.forms.formmodel | Apache Cocoon |
|
| FieldDefinition | The WidgetDefinition part of a Field widget, see Field for more information. | Class | org.apache.cocoon.forms.formmodel | Apache Cocoon |
|
| FieldDefinitionBuilder | Builds FieldDefinitions. | Class | org.apache.cocoon.forms.formmodel | Apache Cocoon |
|
| FilterableSelectionList | Extension of SelectionList that can be filtered. | Interface | org.apache.cocoon.forms.datatype | Apache Cocoon |
|
| FloatType | A Datatype implementation for float numbers (backed by the java. | Class | org.apache.cocoon.forms.datatype.typeimpl | Apache Cocoon |
|
| FloatTypeBuilder | | Class | org.apache.cocoon.forms.datatype.typeimpl | Apache Cocoon |
|
| FlowJXPathSelectionList | A selection list that takes its values from the flow page data. | Class | org.apache.cocoon.forms.datatype | Apache Cocoon |
|
| FlowJXPathSelectionListBuilder | Builds a selection list that will take its values from the flow page data. | Class | org.apache.cocoon.forms.datatype | Apache Cocoon |
|
| FOM_SimpleCocoon | A simplified javascript cocoon object to use when using javaflow. | Class | org.apache.cocoon.forms.util | Apache Cocoon |
|
| Form | cforms flowscript integration helper class. | Class | org.apache.cocoon.forms.flow.javascript | Apache Cocoon |
|
| Form | A widget that serves as a container for other widgets, the top-level widget in a form description file. | Class | org.apache.cocoon.forms.formmodel | Apache Cocoon |
|
| Form1Handler | Example FormHandler for the Form1 sample form. | Class | org.apache.cocoon.forms.samples | Apache Cocoon |
|
| Form2Bean | Sample bean used in the form2 binding demo. | Class | org.apache.cocoon.forms.samples | Apache Cocoon |
|
| FormattingDateConvertor | A Convertor for Date objects backed by the SimpleDateFormat class. | Class | org.apache.cocoon.forms.datatype.convertor | Apache Cocoon |
|
| FormattingDateConvertorBuilder | Builds FormattingDateConvertors. | Class | org.apache.cocoon.forms.datatype.convertor | Apache Cocoon |
|
| FormattingDecimalConvertor | A Convertor for BigDecimals backed by the DecimalFormat class. | Class | org.apache.cocoon.forms.datatype.convertor | Apache Cocoon |
|
| FormattingDecimalConvertorBuilder | Builds FormattingDecimalConvertors. | Class | org.apache.cocoon.forms.datatype.convertor | Apache Cocoon |
|
| FormattingDoubleConvertor | A Convertor for Doubles backed by the DecimalFormat class. | Class | org.apache.cocoon.forms.datatype.convertor | Apache Cocoon |
|
| FormattingDoubleConvertorBuilder | Builds FormattingDoubleConvertors. | Class | org.apache.cocoon.forms.datatype.convertor | Apache Cocoon |
|
| FormattingFloatConvertor | A Convertor for Floats backed by the DecimalFormat class. | Class | org.apache.cocoon.forms.datatype.convertor | Apache Cocoon |
|
| FormattingFloatConvertorBuilder | Builds FormattingFloatConvertors. | Class | org.apache.cocoon.forms.datatype.convertor | Apache Cocoon |
|
| FormattingIntegerConvertor | A Convertor for Integers backed by the DecimalFormat class. | Class | org.apache.cocoon.forms.datatype.convertor | Apache Cocoon |
|
| FormattingIntegerConvertorBuilder | Builds FormattingIntegerConvertors. | Class | org.apache.cocoon.forms.datatype.convertor | Apache Cocoon |
|
| FormattingLongConvertor | A Convertor for Longs backed by the DecimalFormat class. | Class | org.apache.cocoon.forms.datatype.convertor | Apache Cocoon |
|
| FormattingLongConvertorBuilder | Builds FormattingLongConvertors. | Class | org.apache.cocoon.forms.datatype.convertor | Apache Cocoon |
|
| FormContext | | Class | org.apache.cocoon.forms | Apache Cocoon |
|
| FormDefinition | The WidgetDefinition part of a Form widget, see Form for more information. | Class | org.apache.cocoon.forms.formmodel | Apache Cocoon |
|
| FormDefinitionBuilder | Builds FormDefinitions. | Class | org.apache.cocoon.forms.formmodel | Apache Cocoon |
|
| FormHandler | A FormHandler can be registered with a Form, and will then receive all events fired by widgets on the form. | Interface | org.apache.cocoon.forms.event | Apache Cocoon |
|
| FormInstance | | Class | org.apache.cocoon.forms.flow.java | Apache Cocoon |
|
| FormManager | Work interface for the component that can create Forms. | Interface | org.apache.cocoon.forms | Apache Cocoon |
|
| FormsConstants | Various constants used in the Cocoon Forms framework. | Class | org.apache.cocoon.forms | Apache Cocoon |
|
| FormsException | An exception raised when an error occurs during form handling. | Class | org.apache.cocoon.forms | Apache Cocoon |
|
| FormsGenerator | A generator that streams an XML representation of a Form. | Class | org.apache.cocoon.forms.generation | Apache Cocoon |
|
| FormsPipelineConfig | | Class | org.apache.cocoon.forms.transformation | Apache Cocoon |
|
| FormsPipelineConfig .FormsVariables | Constructor SummaryFormsPipelineConfig. | Class | org.apache.cocoon.forms.transformation.FormsPipelineConfig | Apache Cocoon |
|
| FormsRuntimeException | An exception raised when some runtime error occurs in form handling. | Class | org.apache.cocoon.forms | Apache Cocoon |
|
| FormsTemplateTransformer | See description of EffectWidgetReplacingPipe. | Class | org.apache.cocoon.forms.transformation | Apache Cocoon |
|
| GoogleMap | | Class | org.apache.cocoon.forms.formmodel | Apache Cocoon |
|
| GoogleMapDefinition | The WidgetDefinition part of a GoogleMap widget, see GoogleMap for more information. | Class | org.apache.cocoon.forms.formmodel | Apache Cocoon |
|
| GoogleMapDefinitionBuilder | Builds GoogleMapDefinitions. | Class | org.apache.cocoon.forms.formmodel | Apache Cocoon |
|
| GoogleMapMarker | | Class | org.apache.cocoon.forms.formmodel | Apache Cocoon |
|
| GoogleMapValue | | Class | org.apache.cocoon.forms.formmodel | Apache Cocoon |
|
| Group | A container Widget which can hold zero or more child widgets. | Class | org.apache.cocoon.forms.formmodel | Apache Cocoon |
|
| GroupDefinition | The WidgetDefinition corresponding to a Group widget. | Class | org.apache.cocoon.forms.formmodel | Apache Cocoon |
|
| GroupDefinitionBuilder | Builds {GroupDefinition}s. | Class | org.apache.cocoon.forms.formmodel | Apache Cocoon |
|
| GroupJXPathBinding | GroupJXPathBinding provides an implementation of a Binding that narrows the context towards provided childbindings. | Class | org.apache.cocoon.forms.binding | Apache Cocoon |
|
| GroupJXPathBindingBuilder | GroupJXPathBindingBuilder provides a helper class for the Factory implemented in JXPathBindingManager that helps construct the | Class | org.apache.cocoon.forms.binding | Apache Cocoon |
|
| HandleFormSubmitAction | An action that will create a form instance, let it handle the current request (and do validation), and will return not-null if validation was successfully or null when | Class | org.apache.cocoon.forms.acting | Apache Cocoon |
|
| HtmlCleaningConvertor | A CForms convertor doing string-to-string conversion by utilizing the Daisy HtmlCleaner component. | Class | org.apache.cocoon.forms.datatype.convertor | Apache Cocoon |
|
| HtmlCleaningConvertorBuilder | Builds HtmlCleaningConvertors. | Class | org.apache.cocoon.forms.datatype.convertor | Apache Cocoon |
|
| I18nMessage | A XMLizable implementation that will produce SAX events for the I18nTransformer in its toSAX method, based on the information | Class | org.apache.cocoon.forms.util | Apache Cocoon |
|
| Icu4jDateConvertor | A Convertor for Date objects backed by ICU4J's SimpleDateFormat class. | Class | org.apache.cocoon.forms.datatype.convertor | Apache Cocoon |
|
| Icu4jDateConvertorBuilder | Builds Icu4jDateConvertors. | Class | org.apache.cocoon.forms.datatype.convertor | Apache Cocoon |
|
| ImageMap | A server-side map widget. | Class | org.apache.cocoon.forms.formmodel | Apache Cocoon |
|
| ImageMapDefinition | The WidgetDefinition part of an ImageMap widget, see ImageMap for more information. | Class | org.apache.cocoon.forms.formmodel | Apache Cocoon |
|
| ImageMapDefinitionBuilder | Builds ImageMapDefinitions. | Class | org.apache.cocoon.forms.formmodel | Apache Cocoon |
|
| ImageMapEvent | Currently this event originates from a ImageMapSee Also:Serialized Form | Class | org.apache.cocoon.forms.event | Apache Cocoon |
|
| ImportDefinitionBuilder | | Class | org.apache.cocoon.forms.formmodel | Apache Cocoon |
|
| ImportJXPathBinding | Dummy class cause binding doesn't accept null results from binding buildersVersion:$Id: ImportJXPathBinding. | Class | org.apache.cocoon.forms.binding | Apache Cocoon |
|
| ImportJXPathBindingBuilder | Handles binding library importsVersion:$Id: ImportJXPathBindingBuilder. | Class | org.apache.cocoon.forms.binding | Apache Cocoon |
|
| IncompletenessException | | Class | org.apache.cocoon.forms.formmodel | Apache Cocoon |
|
| InitForm1Action | An action that creates an instance of a specific example form included with Cocoon Forms, and adds some rows to its repeater widget. | Class | org.apache.cocoon.forms.samples | Apache Cocoon |
|
| InsertBeanJXPathBinding | InsertBeanJXPathBinding provides an implementation of a Binding that inserts a new instance of the specified bean (classname) or a new instance | Class | org.apache.cocoon.forms.binding | Apache Cocoon |
|
| InsertBeanJXPathBindingBuilder | InsertBeanJXPathBindingBuilder provides a helper class for the Factory implemented in JXPathBindingManager that helps construct the | Class | org.apache.cocoon.forms.binding | Apache Cocoon |
|
| InsertNodeJXPathBinding | InsertNodeJXPathBinding provides an implementation of a Binding that inserts a clone of some 'template document-fragment' into the target | Class | org.apache.cocoon.forms.binding | Apache Cocoon |
|
| InsertNodeJXPathBindingBuilder | InsertNodeJXPathBindingBuilder provides a helper class for the Factory implemented in JXPathBindingManager that helps construct the | Class | org.apache.cocoon.forms.binding | Apache Cocoon |
|
| IntegerType | A Datatype implementationVersion:$Id: IntegerType. | Class | org.apache.cocoon.forms.datatype.typeimpl | Apache Cocoon |
|
| IntegerTypeBuilder | Builds IntegerTypes. | Class | org.apache.cocoon.forms.datatype.typeimpl | Apache Cocoon |
|
| IsNullFunction | Returns true if argument is null. | Class | org.apache.cocoon.forms.expression | Apache Cocoon |
|
| JavaAlgorithmBuilder | Builder for user custom CalculatedFieldAlgorithms. | Class | org.apache.cocoon.forms.formmodel.algorithms | Apache Cocoon |
|
| JavaClassValidatorBuilder | A WidgetValidatorBuilder that creates java classes. | Class | org.apache.cocoon.forms.validation.impl | Apache Cocoon |
|
| JavaClassWidgetListenerBuilder | A WidgetListenerBuilder that creates java classes. | Class | org.apache.cocoon.forms.event.impl | Apache Cocoon |
|
| JavaScript | Javascript calculated field algorithm. | Class | org.apache.cocoon.forms.formmodel.algorithms | Apache Cocoon |
|
| JavaScriptBuilder | Javascript based calculated field algorithm builder. | Class | org.apache.cocoon.forms.formmodel.algorithms | Apache Cocoon |
|
| JavaScriptHelper | Helper methods to use JavaScript in various locations of the Cocoon Forms configuration files such as event listeners and bindings. | Class | org.apache.cocoon.forms.util | Apache Cocoon |
|
| JavaScriptJXPathBinding | | Class | org.apache.cocoon.forms.binding | Apache Cocoon |
|
| JavaScriptJXPathBindingBuilder | Builds a Binding based on two JavaScript snippets, respectively for loading and saving the form. | Class | org.apache.cocoon.forms.binding | Apache Cocoon |
|
| JavaScriptSelectionList | A FilterableSelectionList based on a JavaScript snippet. | Class | org.apache.cocoon.forms.datatype | Apache Cocoon |
|
| JavaScriptSelectionListBuilder | Builds a selection list that will take its values from a JavaScript snippet. | Class | org.apache.cocoon.forms.datatype | Apache Cocoon |
|
| JavaScriptValidator | A WidgetValidator implemented as a JavaScript snippet. | Class | org.apache.cocoon.forms.validation.impl | Apache Cocoon |
|
| JavaScriptValidatorBuilder | Builds a JavaScript validator. | Class | org.apache.cocoon.forms.validation.impl | Apache Cocoon |
|
| JavaScriptWidgetListener | Listeners built by JavaScriptWidgetListenerBuilderVersion:$Id: JavaScriptWidgetListener. | Class | org.apache.cocoon.forms.event.impl | Apache Cocoon |
|
| JavaScriptWidgetListener .JSActionListener | Nested Class SummaryNested classes/interfaces inherited from class org. | Class | org.apache.cocoon.forms.event.impl.JavaScriptWidgetListener | Apache Cocoon |
|
| JavaScriptWidgetListener .JSCreateListener | Nested Class SummaryNested classes/interfaces inherited from class org. | Class | org.apache.cocoon.forms.event.impl.JavaScriptWidgetListener | Apache Cocoon |
|
| JavaScriptWidgetListener .JSProcessingPhaseListener | Nested Class SummaryNested classes/interfaces inherited from class org. | Class | org.apache.cocoon.forms.event.impl.JavaScriptWidgetListener | Apache Cocoon |
|
| JavaScriptWidgetListener .JSRepeaterListener | Nested Class SummaryNested classes/interfaces inherited from class org. | Class | org.apache.cocoon.forms.event.impl.JavaScriptWidgetListener | Apache Cocoon |
|
| JavaScriptWidgetListener .JSTreeSelectionListener | Nested Class SummaryNested classes/interfaces inherited from class org. | Class | org.apache.cocoon.forms.event.impl.JavaScriptWidgetListener | Apache Cocoon |
|
| JavaScriptWidgetListener .JSValueChangedListener | Nested Class SummaryNested classes/interfaces inherited from class org. | Class | org.apache.cocoon.forms.event.impl.JavaScriptWidgetListener | Apache Cocoon |
|
| JavaScriptWidgetListenerBuilder | Builds a WidgetListener based on a JavaScript snippet. | Class | org.apache.cocoon.forms.event.impl | Apache Cocoon |
|
| JavaSelectionList | A selection list that takes its values from the custom java class itself. | Interface | org.apache.cocoon.forms.datatype | Apache Cocoon |
|
| JavaSelectionListBuilder | Builds SelectionLists from a JavaSelectionList classVersion:$Id: JavaSelectionListBuilder. | Class | org.apache.cocoon.forms.datatype | Apache Cocoon |
|
| JavaTreeModelDefinition | A TreeModelDefinition based on an Java class implementing TreeModel. | Class | org.apache.cocoon.forms.formmodel.tree | Apache Cocoon |
|
| JavaTreeModelDefinitionBuilder | Builds a TreeModelDefinition based on an arbitrary Java class. | Class | org.apache.cocoon.forms.formmodel.tree.builder | Apache Cocoon |
|
| JXMacrosHelper | Helper class for the implementation of the CForms template language with JXTemplate macros. | Class | org.apache.cocoon.forms.generation | Apache Cocoon |
|
| JXPathBindingBase | Provides a base class for hooking up Binding implementations that use theVersion:$Id: JXPathBindingBase. | Class | org.apache.cocoon.forms.binding | Apache Cocoon |
|
| JXPathBindingBuilderBase | Abstract base class enabling logging and supporting the interpretation of common configuration settings on all specific implementations of | Class | org.apache.cocoon.forms.binding | Apache Cocoon |
|
| JXPathBindingBuilderBase .CommonAttributes | CommonAttributes is a simple helper class for holding the distinct data member fields indicating the activity of the separate load and save | Class | org.apache.cocoon.forms.binding.JXPathBindingBuilderBase | Apache Cocoon |
|
| JXPathBindingManager | JXPathBindingManager provides an implementation of BindingManagerbyVersion:$Id: JXPathBindingManager. | Class | org.apache.cocoon.forms.binding | Apache Cocoon |
|
| LengthValidationRule | Checks the length of a String. | Class | org.apache.cocoon.forms.datatype.validationruleimpl | Apache Cocoon |
|
| LengthValidationRuleBuilder | Builds LengthValidationRules. | Class | org.apache.cocoon.forms.datatype.validationruleimpl | Apache Cocoon |
|
| LengthValidatorBuilder | Adapter for LengthValidationRuleBuilderVersion:$Id: LengthValidatorBuilder. | Class | org.apache.cocoon.forms.validation.impl | Apache Cocoon |
|
| LenientBaseBean | | Class | org.apache.cocoon.forms.samples.bindings | Apache Cocoon |
|
| LenientNotOKBean | | Class | org.apache.cocoon.forms.samples.bindings | Apache Cocoon |
|
| LenientOKBean | | Class | org.apache.cocoon.forms.samples.bindings | Apache Cocoon |
|
| Library | Form binding library. | Class | org.apache.cocoon.forms.binding.library | Apache Cocoon |
|
| Library | | Class | org.apache.cocoon.forms.formmodel.library | Apache Cocoon |
|
| LibraryException | This exception is thrown when something specific to the library system goes wrong. | Class | org.apache.cocoon.forms.binding.library | Apache Cocoon |
|
| LibraryException | This exception is thrown when something specific to the library system goes wrong. | Class | org.apache.cocoon.forms.formmodel.library | Apache Cocoon |
|
| LibraryManager | The work interface for the LibraryManager, the class that manages all used form binding library definitions so they can be shared | Interface | org.apache.cocoon.forms.binding.library | Apache Cocoon |
|
| LibraryManager | The work interface for the LibraryManager, the class that manages all used form model library definitions so they can be shared | Interface | org.apache.cocoon.forms.formmodel.library | Apache Cocoon |
|
| LibraryManagerImpl | | Class | org.apache.cocoon.forms.binding.library | Apache Cocoon |
|
| LibraryManagerImpl | | Class | org.apache.cocoon.forms.formmodel.library | Apache Cocoon |
|
| LocaleMap | Map using Locale objects as keys. | Class | org.apache.cocoon.forms.datatype.convertor | Apache Cocoon |
|
| LongType | A Datatype implementationVersion:$Id: LongType. | Class | org.apache.cocoon.forms.datatype.typeimpl | Apache Cocoon |
|
| LongTypeBuilder | | Class | org.apache.cocoon.forms.datatype.typeimpl | Apache Cocoon |
|
| MakeFormAction | An action that creates a new form instance and stores it in a request attribute. | Class | org.apache.cocoon.forms.acting | Apache Cocoon |
|
| Manager | | Class | org.apache.cocoon.forms.samples.dreamteam | Apache Cocoon |
|
| Messages | A widget to output one or messages. | Class | org.apache.cocoon.forms.formmodel | Apache Cocoon |
|
| MessagesDefinition | The WidgetDefinition part of a Messages widget, see Messages for more information. | Class | org.apache.cocoon.forms.formmodel | Apache Cocoon |
|
| MessagesDefinitionBuilder | Builds MessagesDefinitions. | Class | org.apache.cocoon.forms.formmodel | Apache Cocoon |
|
| MillisDateConvertor | A Convertor for Date objects which uses the number of milliseconds since January 1, 1970, 00:00:00 GMT as string representation. | Class | org.apache.cocoon.forms.datatype.convertor | Apache Cocoon |
|
| MillisDateConvertorBuilder | Builds MillisDateConvertors. | Class | org.apache.cocoon.forms.datatype.convertor | Apache Cocoon |
|
| Mod10ValidationRule | Performs the so called mod 10 algorithm to check the validity of credit card numbers In addition to this, the credit card number can be further validated by its length | Class | org.apache.cocoon.forms.datatype.validationruleimpl | Apache Cocoon |
|
| Mod10ValidationRuleBuilder | Builds Mod10ValidationRules. | Class | org.apache.cocoon.forms.datatype.validationruleimpl | Apache Cocoon |
|
| Mod10ValidatorBuilder | Adapter for Mod10ValidationRuleBuilderVersion:$Id: Mod10ValidatorBuilder. | Class | org.apache.cocoon.forms.validation.impl | Apache Cocoon |
|
| MultiValueField | A MultiValueField is mostly the same as a normal Field, but can hold multiple values. | Class | org.apache.cocoon.forms.formmodel | Apache Cocoon |
|
| MultiValueFieldDefinition | The WidgetDefinition part of a MultiValueField widget, see MultiValueField for more information. | Class | org.apache.cocoon.forms.formmodel | Apache Cocoon |
|
| MultiValueFieldDefinitionBuilder | Builds MultiValueFieldDefinitions. | Class | org.apache.cocoon.forms.formmodel | Apache Cocoon |
|
| MultiValueJXPathBinding | Simple binding for multi fields: on save, first deletes the target data before recreating it from scratch. | Class | org.apache.cocoon.forms.binding | Apache Cocoon |
|
| MultiValueJXPathBindingBuilder | A simple multi field binding that will replace (i. | Class | org.apache.cocoon.forms.binding | Apache Cocoon |
|
| NewDefinition | This is the WidgetDefinition which is used to instantiate a ClassDefinition. | Class | org.apache.cocoon.forms.formmodel | Apache Cocoon |
|
| NewDefinitionBuilder | Builds {NewDefinition}s. | Class | org.apache.cocoon.forms.formmodel | Apache Cocoon |
|
| NewJXPathBinding | NewJXPathBinding provides an implementation of a Binding that references a class of bindings. | Class | org.apache.cocoon.forms.binding | Apache Cocoon |
|
| NewJXPathBindingBuilder | NewJXPathBindingBuilder provides a helper class for the Factory implemented in JXPathBindingManager that helps construct the | Class | org.apache.cocoon.forms.binding | Apache Cocoon |
|
| NullFunction | Returns null constant. | Class | org.apache.cocoon.forms.expression | Apache Cocoon |
|
| Output | An Output widget can be used to show a non-editable value to the user. | Class | org.apache.cocoon.forms.formmodel | Apache Cocoon |
|
| OutputDefinition | The WidgetDefinition part of a Output widget. | Class | org.apache.cocoon.forms.formmodel | Apache Cocoon |
|
| OutputDefinitionBuilder | Builds OutputDefinitions. | Class | org.apache.cocoon.forms.formmodel | Apache Cocoon |
|
| PlainBooleanConvertor | Convertor for java. | Class | org.apache.cocoon.forms.datatype.convertor | Apache Cocoon |
|
| PlainBooleanConvertorBuilder | Builds {PlainBooleanConvertor}s. | Class | org.apache.cocoon.forms.datatype.convertor | Apache Cocoon |
|
| PlainDecimalConvertor | Convertor for BigDecimals that does not do any (locale-dependent) formatting. | Class | org.apache.cocoon.forms.datatype.convertor | Apache Cocoon |
|
| PlainDecimalConvertorBuilder | | Class | org.apache.cocoon.forms.datatype.convertor | Apache Cocoon |
|
| PlainDoubleConvertor | Convertor for java. | Class | org.apache.cocoon.forms.datatype.convertor | Apache Cocoon |
|
| PlainDoubleConvertorBuilder | | Class | org.apache.cocoon.forms.datatype.convertor | Apache Cocoon |
|
| PlainFloatConvertor | Convertor for Floats that does not do any (locale-dependent)Version:$Id: PlainFloatConvertor. | Class | org.apache.cocoon.forms.datatype.convertor | Apache Cocoon |
|
| PlainFloatConvertorBuilder | | Class | org.apache.cocoon.forms.datatype.convertor | Apache Cocoon |
|
| PlainIntegerConvertor | Convertor for java. | Class | org.apache.cocoon.forms.datatype.convertor | Apache Cocoon |
|
| PlainIntegerConvertorBuilder | Builds PlainIntegerConvertors. | Class | org.apache.cocoon.forms.datatype.convertor | Apache Cocoon |
|
| PlainLongConvertor | Convertor for java. | Class | org.apache.cocoon.forms.datatype.convertor | Apache Cocoon |
|
| PlainLongConvertorBuilder | Builds PlainLongConvertors. | Class | org.apache.cocoon.forms.datatype.convertor | Apache Cocoon |
|
| PreferredContact | Test apache enum class. | Class | org.apache.cocoon.forms.samples | Apache Cocoon |
|
| ProcessingPhase | Type-safe enumeration of the various form processing phases. | Class | org.apache.cocoon.forms.event | Apache Cocoon |
|
| ProcessingPhaseEvent | Event raised when a form processing phase is finished. | Class | org.apache.cocoon.forms.event | Apache Cocoon |
|
| ProcessingPhaseListener | Listener invoked when a form processing phase ends. | Interface | org.apache.cocoon.forms.event | Apache Cocoon |
|
| RangeValidationRule | Checks numeric ranges. | Class | org.apache.cocoon.forms.datatype.validationruleimpl | Apache Cocoon |
|
| RangeValidationRuleBuilder | Builds RangeValidationRules. | Class | org.apache.cocoon.forms.datatype.validationruleimpl | Apache Cocoon |
|
| RangeValidatorBuilder | Adapter for RangeValidationRuleBuilderVersion:$Id: RangeValidatorBuilder. | Class | org.apache.cocoon.forms.validation.impl | Apache Cocoon |
|
| RegExpValidationRule | Checks that a String matches a regular expression. | Class | org.apache.cocoon.forms.datatype.validationruleimpl | Apache Cocoon |
|
| RegExpValidationRuleBuilder | Builds RegExpValidationRules. | Class | org.apache.cocoon.forms.datatype.validationruleimpl | Apache Cocoon |
|
| RegExpValidatorBuilder | Adapter for RegExpValidationRuleBuilderVersion:$Id: RegExpValidatorBuilder. | Class | org.apache.cocoon.forms.validation.impl | Apache Cocoon |
|
| RepeatedFormula | An xreporter Expression based algorithm that repeats the formula on a The specified formula will be applied iterating on the specified widgets. | Class | org.apache.cocoon.forms.formmodel.algorithms | Apache Cocoon |
|
| RepeatedFormulaBuilder | Builds a RepeatedFormula The syntax is as follows : | Class | org.apache.cocoon.forms.formmodel.algorithms | Apache Cocoon |
|
| Repeater | A repeater is a widget that repeats a number of other widgets. | Class | org.apache.cocoon.forms.formmodel | Apache Cocoon |
|
| RepeaterAction | An action that acts on a repeater. | Class | org.apache.cocoon.forms.formmodel | Apache Cocoon |
|
| RepeaterActionDefinition | Abstract repeater action. | Class | org.apache.cocoon.forms.formmodel | Apache Cocoon |
|
| RepeaterActionDefinition .AddRowActionDefinition | The definition of a repeater action that adds a row to a sibling repeater. | Class | org.apache.cocoon.forms.formmodel.RepeaterActionDefinition | Apache Cocoon |
|
| RepeaterActionDefinition .ChangePageActionDefinition | Nested Class SummaryNested classes/interfaces inherited from class org. | Class | org.apache.cocoon.forms.formmodel.RepeaterActionDefinition | Apache Cocoon |
|
| RepeaterActionDefinition .DeleteRowsActionDefinition | The definition of a repeater action that deletes the selected rows of a sibling repeater. | Class | org.apache.cocoon.forms.formmodel.RepeaterActionDefinition | Apache Cocoon |
|
| RepeaterActionDefinition .InsertRowsActionDefinition | The definition of a repeater action that insert rows before the selected rows in a sibling repeater, or at the end of the repeater if no row is selected. | Class | org.apache.cocoon.forms.formmodel.RepeaterActionDefinition | Apache Cocoon |
|
| RepeaterActionDefinition .SortActionDefinition | Nested Class SummaryNested classes/interfaces inherited from class org. | Class | org.apache.cocoon.forms.formmodel.RepeaterActionDefinition | Apache Cocoon |
|
| RepeaterActionDefinitionBuilder | Builds a Three actions are defined: | Class | org.apache.cocoon.forms.formmodel | Apache Cocoon |
|
| RepeaterAdapter | | Interface | org.apache.cocoon.forms.binding | Apache Cocoon |
|
| RepeaterAsList | A List view of a Repeater, each element of the list being a Map wrapping a repeater row, as defined by ContainerWidgetAsMap. | Class | org.apache.cocoon.forms.util | Apache Cocoon |
|
| RepeaterDefinition | The WidgetDefinition part of a Repeater widget, see Repeater for more information. | Class | org.apache.cocoon.forms.formmodel | Apache Cocoon |
|
| RepeaterDefinitionBuilder | Builds RepeaterDefinitions. | Class | org.apache.cocoon.forms.formmodel | Apache Cocoon |
|
| RepeaterEvent | An event raised when a repeater widget row is added, removed or reordered. | Class | org.apache.cocoon.forms.event | Apache Cocoon |
|
| RepeaterEventAction | Type-safe enumeration of the various repeater actions that triggers events. | Class | org.apache.cocoon.forms.event | Apache Cocoon |
|
| RepeaterFilter | | Interface | org.apache.cocoon.forms.binding | Apache Cocoon |
|
| RepeaterFilterField | | Class | org.apache.cocoon.forms.formmodel | Apache Cocoon |
|
| RepeaterFilterFieldDefinition | Fields inherited from class org. | Class | org.apache.cocoon.forms.formmodel | Apache Cocoon |
|
| RepeaterFilterFieldDefinitionBuilder | | Class | org.apache.cocoon.forms.formmodel | Apache Cocoon |
|
| RepeaterItem | | Class | org.apache.cocoon.forms.binding | Apache Cocoon |
|
| RepeaterJXPathAdapter | | Class | org.apache.cocoon.forms.binding | Apache Cocoon |
|
| RepeaterJXPathBinding | RepeaterJXPathBinding provides an implementation of a Binding that allows for bidirectional binding of a repeater-widget to/from | Class | org.apache.cocoon.forms.binding | Apache Cocoon |
|
| RepeaterJXPathBindingBuilder | RepeaterJXPathBindingBuilder provides a helper class for the Factory implemented in JXPathBindingManager that helps construct the | Class | org.apache.cocoon.forms.binding | Apache Cocoon |
|
| RepeaterJXPathCollection | elements, obtaining from a RepeaterAdapter all the needed objects. | Class | org.apache.cocoon.forms.binding | Apache Cocoon |
|
| RepeaterListener | Listeners for RepeaterEventsVersion:$Id: RepeaterListener. | Interface | org.apache.cocoon.forms.event | Apache Cocoon |
|
| RepeaterSorter | | Interface | org.apache.cocoon.forms.binding | Apache Cocoon |
|
| RequiredControl | This processing phase listener can be used to dynamically change the required fields in a form. | Class | org.apache.cocoon.forms.event.impl | Apache Cocoon |
|
| RequiredControl .RequiredDescription | | Class | org.apache.cocoon.forms.event.impl.RequiredControl | Apache Cocoon |
|
| RowAction | | Class | org.apache.cocoon.forms.formmodel | Apache Cocoon |
|
| RowAction .MoveDownAction | Nested Class SummaryNested classes/interfaces inherited from class org. | Class | org.apache.cocoon.forms.formmodel.RowAction | Apache Cocoon |
|
| RowAction .MoveUpAction | Nested Class SummaryNested classes/interfaces inherited from class org. | Class | org.apache.cocoon.forms.formmodel.RowAction | Apache Cocoon |
|
| RowActionDefinition | | Class | org.apache.cocoon.forms.formmodel | Apache Cocoon |
|
| RowActionDefinition .AddAfterDefinition | Adds a row after the one containing this action. | Class | org.apache.cocoon.forms.formmodel.RowActionDefinition | Apache Cocoon |
|
| RowActionDefinition .DeleteRowDefinition | Deletes the row containing this action. | Class | org.apache.cocoon.forms.formmodel.RowActionDefinition | Apache Cocoon |
|
| RowActionDefinition .MoveDownDefinition | Moves up the row containing this action. | Class | org.apache.cocoon.forms.formmodel.RowActionDefinition | Apache Cocoon |
|
| RowActionDefinition .MoveUpDefinition | Moves up the row containing this action. | Class | org.apache.cocoon.forms.formmodel.RowActionDefinition | Apache Cocoon |
|
| RowActionDefinitionBuilder | | Class | org.apache.cocoon.forms.formmodel | Apache Cocoon |
|
| ScriptableWidget | | Class | org.apache.cocoon.forms.flow.javascript | Apache Cocoon |
|
| SelectableWidget | A Widget that can have a selection list. | Interface | org.apache.cocoon.forms.formmodel | Apache Cocoon |
|
| SelectionList | Interface to be implemented by selection lists. | Interface | org.apache.cocoon.forms.datatype | Apache Cocoon |
|
| SelectionListBuilder | Builds SelectionLists from an XML description. | Interface | org.apache.cocoon.forms.datatype | Apache Cocoon |
|
| SelectionListFilter | A filter for selection lists, that keeps only those items that start with a given filter value. | Class | org.apache.cocoon.forms.generation | Apache Cocoon |
|
| SetAttributeJXPathBinding | SetAttributeJXPathBinding provides an implementation of a Binding that sets a particular attribute to a fixed value upon save. | Class | org.apache.cocoon.forms.binding | Apache Cocoon |
|
| SetAttributeJXPathBindingBuilder | SetAttributeJXPathBindingBuilder provides a helper class for the Factory implemented in JXPathBindingManager that helps construct the | Class | org.apache.cocoon.forms.binding | Apache Cocoon |
|
| Sex | | Class | org.apache.cocoon.forms.samples | Apache Cocoon |
|
| SimpleFormula | An xreported expression based algorithm. | Class | org.apache.cocoon.forms.formmodel.algorithms | Apache Cocoon |
|
| SimpleFormulaBuilder | Builds a SimpleFormula The syntax is as follows : | Class | org.apache.cocoon.forms.formmodel.algorithms | Apache Cocoon |
|
| SimpleRepeaterJXPathBinding | Simple binding for repeaters: on save, first deletes the target data before recreating it from scratch. | Class | org.apache.cocoon.forms.binding | Apache Cocoon |
|
| SimpleRepeaterJXPathBindingBuilder | A simple repeater binding that will replace (i. | Class | org.apache.cocoon.forms.binding | Apache Cocoon |
|
| SimpleServiceSelector | A very simple ServiceSelector for ThreadSafe services. | Class | org.apache.cocoon.forms.util | Apache Cocoon |
|
| SourceTreeModel | A TreeModel that builds a hierarchy of TraversableSources. | Class | org.apache.cocoon.forms.formmodel.tree | Apache Cocoon |
|
| SourceTreeModelDefinition | Definition for SourceTreeModelVersion:$Id: SourceTreeModelDefinition. | Class | org.apache.cocoon.forms.formmodel.tree | Apache Cocoon |
|
| SourceTreeModelDefinitionBuilder | Builds a SourceTreeModel. | Class | org.apache.cocoon.forms.formmodel.tree.builder | Apache Cocoon |
|
| StaticSelectionList | An implementation of a SelectionList. | Class | org.apache.cocoon.forms.datatype | Apache Cocoon |
|
| StringFunction | Converts argument to the string. | Class | org.apache.cocoon.forms.expression | Apache Cocoon |
|
| StringMessage | A string in an XMLizable form. | Class | org.apache.cocoon.forms.util | Apache Cocoon |
|
| StringType | A Datatype implementationVersion:$Id: StringType. | Class | org.apache.cocoon.forms.datatype.typeimpl | Apache Cocoon |
|
| StringTypeBuilder | | Class | org.apache.cocoon.forms.datatype.typeimpl | Apache Cocoon |
|
| Struct | A container Widget which can hold zero or more child widgets. | Class | org.apache.cocoon.forms.formmodel | Apache Cocoon |
|
| StructDefinition | The WidgetDefinition corresponding to a Struct widget. | Class | org.apache.cocoon.forms.formmodel | Apache Cocoon |
|
| StructDefinitionBuilder | Builds {StructDefinition}s. | Class | org.apache.cocoon.forms.formmodel | Apache Cocoon |
|
| StructJXPathBinding | StructJXPathBinding provides an implementation of a Binding that narrows the context towards provided childbindings. | Class | org.apache.cocoon.forms.binding | Apache Cocoon |
|
| StructJXPathBindingBuilder | StructJXPathBindingBuilder provides a helper class for the Factory implemented in JXPathBindingManager that helps construct the | Class | org.apache.cocoon.forms.binding | Apache Cocoon |
|
| Submit | A submit is an action that exits of the current form. | Class | org.apache.cocoon.forms.formmodel | Apache Cocoon |
|
| SubmitDefinition | Definition for a Submit. | Class | org.apache.cocoon.forms.formmodel | Apache Cocoon |
|
| SubmitDefinitionBuilder | Builds a widget. | Class | org.apache.cocoon.forms.formmodel | Apache Cocoon |
|
| SuggestionListGenerator | A generator for suggestion lists. | Class | org.apache.cocoon.forms.generation | Apache Cocoon |
|
| SumFunction | Sum function. | Class | org.apache.cocoon.forms.expression | Apache Cocoon |
|
| Team | | Class | org.apache.cocoon.forms.samples.dreamteam | Apache Cocoon |
|
| TeamMember | | Class | org.apache.cocoon.forms.samples.dreamteam | Apache Cocoon |
|
| TempRepeaterJXPathBinding | Experimental simple binding for repeaters: on save, first deletes the target data before recreating it from scratch. | Class | org.apache.cocoon.forms.binding | Apache Cocoon |
|
| TempRepeaterJXPathBindingBuilder | An experimental simple repeater binding that will replace (i. | Class | org.apache.cocoon.forms.binding | Apache Cocoon |
|
| Tree | A tree widget, heavily inspired by Swing's JTree. | Class | org.apache.cocoon.forms.formmodel.tree | Apache Cocoon |
|
| Tree .ActionHandler | | Interface | org.apache.cocoon.forms.formmodel.tree.Tree | Apache Cocoon |
|
| TreeDefinition | Definition of a Tree widget. | Class | org.apache.cocoon.forms.formmodel.tree | Apache Cocoon |
|
| TreeDefinitionBuilder | | Class | org.apache.cocoon.forms.formmodel.tree.builder | Apache Cocoon |
|
| TreeModel | Data model for the Tree widget, inspired by Swing's TreeModel, with the difference that child nodes are accessed through keys rather than indices. | Interface | org.apache.cocoon.forms.formmodel.tree | Apache Cocoon |
|
| TreeModelDefinition | Creates TreeModels. | Interface | org.apache.cocoon.forms.formmodel.tree | Apache Cocoon |
|
| TreeModelDefinitionBuilder | Builds TreeModels from an XML description. | Interface | org.apache.cocoon.forms.formmodel.tree.builder | Apache Cocoon |
|
| TreeModelEvent | Event indicating a change on a TreeModel. | Class | org.apache.cocoon.forms.formmodel.tree | Apache Cocoon |
|
| TreeModelHelper | A helper class to ease the implementation of TreeModelsVersion:$Id: TreeModelHelper. | Class | org.apache.cocoon.forms.formmodel.tree | Apache Cocoon |
|
| TreeModelJXPath | Fields inherited from class org. | Class | org.apache.cocoon.forms.binding | Apache Cocoon |
|
| TreeModelJXPathBuilder | | Class | org.apache.cocoon.forms.binding | Apache Cocoon |
|
| TreeModelListener | Listener of changes to a TreeModel. | Interface | org.apache.cocoon.forms.formmodel.tree | Apache Cocoon |
|
| TreePath | A path in a TreeModel. | Class | org.apache.cocoon.forms.formmodel.tree | Apache Cocoon |
|
| TreeSelectionEvent | An event fired when the selection of a Tree changes. | Class | org.apache.cocoon.forms.formmodel.tree | Apache Cocoon |
|
| TreeSelectionListener | Listener for changes in a Tree's selection. | Interface | org.apache.cocoon.forms.formmodel.tree | Apache Cocoon |
|
| TreeWalker | A helper to crawl a tree and quickly access important node-related information. | Class | org.apache.cocoon.forms.formmodel.tree | Apache Cocoon |
|
| Union | A discriminated union that references a discriminant value in another widget and contains one of several cases (widgets). | Class | org.apache.cocoon.forms.formmodel | Apache Cocoon |
|
| UnionDefinition | The WidgetDefinition corresponding to a Union widget. | Class | org.apache.cocoon.forms.formmodel | Apache Cocoon |
|
| UnionDefinitionBuilder | Builds {UnionDefinition}s. | Class | org.apache.cocoon.forms.formmodel | Apache Cocoon |
|
| UnionJXPathBinding | UnionJXPathBinding provides an implementation of a Binding that narrows the context towards provided childbindings. | Class | org.apache.cocoon.forms.binding | Apache Cocoon |
|
| UnionJXPathBindingBuilder | UnionJXPathBindingBuilder provides a helper class for the Factory implemented in JXPathBindingManager that helps construct the | Class | org.apache.cocoon.forms.binding | Apache Cocoon |
|
| Upload | A file-uploading Widget. | Class | org.apache.cocoon.forms.formmodel | Apache Cocoon |
|
| UploadDefinition | The definition of an upload widget. | Class | org.apache.cocoon.forms.formmodel | Apache Cocoon |
|
| UploadDefinitionBuilder | Builds UploadDefinitions. | Class | org.apache.cocoon.forms.formmodel | Apache Cocoon |
|
| ValidationError | An object that holds a validation error message. | Class | org.apache.cocoon.forms.validation | Apache Cocoon |
|
| ValidationErrorAware | Interface implemented by Widgets that can hold a validation error. | Interface | org.apache.cocoon.forms.validation | Apache Cocoon |
|
| ValidationRule | Interface for validation rules. | Interface | org.apache.cocoon.forms.datatype | Apache Cocoon |
|
| ValidationRuleBuilder | Interface for classes that can build ValidationRules from an XML description. | Interface | org.apache.cocoon.forms.datatype | Apache Cocoon |
|
| ValidationRuleValidator | An adapter to transform a ValidationRule into aVersion:$Id: ValidationRuleValidator. | Class | org.apache.cocoon.forms.validation.impl | Apache Cocoon |
|
| ValueChangedEvent | Event raised when a field value changes. | Class | org.apache.cocoon.forms.event | Apache Cocoon |
|
| ValueChangedListener | Listener invoked when a field value changes. | Interface | org.apache.cocoon.forms.event | Apache Cocoon |
|
| ValueChangedListenerEnabled | | Interface | org.apache.cocoon.forms.event | Apache Cocoon |
|
| ValueCountValidationRule | Checks the number of values (i. | Class | org.apache.cocoon.forms.datatype.validationruleimpl | Apache Cocoon |
|
| ValueCountValidationRuleBuilder | Builds ValueCountValidationRules. | Class | org.apache.cocoon.forms.datatype.validationruleimpl | Apache Cocoon |
|
| ValueCountValidatorBuilder | Adapter for ValueCountValidationRuleBuilderVersion:$Id: ValueCountValidatorBuilder. | Class | org.apache.cocoon.forms.validation.impl | Apache Cocoon |
|
| ValueJXPathBinding | ValueJXPathBinding provides an implementation of a Binding that loads and saves the information behind a specific xpath expresion | Class | org.apache.cocoon.forms.binding | Apache Cocoon |
|
| ValueJXPathBindingBuilder | ValueJXPathBindingBuilder provides a helper class for the Factory implemented in JXPathBindingManager that helps construct the | Class | org.apache.cocoon.forms.binding | Apache Cocoon |
|
| ValuesBean | ValuesBean used in the 01values test. | Class | org.apache.cocoon.forms.samples.bindings | Apache Cocoon |
|
| Whitespace | Enumeration of whitespace-handling strategies. | Class | org.apache.cocoon.forms.formmodel | Apache Cocoon |
|
| Widget | Interface to be implemented by Widgets. | Interface | org.apache.cocoon.forms.formmodel | Apache Cocoon |
|
| WidgetDefinition | A WidgetDefinition holds all the static information about a Widget. | Interface | org.apache.cocoon.forms.formmodel | Apache Cocoon |
|
| WidgetDefinitionBuilder | Interface for classes that can build widgets from an XML description. | Interface | org.apache.cocoon.forms.formmodel | Apache Cocoon |
|
| WidgetDefinitionBuilderContext | Holds context information for the building phase. | Class | org.apache.cocoon.forms.formmodel | Apache Cocoon |
|
| WidgetDefinitionList | Helper class for the Definition implementation of widgets containingVersion:$Id: WidgetDefinitionList. | Class | org.apache.cocoon.forms.formmodel | Apache Cocoon |
|
| WidgetEvent | Base class for events sent by form widgets. | Class | org.apache.cocoon.forms.event | Apache Cocoon |
|
| WidgetEventMulticaster | Convenience class to handle all widget event listeners. | Class | org.apache.cocoon.forms.event | Apache Cocoon |
|
| WidgetFinder | An utility class to manage list of widgets. | Class | org.apache.cocoon.forms.util | Apache Cocoon |
|
| WidgetList | Helper class for the implementation of widgets containing other widgets. | Class | org.apache.cocoon.forms.formmodel | Apache Cocoon |
|
| WidgetListener | Base interface for all widget event listeners. | Interface | org.apache.cocoon.forms.event | Apache Cocoon |
|
| WidgetListenerBuilder | A component that build widget event listeners. | Interface | org.apache.cocoon.forms.event | Apache Cocoon |
|
| WidgetState | The state of a widget. | Class | org.apache.cocoon.forms.formmodel | Apache Cocoon |
|
| WidgetValidator | Validates a widget. | Interface | org.apache.cocoon.forms.validation | Apache Cocoon |
|
| WidgetValidatorBuilder | | Interface | org.apache.cocoon.forms.validation | Apache Cocoon |
|
| XMLAdapter | Adapter class that wraps a Form object and makes it possible to populate a widget hierarchy from XML in form of SAX | Class | org.apache.cocoon.forms.util | Apache Cocoon |