A B C D E F G H I J L M N O P R S T U V W X

A

ACTIVE - Static variable in class org.apache.cocoon.forms.formmodel.WidgetState
Active state.
AbstractBaseAlgorithm - class org.apache.cocoon.forms.formmodel.algorithms.AbstractBaseAlgorithm.
Abstract base class for algorithms.
AbstractBaseAlgorithm() - Constructor for class org.apache.cocoon.forms.formmodel.algorithms.AbstractBaseAlgorithm
 
AbstractBaseAlgorithmBuilder - class org.apache.cocoon.forms.formmodel.algorithms.AbstractBaseAlgorithmBuilder.
Abstract builder for AbstractBaseAlgorithm subclasses.
AbstractBaseAlgorithmBuilder() - Constructor for class org.apache.cocoon.forms.formmodel.algorithms.AbstractBaseAlgorithmBuilder
 
AbstractContainerDefinition - class org.apache.cocoon.forms.formmodel.AbstractContainerDefinition.
The AbstractContainerDefinition corresponding to an AbstractContainerWidget.
AbstractContainerDefinition() - Constructor for class org.apache.cocoon.forms.formmodel.AbstractContainerDefinition
 
AbstractContainerDefinitionBuilder - class org.apache.cocoon.forms.formmodel.AbstractContainerDefinitionBuilder.
Abstract base class for container widget builders.
AbstractContainerDefinitionBuilder() - Constructor for class org.apache.cocoon.forms.formmodel.AbstractContainerDefinitionBuilder
 
AbstractContainerWidget - class org.apache.cocoon.forms.formmodel.AbstractContainerWidget.
A general-purpose abstract Widget which can hold zero or more widgets.
AbstractContainerWidget(AbstractContainerDefinition) - Constructor for class org.apache.cocoon.forms.formmodel.AbstractContainerWidget
Constructs AbstractContainerWidget
AbstractCustomBinding - class org.apache.cocoon.forms.binding.AbstractCustomBinding.
AbstractCustomBinding
AbstractCustomBinding() - Constructor for class org.apache.cocoon.forms.binding.AbstractCustomBinding
 
AbstractDatatype - class org.apache.cocoon.forms.datatype.typeimpl.AbstractDatatype.
Abstract base class for Datatype implementations.
AbstractDatatype() - Constructor for class org.apache.cocoon.forms.datatype.typeimpl.AbstractDatatype
 
AbstractDatatypeBuilder - class org.apache.cocoon.forms.datatype.typeimpl.AbstractDatatypeBuilder.
Abstract base class for datatype builders, most concrete datatype builders will derive from this class.
AbstractDatatypeBuilder() - Constructor for class org.apache.cocoon.forms.datatype.typeimpl.AbstractDatatypeBuilder
 
AbstractDatatypeWidgetDefinition - class org.apache.cocoon.forms.formmodel.AbstractDatatypeWidgetDefinition.
Base class for WidgetDefinitions that use a Datatype and SelectionList.
AbstractDatatypeWidgetDefinition() - Constructor for class org.apache.cocoon.forms.formmodel.AbstractDatatypeWidgetDefinition
 
AbstractDatatypeWidgetDefinitionBuilder - class org.apache.cocoon.forms.formmodel.AbstractDatatypeWidgetDefinitionBuilder.
Abstract base class for WidgetDefinitionBuilders that build widgets that have datatypes/selection lists.
AbstractDatatypeWidgetDefinitionBuilder() - Constructor for class org.apache.cocoon.forms.formmodel.AbstractDatatypeWidgetDefinitionBuilder
 
AbstractFormHandler - class org.apache.cocoon.forms.event.AbstractFormHandler.
Abstract implementation of FormHandler, which checks the type of the WidgetEvent and calls the more specific AbstractFormHandler.handleActionEvent(ActionEvent) or AbstractFormHandler.handleValueChangedEvent(ValueChangedEvent) methods.
AbstractFormHandler() - Constructor for class org.apache.cocoon.forms.event.AbstractFormHandler
 
AbstractFormsAction - class org.apache.cocoon.forms.acting.AbstractFormsAction.
Abstract base class for Cocoon Forms actions.
AbstractFormsAction() - Constructor for class org.apache.cocoon.forms.acting.AbstractFormsAction
 
AbstractJavaSelectionList - class org.apache.cocoon.forms.datatype.AbstractJavaSelectionList.
Abstract implementation of a JavaSelectionList
AbstractJavaSelectionList() - Constructor for class org.apache.cocoon.forms.datatype.AbstractJavaSelectionList
 
AbstractJavaValidator - class org.apache.cocoon.forms.validation.impl.AbstractJavaValidator.
Abstract base class for implementing an own Java validator which gets build by the JavaClassValidatorBuilder.
AbstractJavaValidator() - Constructor for class org.apache.cocoon.forms.validation.impl.AbstractJavaValidator
 
AbstractValidationRule - class org.apache.cocoon.forms.datatype.validationruleimpl.AbstractValidationRule.
Abstract base class providing common functionality for many ValidationRule implementations.
AbstractValidationRule() - Constructor for class org.apache.cocoon.forms.datatype.validationruleimpl.AbstractValidationRule
 
AbstractValidationRuleBuilder - class org.apache.cocoon.forms.datatype.validationruleimpl.AbstractValidationRuleBuilder.
Abstract base class for ValidationRuleBuilder implementations.
AbstractValidationRuleBuilder() - Constructor for class org.apache.cocoon.forms.datatype.validationruleimpl.AbstractValidationRuleBuilder
 
AbstractWidget - class org.apache.cocoon.forms.formmodel.AbstractWidget.
Abstract base class for Widget implementations.
AbstractWidget(AbstractWidgetDefinition) - Constructor for class org.apache.cocoon.forms.formmodel.AbstractWidget
 
AbstractWidgetDefinition - class org.apache.cocoon.forms.formmodel.AbstractWidgetDefinition.
Provides functionality that is common across many WidgetDefinition implementations.
AbstractWidgetDefinition() - Constructor for class org.apache.cocoon.forms.formmodel.AbstractWidgetDefinition
 
AbstractWidgetDefinitionBuilder - class org.apache.cocoon.forms.formmodel.AbstractWidgetDefinitionBuilder.
Abstract base class for WidgetDefinitionBuilders.
AbstractWidgetDefinitionBuilder() - Constructor for class org.apache.cocoon.forms.formmodel.AbstractWidgetDefinitionBuilder
 
Action - class org.apache.cocoon.forms.formmodel.Action.
An Action widget.
Action(ActionDefinition) - Constructor for class org.apache.cocoon.forms.formmodel.Action
 
ActionDefinition - class org.apache.cocoon.forms.formmodel.ActionDefinition.
The WidgetDefinition part of a Action widget, see Action for more information.
ActionDefinition() - Constructor for class org.apache.cocoon.forms.formmodel.ActionDefinition
 
ActionDefinitionBuilder - class org.apache.cocoon.forms.formmodel.ActionDefinitionBuilder.
Builds ActionDefinitions.
ActionDefinitionBuilder() - Constructor for class org.apache.cocoon.forms.formmodel.ActionDefinitionBuilder
 
ActionEvent - class org.apache.cocoon.forms.event.ActionEvent.
Currently this event originates from a Button widget.
ActionEvent(Widget, String) - Constructor for class org.apache.cocoon.forms.event.ActionEvent
 
ActionListener - interface org.apache.cocoon.forms.event.ActionListener.
Listeners for ActionEvents
ActionListenerEnabled - interface org.apache.cocoon.forms.event.ActionListenerEnabled.
Interface to be implemented by Widgets on which ActionListeners can be registered.
AggregateField - class org.apache.cocoon.forms.formmodel.AggregateField.
An aggregated field allows to represent one value as multiple input fields, or several values as one field.
AggregateField(AggregateFieldDefinition) - Constructor for class org.apache.cocoon.forms.formmodel.AggregateField
 
AggregateFieldDefinition - class org.apache.cocoon.forms.formmodel.AggregateFieldDefinition.
The WidgetDefinition part of a AggregateField widget, see AggregateField for more information.
AggregateFieldDefinition() - Constructor for class org.apache.cocoon.forms.formmodel.AggregateFieldDefinition
 
AggregateFieldDefinition.SplitMapping - class org.apache.cocoon.forms.formmodel.AggregateFieldDefinition.SplitMapping.
 
AggregateFieldDefinition.SplitMapping(int, String) - Constructor for class org.apache.cocoon.forms.formmodel.AggregateFieldDefinition.SplitMapping
 
AggregateFieldDefinitionBuilder - class org.apache.cocoon.forms.formmodel.AggregateFieldDefinitionBuilder.
Builds AggregateFieldDefinitions.
AggregateFieldDefinitionBuilder() - Constructor for class org.apache.cocoon.forms.formmodel.AggregateFieldDefinitionBuilder
 
AggregateJXPathBinding - class org.apache.cocoon.forms.binding.AggregateJXPathBinding.
AggregateJXPathBinding provides an implementation of a Binding that narrows the context towards provided childbindings.
AggregateJXPathBinding(JXPathBindingBuilderBase.CommonAttributes, String, String, JXPathBindingBase[]) - Constructor for class org.apache.cocoon.forms.binding.AggregateJXPathBinding
Constructs AggregateJXPathBinding
AggregateJXPathBindingBuilder - class org.apache.cocoon.forms.binding.AggregateJXPathBindingBuilder.
AggregateJXPathBindingBuilder provides a helper class for the Factory implemented in JXPathBindingManager that helps construct the actual AggregateJXPathBinding out of the configuration in the provided configElement which looks like:
AggregateJXPathBindingBuilder() - Constructor for class org.apache.cocoon.forms.binding.AggregateJXPathBindingBuilder
 
AssertValidationRule - class org.apache.cocoon.forms.datatype.validationruleimpl.AssertValidationRule.
Generic validation rule that evaluates an expression.
AssertValidationRule(Expression) - Constructor for class org.apache.cocoon.forms.datatype.validationruleimpl.AssertValidationRule
 
AssertValidationRuleBuilder - class org.apache.cocoon.forms.datatype.validationruleimpl.AssertValidationRuleBuilder.
Builds AssertValidationRules.
AssertValidationRuleBuilder() - Constructor for class org.apache.cocoon.forms.datatype.validationruleimpl.AssertValidationRuleBuilder
 
AssertValidatorBuilder - class org.apache.cocoon.forms.validation.impl.AssertValidatorBuilder.
Adapter for AssertValidationRuleBuilder
AssertValidatorBuilder() - Constructor for class org.apache.cocoon.forms.validation.impl.AssertValidatorBuilder
 
act(Redirector, SourceResolver, Map, String, Parameters) - Method in class org.apache.cocoon.forms.acting.HandleFormSubmitAction
 
act(Redirector, SourceResolver, Map, String, Parameters) - Method in class org.apache.cocoon.forms.acting.MakeFormAction
 
act(Tree, FormContext) - Method in interface org.apache.cocoon.forms.formmodel.tree.Tree.ActionHandler
 
actionPerformed(ActionEvent) - Method in interface org.apache.cocoon.forms.event.ActionListener
 
actionPerformed(ActionEvent) - Method in class org.apache.cocoon.forms.event.WidgetEventMulticaster
 
actionPerformed(ActionEvent) - Method in class org.apache.cocoon.forms.event.impl.JavaScriptWidgetListener.JSActionListener
 
add(CreateListener, CreateListener) - Static method in class org.apache.cocoon.forms.event.WidgetEventMulticaster
 
add(ActionListener, ActionListener) - Static method in class org.apache.cocoon.forms.event.WidgetEventMulticaster
 
add(ValueChangedListener, ValueChangedListener) - Static method in class org.apache.cocoon.forms.event.WidgetEventMulticaster
 
add(ProcessingPhaseListener, ProcessingPhaseListener) - Static method in class org.apache.cocoon.forms.event.WidgetEventMulticaster
 
add(TreeSelectionListener, TreeSelectionListener) - Static method in class org.apache.cocoon.forms.event.WidgetEventMulticaster
 
add(RepeaterListener, RepeaterListener) - Static method in class org.apache.cocoon.forms.event.WidgetEventMulticaster
 
add(String, DefaultTreeModel.TreeNode) - Method in class org.apache.cocoon.forms.formmodel.tree.DefaultTreeModel.DefaultTreeNode
 
add(Map) - Method in class org.apache.cocoon.forms.util.CombiningMap
Adds a Map in the combined map, with the lowest lookup priority.
add(int, Object) - Method in class org.apache.cocoon.forms.util.RepeaterAsList
 
addActionListener(ActionListener) - Method in interface org.apache.cocoon.forms.event.ActionListenerEnabled
 
addActionListener(ActionListener) - Method in class org.apache.cocoon.forms.formmodel.Action
Adds a ActionListener to this widget instance.
addActionListener(ActionListener) - Method in class org.apache.cocoon.forms.formmodel.ActionDefinition
 
addActionListener(ActionListener) - Method in class org.apache.cocoon.forms.formmodel.ImageMap
Adds an ActionListener to this widget instance.
addActionListener(ActionListener) - Method in class org.apache.cocoon.forms.formmodel.ImageMapDefinition
 
addBinding(Binding) - Method in class org.apache.cocoon.forms.binding.library.Library
 
addChild(Widget) - Method in class org.apache.cocoon.forms.formmodel.AbstractContainerWidget
 
addChild(Widget) - Method in class org.apache.cocoon.forms.formmodel.AggregateField
 
addChild(Widget) - Method in interface org.apache.cocoon.forms.formmodel.ContainerWidget
Adds a child widget.
addCreateListener(CreateListener) - Method in class org.apache.cocoon.forms.formmodel.AbstractWidgetDefinition
 
addDefinition(WidgetDefinition) - Method in class org.apache.cocoon.forms.formmodel.library.Library
 
addDeprecatedVariable(String) - Method in class org.apache.cocoon.forms.transformation.FormsPipelineConfig.FormsVariables
 
addField(Field) - Method in class org.apache.cocoon.forms.formmodel.AggregateField
 
addFormAttributes(AttributesImpl) - Method in class org.apache.cocoon.forms.transformation.FormsPipelineConfig
 
addFormattingPattern(Locale, String) - Method in class org.apache.cocoon.forms.datatype.convertor.FormattingDateConvertor
 
addFormattingPattern(Locale, String) - Method in class org.apache.cocoon.forms.datatype.convertor.FormattingDecimalConvertor
 
addFormattingPattern(Locale, String) - Method in class org.apache.cocoon.forms.datatype.convertor.Icu4jDateConvertor
 
addInternal(EventListener, EventListener) - Static method in class org.apache.cocoon.forms.event.WidgetEventMulticaster
Can't use the superclass method since it creates an AWTEventMulticaster
addItem(Object, String) - Method in class org.apache.cocoon.forms.datatype.AbstractJavaSelectionList
Adds a new item to this selection list.
addItem(Object, XMLizable) - Method in class org.apache.cocoon.forms.datatype.AbstractJavaSelectionList
Adds a new item to this selection list.
addItem(Object, XMLizable) - Method in class org.apache.cocoon.forms.datatype.StaticSelectionList
Adds a new item to this selection list.
addItem(Object, String) - Method in class org.apache.cocoon.forms.datatype.StaticSelectionList
Adds a new item to this selection list.
addItem(Object) - Method in class org.apache.cocoon.forms.datatype.StaticSelectionList
Adds a new item to this selection list, where the label is set to the toString() result of the value.
addMessage(String) - Method in class org.apache.cocoon.forms.formmodel.Messages
Adds a string message.
addMessage(XMLizable) - Method in class org.apache.cocoon.forms.formmodel.Messages
Adds a message in the form an object that implements the XMLizable interface.
addMimeTypes(String) - Method in class org.apache.cocoon.forms.formmodel.UploadDefinition
 
addProcessingPhaseListener(ProcessingPhaseListener) - Method in class org.apache.cocoon.forms.formmodel.Form
 
addProcessingPhaseListener(ProcessingPhaseListener) - Method in class org.apache.cocoon.forms.formmodel.FormDefinition
 
addRepeaterListener(RepeaterListener) - Method in class org.apache.cocoon.forms.formmodel.Repeater
 
addRepeaterListener(RepeaterListener) - Method in class org.apache.cocoon.forms.formmodel.RepeaterDefinition
 
addRepeaterListener(RepeaterListener) - Method in class org.apache.cocoon.forms.util.WidgetFinder
Adds a repeater listener.
addRow(RepeaterItem) - Method in class org.apache.cocoon.forms.binding.RepeaterJXPathCollection
 
addRow(Repeater.RepeaterRow) - Method in class org.apache.cocoon.forms.binding.RepeaterJXPathCollection
 
addRow() - Method in class org.apache.cocoon.forms.formmodel.Repeater
 
addRow(int) - Method in class org.apache.cocoon.forms.formmodel.Repeater
 
addSelectionListener(TreeSelectionListener) - Method in class org.apache.cocoon.forms.formmodel.tree.TreeDefinition
 
addSelectionPath(TreePath) - Method in class org.apache.cocoon.forms.formmodel.tree.Tree
 
addSelectionPaths(TreePath[]) - Method in class org.apache.cocoon.forms.formmodel.tree.Tree
 
addSplitMapping(int, String) - Method in class org.apache.cocoon.forms.formmodel.AggregateFieldDefinition
 
addTreeModelListener(TreeModelListener) - Method in class org.apache.cocoon.forms.formmodel.tree.DefaultTreeModel
 
addTreeModelListener(TreeModelListener) - Method in class org.apache.cocoon.forms.formmodel.tree.SourceTreeModel
 
addTreeModelListener(TreeModelListener) - Method in interface org.apache.cocoon.forms.formmodel.tree.TreeModel
Adds a listener for the TreeModelEvent posted after the tree changes.
addTreeModelListener(TreeModelListener) - Method in class org.apache.cocoon.forms.formmodel.tree.TreeModelHelper
 
addTreeSelectionListener(TreeSelectionListener) - Method in class org.apache.cocoon.forms.formmodel.tree.Tree
 
addTrigger(String) - Method in class org.apache.cocoon.forms.formmodel.algorithms.AbstractBaseAlgorithm
 
addTriggerWidget(String) - Method in class org.apache.cocoon.forms.formmodel.algorithms.JavaScript
 
addValidationRule(ValidationRule) - Method in class org.apache.cocoon.forms.datatype.typeimpl.AbstractDatatype
 
addValidator(WidgetValidator) - Method in class org.apache.cocoon.forms.formmodel.AbstractWidget
Add a validator to this widget instance.
addValidator(WidgetValidator) - Method in class org.apache.cocoon.forms.formmodel.AbstractWidgetDefinition
 
addValidator(WidgetValidator) - Method in class org.apache.cocoon.forms.formmodel.OutputDefinition
 
addValidator(WidgetValidator) - Method in interface org.apache.cocoon.forms.formmodel.Widget
 
addValueChangedListener(ValueChangedListener) - Method in interface org.apache.cocoon.forms.event.ValueChangedListenerEnabled
 
addValueChangedListener(ValueChangedListener) - Method in class org.apache.cocoon.forms.formmodel.AbstractDatatypeWidgetDefinition
 
addValueChangedListener(ValueChangedListener) - Method in class org.apache.cocoon.forms.formmodel.BooleanField
Adds a ValueChangedListener to this widget instance.
addValueChangedListener(ValueChangedListener) - Method in class org.apache.cocoon.forms.formmodel.BooleanFieldDefinition
 
addValueChangedListener(ValueChangedListener) - Method in class org.apache.cocoon.forms.formmodel.Field
Adds a ValueChangedListener to this widget instance.
addValueChangedListener(ValueChangedListener) - Method in class org.apache.cocoon.forms.formmodel.MultiValueField
 
addValueChangedListener(ValueChangedListener) - Method in class org.apache.cocoon.forms.formmodel.Output
 
addValueChangedListener(ValueChangedListener) - Method in class org.apache.cocoon.forms.formmodel.Upload
Adds a ValueChangedListener to this widget instance.
addValueChangedListener(ValueChangedListener) - Method in class org.apache.cocoon.forms.formmodel.UploadDefinition
 
addWidget(Widget) - Method in class org.apache.cocoon.forms.formmodel.WidgetList
Adds a widget to the list of contained Widget's
addWidgetDefinition(WidgetDefinition) - Method in class org.apache.cocoon.forms.formmodel.AbstractContainerDefinition
 
addWidgetDefinition(WidgetDefinition) - Method in class org.apache.cocoon.forms.formmodel.AggregateFieldDefinition
 
addWidgetDefinition(WidgetDefinition) - Method in interface org.apache.cocoon.forms.formmodel.ContainerDefinition
Adds a (sub) widget definition to this definition.
addWidgetDefinition(WidgetDefinition) - Method in class org.apache.cocoon.forms.formmodel.FormDefinition
 
addWidgetDefinition(WidgetDefinition) - Method in class org.apache.cocoon.forms.formmodel.WidgetDefinitionList
 
addWidgetEvent(WidgetEvent) - Method in class org.apache.cocoon.forms.formmodel.Form
Events produced by child widgets should not be fired immediately, but queued in order to ensure an overall consistency of the widget tree before being handled.
addWidgetUpdate(Widget) - Method in class org.apache.cocoon.forms.formmodel.Form
Mark a widget as being updated.
applyWhitespaceTrim(String) - Method in class org.apache.cocoon.forms.formmodel.Field
 
assistant - Variable in class org.apache.cocoon.forms.binding.library.Library
 

B

BeanConvertor - class org.apache.cocoon.forms.datatype.convertor.BeanConvertor.
Converts String representation of beans to bean instances and vice versa.
BeanConvertor(String, String) - Constructor for class org.apache.cocoon.forms.datatype.convertor.BeanConvertor
Construct a new BeanConvertor for a class
BeanConvertorBuilder - interface org.apache.cocoon.forms.datatype.convertor.BeanConvertorBuilder.
 
BeanType - class org.apache.cocoon.forms.datatype.typeimpl.BeanType.
The CForm type of a bean
BeanType(boolean, BeanTypeBuilder) - Constructor for class org.apache.cocoon.forms.datatype.typeimpl.BeanType
Creates a new BeanType object.
BeanTypeBuilder - class org.apache.cocoon.forms.datatype.typeimpl.BeanTypeBuilder.
Builder for BeanType
BeanTypeBuilder() - Constructor for class org.apache.cocoon.forms.datatype.typeimpl.BeanTypeBuilder
 
Binding - interface org.apache.cocoon.forms.binding.Binding.
Binding declares the methods to 'bind' (i.e.
BindingBuilderContext - class org.apache.cocoon.forms.binding.BindingBuilderContext.
 
BindingBuilderContext(BindingBuilderContext) - Constructor for class org.apache.cocoon.forms.binding.BindingBuilderContext
 
BindingBuilderContext() - Constructor for class org.apache.cocoon.forms.binding.BindingBuilderContext
 
BindingException - exception org.apache.cocoon.forms.binding.BindingException.
This exception is thrown when something goes wrong with the binding.
BindingException(String, Location) - Constructor for class org.apache.cocoon.forms.binding.BindingException
 
BindingException(String, Throwable, Location) - Constructor for class org.apache.cocoon.forms.binding.BindingException
 
BindingException(String, Throwable) - Constructor for class org.apache.cocoon.forms.binding.BindingException
 
BindingException(String) - Constructor for class org.apache.cocoon.forms.binding.BindingException
 
BindingManager - interface org.apache.cocoon.forms.binding.BindingManager.
BindingManager declares the factory method that produces actual Bindings.
BooleanConvertorBuilder - interface org.apache.cocoon.forms.datatype.convertor.BooleanConvertorBuilder.
 
BooleanField - class org.apache.cocoon.forms.formmodel.BooleanField.
A widget to select a boolean value.
BooleanField(BooleanFieldDefinition) - Constructor for class org.apache.cocoon.forms.formmodel.BooleanField
 
BooleanFieldDefinition - class org.apache.cocoon.forms.formmodel.BooleanFieldDefinition.
The WidgetDefinition part of a BooleanField widget, see BooleanField for more information.
BooleanFieldDefinition() - Constructor for class org.apache.cocoon.forms.formmodel.BooleanFieldDefinition
 
BooleanFieldDefinitionBuilder - class org.apache.cocoon.forms.formmodel.BooleanFieldDefinitionBuilder.
Builds BooleanFieldDefinitions.
BooleanFieldDefinitionBuilder() - Constructor for class org.apache.cocoon.forms.formmodel.BooleanFieldDefinitionBuilder
 
BooleanType - class org.apache.cocoon.forms.datatype.typeimpl.BooleanType.
A Datatype implementation for java.lang.Boolean's.
BooleanType() - Constructor for class org.apache.cocoon.forms.datatype.typeimpl.BooleanType
 
BooleanTypeBuilder - class org.apache.cocoon.forms.datatype.typeimpl.BooleanTypeBuilder.
Builds BooleanTypes.
BooleanTypeBuilder() - Constructor for class org.apache.cocoon.forms.datatype.typeimpl.BooleanTypeBuilder
 
ButtonDefinitionBuilder - class org.apache.cocoon.forms.formmodel.ButtonDefinitionBuilder.
The ButtonDefinitionBuilder has been replaced by ActionDefinitionBuilder.
ButtonDefinitionBuilder() - Constructor for class org.apache.cocoon.forms.formmodel.ButtonDefinitionBuilder
 
beginBuffer() - Method in class org.apache.cocoon.forms.transformation.EffectPipe
 
bindingBuilders - Variable in class org.apache.cocoon.forms.binding.JXPathBindingManager
 
broadcastEvent(WidgetEvent) - Method in class org.apache.cocoon.forms.formmodel.AbstractWidget
Broadcast an event previously queued by this widget to its event listeners. Abstract implementation throws a UnsupportedOperationException.
broadcastEvent(WidgetEvent) - Method in class org.apache.cocoon.forms.formmodel.Action
 
broadcastEvent(WidgetEvent) - Method in class org.apache.cocoon.forms.formmodel.BooleanField
 
broadcastEvent(WidgetEvent) - Method in class org.apache.cocoon.forms.formmodel.Field
 
broadcastEvent(WidgetEvent) - Method in class org.apache.cocoon.forms.formmodel.GoogleMap
 
broadcastEvent(WidgetEvent) - Method in class org.apache.cocoon.forms.formmodel.ImageMap
 
broadcastEvent(WidgetEvent) - Method in class org.apache.cocoon.forms.formmodel.MultiValueField
 
broadcastEvent(WidgetEvent) - Method in class org.apache.cocoon.forms.formmodel.Output
 
broadcastEvent(WidgetEvent) - Method in class org.apache.cocoon.forms.formmodel.Repeater.RepeaterRow
 
broadcastEvent(WidgetEvent) - Method in class org.apache.cocoon.forms.formmodel.Repeater
 
broadcastEvent(WidgetEvent) - Method in class org.apache.cocoon.forms.formmodel.Upload
 
broadcastEvent(WidgetEvent) - Method in interface org.apache.cocoon.forms.formmodel.Widget
Broadcast an event previously queued by this widget to its event listeners.
broadcastEvent(WidgetEvent) - Method in class org.apache.cocoon.forms.formmodel.tree.Tree
 
buffer - Variable in class org.apache.cocoon.forms.transformation.EffectPipe
 
build() - Method in class org.apache.cocoon.forms.datatype.AbstractJavaSelectionList
Build the list of SelectionListItems using #addItem(Object, String).
build(Element, boolean, DatatypeManager) - Method in interface org.apache.cocoon.forms.datatype.DatatypeBuilder
 
build(Element, Datatype) - Method in class org.apache.cocoon.forms.datatype.DefaultSelectionListBuilder
 
build(Element, Datatype) - Method in class org.apache.cocoon.forms.datatype.EnumSelectionListBuilder
 
build(Element, Datatype) - Method in class org.apache.cocoon.forms.datatype.FlowJXPathSelectionListBuilder
 
build(Element, Datatype) - Method in class org.apache.cocoon.forms.datatype.JavaScriptSelectionListBuilder
 
build(Element, Datatype) - Method in class org.apache.cocoon.forms.datatype.JavaSelectionListBuilder
 
build(Element, Datatype) - Method in interface org.apache.cocoon.forms.datatype.SelectionListBuilder
 
build(Element) - Method in interface org.apache.cocoon.forms.datatype.ValidationRuleBuilder
 
build(Element) - Method in interface org.apache.cocoon.forms.datatype.convertor.ConvertorBuilder
 
build(Element) - Method in class org.apache.cocoon.forms.datatype.convertor.DummyStringConvertorBuilder
 
build(Element) - Method in class org.apache.cocoon.forms.datatype.convertor.FormattingDateConvertorBuilder
 
build(Element) - Method in class org.apache.cocoon.forms.datatype.convertor.FormattingDecimalConvertorBuilder
 
build(Element) - Method in class org.apache.cocoon.forms.datatype.convertor.HtmlCleaningConvertorBuilder
 
build(Element) - Method in class org.apache.cocoon.forms.datatype.convertor.Icu4jDateConvertorBuilder
 
build(Element) - Method in class org.apache.cocoon.forms.datatype.convertor.MillisDateConvertorBuilder
 
build(Element) - Method in class org.apache.cocoon.forms.datatype.convertor.PlainBeanConvertorBuilder
Build a BeanConvertor
build(Element) - Method in class org.apache.cocoon.forms.datatype.convertor.PlainBooleanConvertorBuilder
 
build(Element) - Method in class org.apache.cocoon.forms.datatype.convertor.PlainCharConvertorBuilder
 
build(Element) - Method in class org.apache.cocoon.forms.datatype.convertor.PlainDecimalConvertorBuilder
 
build(Element) - Method in class org.apache.cocoon.forms.datatype.convertor.PlainDoubleConvertorBuilder
 
build(Element) - Method in class org.apache.cocoon.forms.datatype.convertor.PlainEnumConvertorBuilder
 
build(Element) - Method in class org.apache.cocoon.forms.datatype.convertor.PlainFloatConvertorBuilder
 
build(Element) - Method in class org.apache.cocoon.forms.datatype.convertor.PlainIntegerConvertorBuilder
 
build(Element) - Method in class org.apache.cocoon.forms.datatype.convertor.PlainLongConvertorBuilder
 
build(Element, boolean, DatatypeManager) - Method in class org.apache.cocoon.forms.datatype.typeimpl.BeanTypeBuilder
 
build(Element, boolean, DatatypeManager) - Method in class org.apache.cocoon.forms.datatype.typeimpl.BooleanTypeBuilder
 
build(Element, boolean, DatatypeManager) - Method in class org.apache.cocoon.forms.datatype.typeimpl.CharTypeBuilder
 
build(Element, boolean, DatatypeManager) - Method in class org.apache.cocoon.forms.datatype.typeimpl.DateTypeBuilder
 
build(Element, boolean, DatatypeManager) - Method in class org.apache.cocoon.forms.datatype.typeimpl.DecimalTypeBuilder
 
build(Element, boolean, DatatypeManager) - Method in class org.apache.cocoon.forms.datatype.typeimpl.DoubleTypeBuilder
 
build(Element, boolean, DatatypeManager) - Method in class org.apache.cocoon.forms.datatype.typeimpl.EnumTypeBuilder
 
build(Element, boolean, DatatypeManager) - Method in class org.apache.cocoon.forms.datatype.typeimpl.FloatTypeBuilder
 
build(Element, boolean, DatatypeManager) - Method in class org.apache.cocoon.forms.datatype.typeimpl.IntegerTypeBuilder
 
build(Element, boolean, DatatypeManager) - Method in class org.apache.cocoon.forms.datatype.typeimpl.LongTypeBuilder
 
build(Element, boolean, DatatypeManager) - Method in class org.apache.cocoon.forms.datatype.typeimpl.StringTypeBuilder
 
build(Element) - Method in class org.apache.cocoon.forms.datatype.validationruleimpl.AssertValidationRuleBuilder
 
build(Element) - Method in class org.apache.cocoon.forms.datatype.validationruleimpl.EmailValidationRuleBuilder
 
build(Element) - Method in class org.apache.cocoon.forms.datatype.validationruleimpl.LengthValidationRuleBuilder
 
build(Element) - Method in class org.apache.cocoon.forms.datatype.validationruleimpl.Mod10ValidationRuleBuilder
 
build(Element) - Method in class org.apache.cocoon.forms.datatype.validationruleimpl.RangeValidationRuleBuilder
 
build(Element) - Method in class org.apache.cocoon.forms.datatype.validationruleimpl.RegExpValidationRuleBuilder
 
build(Element) - Method in class org.apache.cocoon.forms.datatype.validationruleimpl.ValueCountValidationRuleBuilder
 
build(Element) - Method in interface org.apache.cocoon.forms.formmodel.CalculatedFieldAlgorithmBuilder
 
build(Element) - Method in class org.apache.cocoon.forms.formmodel.algorithms.JavaAlgorithmBuilder
 
build(Element) - Method in class org.apache.cocoon.forms.formmodel.algorithms.JavaScriptBuilder
 
build(Element) - Method in class org.apache.cocoon.forms.formmodel.algorithms.RepeatedFormulaBuilder
 
build(Element) - Method in class org.apache.cocoon.forms.formmodel.algorithms.SimpleFormulaBuilder
 
build(Element) - Method in class org.apache.cocoon.forms.formmodel.tree.builder.JavaTreeModelDefinitionBuilder
 
build(Element) - Method in class org.apache.cocoon.forms.formmodel.tree.builder.SourceTreeModelDefinitionBuilder
 
build(Element) - Method in interface org.apache.cocoon.forms.formmodel.tree.builder.TreeModelDefinitionBuilder
 
build(Element, WidgetDefinition) - Method in interface org.apache.cocoon.forms.validation.WidgetValidatorBuilder
Builds a WidgetValidator for a particular widget definition.
build(Element, WidgetDefinition) - Method in class org.apache.cocoon.forms.validation.impl.AssertValidatorBuilder
 
build(Element, WidgetDefinition) - Method in class org.apache.cocoon.forms.validation.impl.CaptchaValidatorBuilder
 
build(Element, WidgetDefinition) - Method in class org.apache.cocoon.forms.validation.impl.EmailValidatorBuilder
 
build(Element, WidgetDefinition) - Method in class org.apache.cocoon.forms.validation.impl.JavaClassValidatorBuilder
 
build(Element, WidgetDefinition) - Method in class org.apache.cocoon.forms.validation.impl.JavaScriptValidatorBuilder
 
build(Element, WidgetDefinition) - Method in class org.apache.cocoon.forms.validation.impl.LengthValidatorBuilder
 
build(Element, WidgetDefinition) - Method in class org.apache.cocoon.forms.validation.impl.Mod10ValidatorBuilder
 
build(Element, WidgetDefinition) - Method in class org.apache.cocoon.forms.validation.impl.RangeValidatorBuilder
 
build(Element, WidgetDefinition) - Method in class org.apache.cocoon.forms.validation.impl.RegExpValidatorBuilder
 
build(Element, WidgetDefinition) - Method in class org.apache.cocoon.forms.validation.impl.ValueCountValidatorBuilder
 
buildAnotherWidgetDefinition(Element, WidgetDefinitionBuilderContext) - Method in class org.apache.cocoon.forms.formmodel.AbstractWidgetDefinitionBuilder
 
buildBinding(Element, JXPathBindingManager.Assistant) - Method in class org.apache.cocoon.forms.binding.AggregateJXPathBindingBuilder
 
buildBinding(Element, JXPathBindingManager.Assistant) - Method in class org.apache.cocoon.forms.binding.CaseJXPathBindingBuilder
 
buildBinding(Element, JXPathBindingManager.Assistant) - Method in class org.apache.cocoon.forms.binding.ClassJXPathBindingBuilder
 
buildBinding(Element, JXPathBindingManager.Assistant) - Method in class org.apache.cocoon.forms.binding.ContextJXPathBindingBuilder
Creates an instance of ContextJXPathBinding with the configured path and nested child bindings from the declarations in the bindingElm
buildBinding(Element, JXPathBindingManager.Assistant) - Method in class org.apache.cocoon.forms.binding.CustomJXPathBindingBuilder
Builds the custom Binding class and wraps it into a CustomJXPathBinding
buildBinding(Element, JXPathBindingManager.Assistant) - Method in class org.apache.cocoon.forms.binding.DeleteNodeJXPathBindingBuilder
Creates an instance of DeleteNodeJXPathBinding.
buildBinding(Element, JXPathBindingManager.Assistant) - Method in class org.apache.cocoon.forms.binding.ExpandJXPathBindingBuilder
 
buildBinding(Element, JXPathBindingManager.Assistant) - Method in class org.apache.cocoon.forms.binding.GroupJXPathBindingBuilder
 
buildBinding(Element, JXPathBindingManager.Assistant) - Method in class org.apache.cocoon.forms.binding.ImportJXPathBindingBuilder
 
buildBinding(Element, JXPathBindingManager.Assistant) - Method in class org.apache.cocoon.forms.binding.InsertBeanJXPathBindingBuilder
Creates an instance of InsertBeanJXPathBinding configured with the nested template of the bindingElm.
buildBinding(Element, JXPathBindingManager.Assistant) - Method in class org.apache.cocoon.forms.binding.InsertNodeJXPathBindingBuilder
Creates an instance of InsertNodeJXPathBinding configured with the nested template of the bindingElm.
buildBinding(Element, JXPathBindingManager.Assistant) - Method in interface org.apache.cocoon.forms.binding.JXPathBindingBuilder
Builds a configured binding object based on the configuration as described in the bindingElement.
buildBinding(Element, JXPathBindingManager.Assistant) - Method in class org.apache.cocoon.forms.binding.JavaScriptJXPathBindingBuilder
 
buildBinding(Element, JXPathBindingManager.Assistant) - Method in class org.apache.cocoon.forms.binding.MultiValueJXPathBindingBuilder
 
buildBinding(Element, JXPathBindingManager.Assistant) - Method in class org.apache.cocoon.forms.binding.NewJXPathBindingBuilder
 
buildBinding(Element, JXPathBindingManager.Assistant) - Method in class org.apache.cocoon.forms.binding.RepeaterJXPathBindingBuilder
Creates an instance of RepeaterJXPathBinding according to the attributes and nested comfiguration elements of the bindingElm.
buildBinding(Element, JXPathBindingManager.Assistant) - Method in class org.apache.cocoon.forms.binding.SetAttributeJXPathBindingBuilder
Creates an instance of SetAttributeJXPathBinding according to the attributes of the provided bindingElm.
buildBinding(Element, JXPathBindingManager.Assistant) - Method in class org.apache.cocoon.forms.binding.SimpleRepeaterJXPathBindingBuilder
 
buildBinding(Element, JXPathBindingManager.Assistant) - Method in class org.apache.cocoon.forms.binding.StructJXPathBindingBuilder
 
buildBinding(Element, JXPathBindingManager.Assistant) - Method in class org.apache.cocoon.forms.binding.TempRepeaterJXPathBindingBuilder
 
buildBinding(Element, JXPathBindingManager.Assistant) - Method in class org.apache.cocoon.forms.binding.TreeModelJXPathBuilder
 
buildBinding(Element, JXPathBindingManager.Assistant) - Method in class org.apache.cocoon.forms.binding.UnionJXPathBindingBuilder
 
buildBinding(Element, JXPathBindingManager.Assistant) - Method in class org.apache.cocoon.forms.binding.ValueJXPathBindingBuilder
Creates an instance of ValueJXPathBinding based on the attributes and nested configuration of the provided bindingElm.
buildConvertor(Element) - Method in interface org.apache.cocoon.forms.datatype.DatatypeBuilder
 
buildConvertor(Element, AbstractDatatype) - Method in class org.apache.cocoon.forms.datatype.typeimpl.AbstractDatatypeBuilder
 
buildConvertor(Element) - Method in class org.apache.cocoon.forms.datatype.typeimpl.AbstractDatatypeBuilder
 
buildEventListeners(Element, String, Class) - Method in class org.apache.cocoon.forms.formmodel.AbstractWidgetDefinitionBuilder
 
buildFailMessage(Element, AbstractValidationRule) - Method in class org.apache.cocoon.forms.datatype.validationruleimpl.AbstractValidationRuleBuilder
Checks if the validation rule configuration contains a custom failmessage, and if so, sets it one the ValidationRule.
buildFailMessage(Element) - Method in class org.apache.cocoon.forms.validation.impl.AbstractJavaValidator
Checks if the validation rule configuration contains a custom failmessage, and if so, sets it one the ValidationRule.
buildFunction(Element, String, String[]) - Static method in class org.apache.cocoon.forms.util.JavaScriptHelper
Build a function with the content of a DOM element.
buildLibrary(Element) - Method in class org.apache.cocoon.forms.binding.library.Library
 
buildLibrary(Element) - Method in class org.apache.cocoon.forms.formmodel.library.Library
 
buildListener(Element, Class) - Method in interface org.apache.cocoon.forms.event.WidgetListenerBuilder
 
buildListener(Element, Class) - Method in class org.apache.cocoon.forms.event.impl.JavaClassWidgetListenerBuilder
 
buildListener(Element, Class) - Method in class org.apache.cocoon.forms.event.impl.JavaScriptWidgetListenerBuilder
 
buildScript(Element) - Static method in class org.apache.cocoon.forms.util.JavaScriptHelper
Build a script with the content of a DOM element.
buildSelectionList(String) - Method in class org.apache.cocoon.forms.formmodel.AbstractDatatypeWidgetDefinition
Builds a dynamic selection list from a source.
buildSelectionList(Element, AbstractDatatypeWidgetDefinition, String) - Method in class org.apache.cocoon.forms.formmodel.AbstractDatatypeWidgetDefinitionBuilder
 
buildSelectionListFromModel(Object, String, String) - Method in class org.apache.cocoon.forms.formmodel.AbstractDatatypeWidgetDefinition
Builds a dynamic selection list from an in-memory collection.
buildValidationRules(Element, AbstractDatatype, DatatypeManager) - Method in class org.apache.cocoon.forms.datatype.typeimpl.AbstractDatatypeBuilder
 
buildWidgetDefinition(Element) - Method in class org.apache.cocoon.forms.formmodel.AbstractWidgetDefinitionBuilder
 
buildWidgetDefinition(Element, WidgetDefinitionBuilderContext) - Method in class org.apache.cocoon.forms.formmodel.ActionDefinitionBuilder
 
buildWidgetDefinition(Element, WidgetDefinitionBuilderContext) - Method in class org.apache.cocoon.forms.formmodel.AggregateFieldDefinitionBuilder
 
buildWidgetDefinition(Element, WidgetDefinitionBuilderContext) - Method in class org.apache.cocoon.forms.formmodel.BooleanFieldDefinitionBuilder
 
buildWidgetDefinition(Element, WidgetDefinitionBuilderContext) - Method in class org.apache.cocoon.forms.formmodel.ButtonDefinitionBuilder
 
buildWidgetDefinition(Element, WidgetDefinitionBuilderContext) - Method in class org.apache.cocoon.forms.formmodel.CalculatedFieldDefinitionBuilder
 
buildWidgetDefinition(Element, WidgetDefinitionBuilderContext) - Method in class org.apache.cocoon.forms.formmodel.CaptchaDefinitionBuilder
 
buildWidgetDefinition(Element, WidgetDefinitionBuilderContext) - Method in class org.apache.cocoon.forms.formmodel.ClassDefinitionBuilder
 
buildWidgetDefinition(Element, WidgetDefinitionBuilderContext) - Method in class org.apache.cocoon.forms.formmodel.ExpandDefinitionBuilder
 
buildWidgetDefinition(Element, WidgetDefinitionBuilderContext) - Method in class org.apache.cocoon.forms.formmodel.FieldDefinitionBuilder
 
buildWidgetDefinition(Element, WidgetDefinitionBuilderContext) - Method in class org.apache.cocoon.forms.formmodel.FormDefinitionBuilder
 
buildWidgetDefinition(Element) - Method in class org.apache.cocoon.forms.formmodel.FormDefinitionBuilder
 
buildWidgetDefinition(Element, WidgetDefinitionBuilderContext) - Method in class org.apache.cocoon.forms.formmodel.GoogleMapDefinitionBuilder
 
buildWidgetDefinition(Element, WidgetDefinitionBuilderContext) - Method in class org.apache.cocoon.forms.formmodel.GroupDefinitionBuilder
 
buildWidgetDefinition(Element, WidgetDefinitionBuilderContext) - Method in class org.apache.cocoon.forms.formmodel.ImageMapDefinitionBuilder
 
buildWidgetDefinition(Element, WidgetDefinitionBuilderContext) - Method in class org.apache.cocoon.forms.formmodel.ImportDefinitionBuilder
Imports a new library
buildWidgetDefinition(Element, WidgetDefinitionBuilderContext) - Method in class org.apache.cocoon.forms.formmodel.MessagesDefinitionBuilder
 
buildWidgetDefinition(Element, WidgetDefinitionBuilderContext) - Method in class org.apache.cocoon.forms.formmodel.MultiValueFieldDefinitionBuilder
 
buildWidgetDefinition(Element, WidgetDefinitionBuilderContext) - Method in class org.apache.cocoon.forms.formmodel.NewDefinitionBuilder
 
buildWidgetDefinition(Element, WidgetDefinitionBuilderContext) - Method in class org.apache.cocoon.forms.formmodel.OutputDefinitionBuilder
 
buildWidgetDefinition(Element, WidgetDefinitionBuilderContext) - Method in class org.apache.cocoon.forms.formmodel.RepeaterActionDefinitionBuilder
 
buildWidgetDefinition(Element, WidgetDefinitionBuilderContext) - Method in class org.apache.cocoon.forms.formmodel.RepeaterDefinitionBuilder
 
buildWidgetDefinition(Element, WidgetDefinitionBuilderContext) - Method in class org.apache.cocoon.forms.formmodel.RepeaterFilterFieldDefinitionBuilder
 
buildWidgetDefinition(Element, WidgetDefinitionBuilderContext) - Method in class org.apache.cocoon.forms.formmodel.RowActionDefinitionBuilder
 
buildWidgetDefinition(Element, WidgetDefinitionBuilderContext) - Method in class org.apache.cocoon.forms.formmodel.StructDefinitionBuilder
Deprecated.  
buildWidgetDefinition(Element, WidgetDefinitionBuilderContext) - Method in class org.apache.cocoon.forms.formmodel.SubmitDefinitionBuilder
 
buildWidgetDefinition(Element, WidgetDefinitionBuilderContext) - Method in class org.apache.cocoon.forms.formmodel.UnionDefinitionBuilder
 
buildWidgetDefinition(Element, WidgetDefinitionBuilderContext) - Method in class org.apache.cocoon.forms.formmodel.UploadDefinitionBuilder
 
buildWidgetDefinition(Element) - Method in interface org.apache.cocoon.forms.formmodel.WidgetDefinitionBuilder
 
buildWidgetDefinition(Element, WidgetDefinitionBuilderContext) - Method in interface org.apache.cocoon.forms.formmodel.WidgetDefinitionBuilder
 
buildWidgetDefinition(Element, WidgetDefinitionBuilderContext) - Method in class org.apache.cocoon.forms.formmodel.tree.builder.TreeDefinitionBuilder
 

C

CFORMSKEY - Static variable in class org.apache.cocoon.forms.transformation.FormsPipelineConfig
Default key under which the Cocoon Forms form instance is stored in the JXPath context.
COMMAND_AT - Static variable in class org.apache.cocoon.forms.formmodel.ImageMap
 
CURRENCY - Static variable in class org.apache.cocoon.forms.datatype.convertor.FormattingDecimalConvertor
 
CUSTOM - Static variable in class org.apache.cocoon.forms.formmodel.RepeaterActionDefinition.ChangePageActionDefinition
 
CacheManager - interface org.apache.cocoon.forms.CacheManager.
Work interface for the component that caches objects for Cocoon Forms.
CalculatedField - class org.apache.cocoon.forms.formmodel.CalculatedField.
A field which calculates its value.
CalculatedField(CalculatedFieldDefinition) - Constructor for class org.apache.cocoon.forms.formmodel.CalculatedField
 
CalculatedFieldAlgorithm - interface org.apache.cocoon.forms.formmodel.CalculatedFieldAlgorithm.
Common interface for an algorithm to calculate the value of a CalculatedField.
CalculatedFieldAlgorithmBuilder - interface org.apache.cocoon.forms.formmodel.CalculatedFieldAlgorithmBuilder.
Common interface for CalculatedFieldAlgorithm builders.
CalculatedFieldDefinition - class org.apache.cocoon.forms.formmodel.CalculatedFieldDefinition.
Definition of a CalculatedField.
CalculatedFieldDefinition() - Constructor for class org.apache.cocoon.forms.formmodel.CalculatedFieldDefinition
 
CalculatedFieldDefinitionBuilder - class org.apache.cocoon.forms.formmodel.CalculatedFieldDefinitionBuilder.
Builder for CalculatedFields.
CalculatedFieldDefinitionBuilder() - Constructor for class org.apache.cocoon.forms.formmodel.CalculatedFieldDefinitionBuilder
 
CannotYetResolveWarning - exception org.apache.cocoon.forms.formmodel.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 a value.
CannotYetResolveWarning() - Constructor for class org.apache.cocoon.forms.formmodel.CannotYetResolveWarning
 
CaptchaDefinitionBuilder - class org.apache.cocoon.forms.formmodel.CaptchaDefinitionBuilder.
Builds CaptchaFieldDefinitions.
CaptchaDefinitionBuilder() - Constructor for class org.apache.cocoon.forms.formmodel.CaptchaDefinitionBuilder
 
CaptchaField - class org.apache.cocoon.forms.formmodel.CaptchaField.
A Field for CAPTCHA validation.
CaptchaField(CaptchaFieldDefinition, ProcessInfoProvider) - Constructor for class org.apache.cocoon.forms.formmodel.CaptchaField
 
CaptchaFieldDefinition - class org.apache.cocoon.forms.formmodel.CaptchaFieldDefinition.
A FieldDefinition for CaptchaFields.
CaptchaFieldDefinition(ProcessInfoProvider) - Constructor for class org.apache.cocoon.forms.formmodel.CaptchaFieldDefinition
 
CaptchaValidator - class org.apache.cocoon.forms.validation.impl.CaptchaValidator.
A WidgetValidator that relies on a CAPTCHA test.
CaptchaValidator() - Constructor for class org.apache.cocoon.forms.validation.impl.CaptchaValidator
 
CaptchaValidatorBuilder - class org.apache.cocoon.forms.validation.impl.CaptchaValidatorBuilder.
Builds a CAPTCHA validator.
CaptchaValidatorBuilder() - Constructor for class org.apache.cocoon.forms.validation.impl.CaptchaValidatorBuilder
 
CaseJXPathBinding - class org.apache.cocoon.forms.binding.CaseJXPathBinding.
CaseJXPathBinding provides an implementation of a Binding that narrows the context towards provided childbindings.
CaseJXPathBinding(JXPathBindingBuilderBase.CommonAttributes, String, String, JXPathBindingBase[]) - Constructor for class org.apache.cocoon.forms.binding.CaseJXPathBinding
Constructs CaseJXPathBinding
CaseJXPathBindingBuilder - class org.apache.cocoon.forms.binding.CaseJXPathBindingBuilder.
CaseJXPathBindingBuilder provides a helper class for the Factory implemented in JXPathBindingManager that helps construct the actual CaseJXPathBinding out of the configuration in the provided configElement which looks like:
CaseJXPathBindingBuilder() - Constructor for class org.apache.cocoon.forms.binding.CaseJXPathBindingBuilder
 
CharConvertor - class org.apache.cocoon.forms.datatype.convertor.CharConvertor.
The CharConvertor converts a String to a Character object and viceversa.
CharConvertor() - Constructor for class org.apache.cocoon.forms.datatype.convertor.CharConvertor
 
CharConvertorBuilder - interface org.apache.cocoon.forms.datatype.convertor.CharConvertorBuilder.
 
CharType - class org.apache.cocoon.forms.datatype.typeimpl.CharType.
The char datatype.
CharType() - Constructor for class org.apache.cocoon.forms.datatype.typeimpl.CharType
 
CharTypeBuilder - class org.apache.cocoon.forms.datatype.typeimpl.CharTypeBuilder.
The builder for the char datatype.
CharTypeBuilder() - Constructor for class org.apache.cocoon.forms.datatype.typeimpl.CharTypeBuilder
 
ClassDefinition - class org.apache.cocoon.forms.formmodel.ClassDefinition.
A WidgetDefinition which holds a collection of Widgets and which can be instantiated with a NewDefinition.
ClassDefinition() - Constructor for class org.apache.cocoon.forms.formmodel.ClassDefinition
 
ClassDefinitionBuilder - class org.apache.cocoon.forms.formmodel.ClassDefinitionBuilder.
Builds {ClassDefinition}s.
ClassDefinitionBuilder() - Constructor for class org.apache.cocoon.forms.formmodel.ClassDefinitionBuilder
 
ClassJXPathBinding - class org.apache.cocoon.forms.binding.ClassJXPathBinding.
ClassJXPathBinding provides an implementation of a Binding which allows the specification of a class of reusable bindings.
ClassJXPathBinding(JXPathBindingBuilderBase.CommonAttributes, String, JXPathBindingBase[]) - Constructor for class org.apache.cocoon.forms.binding.ClassJXPathBinding
Constructs ClassJXPathBinding
ClassJXPathBindingBuilder - class org.apache.cocoon.forms.binding.ClassJXPathBindingBuilder.
ClassJXPathBindingBuilder provides a helper class for the Factory implemented in JXPathBindingManager that helps construct the actual ClassJXPathBinding out of the configuration in the provided configElement which looks like:
ClassJXPathBindingBuilder() - Constructor for class org.apache.cocoon.forms.binding.ClassJXPathBindingBuilder
 
CombiningMap - class org.apache.cocoon.forms.util.CombiningMap.
A read-only implementation of Map that combines several other maps.
CombiningMap() - Constructor for class org.apache.cocoon.forms.util.CombiningMap
 
ComposedJXPathBindingBase - class org.apache.cocoon.forms.binding.ComposedJXPathBindingBase.
ComposedJXPathBindingBase provides a helper base class for subclassing into specific JXPathBindingBase implementations that have nested child-bindings.
ComposedJXPathBindingBase(JXPathBindingBuilderBase.CommonAttributes, JXPathBindingBase[]) - Constructor for class org.apache.cocoon.forms.binding.ComposedJXPathBindingBase
Constructs ComposedJXPathBindingBase
ConfigurableWidgetListener - interface org.apache.cocoon.forms.event.ConfigurableWidgetListener.
A WidgetListener that can recieve a configuration Element
ConfigurableWidgetValidator - interface org.apache.cocoon.forms.validation.ConfigurableWidgetValidator.
A WidgetValidator that can recieve a configuration Element
Constants - class org.apache.cocoon.forms.Constants.
Deprecated. There are so many Constant classes around that this one has been renamed to FormsConstants.
Constants() - Constructor for class org.apache.cocoon.forms.Constants
Deprecated.  
ContainerDefinition - interface org.apache.cocoon.forms.formmodel.ContainerDefinition.
Interface to be implemented by WidgetDefinitions for Widgets which contain other widgets.
ContainerWidget - interface org.apache.cocoon.forms.formmodel.ContainerWidget.
Interface to be implemented by Widgets which contain other widgets.
ContainerWidgetAsMap - class org.apache.cocoon.forms.util.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).
ContainerWidgetAsMap(AbstractContainerWidget, boolean) - Constructor for class org.apache.cocoon.forms.util.ContainerWidgetAsMap
Wraps a container widget in a Map.
ContainerWidgetAsMap(AbstractContainerWidget) - Constructor for class org.apache.cocoon.forms.util.ContainerWidgetAsMap
Same as ContainerWidgetAsMap(container, false)
ContextJXPathBinding - class org.apache.cocoon.forms.binding.ContextJXPathBinding.
ContextJXPathBinding provides an implementation of a Binding that narrows the binding scope to some xpath-context on the target objectModel to load and save from.
ContextJXPathBinding(JXPathBindingBuilderBase.CommonAttributes, String, JXPathBindingBase[]) - Constructor for class org.apache.cocoon.forms.binding.ContextJXPathBinding
Constructs ContextJXPathBinding for the specified xpath sub-context
ContextJXPathBinding(JXPathBindingBuilderBase.CommonAttributes, String, String, JXPathBindingBase[]) - Constructor for class org.apache.cocoon.forms.binding.ContextJXPathBinding
Constructs ContextJXPathBinding for the specified xpath sub-context and optional JXPath factory class.
ContextJXPathBindingBuilder - class org.apache.cocoon.forms.binding.ContextJXPathBindingBuilder.
ContextJXPathBindingBuilder provides a helper class for the Factory implemented in JXPathBindingManager that helps construct the actual ContextJXPathBinding out of the configuration in the provided configElement which looks like:
ContextJXPathBindingBuilder() - Constructor for class org.apache.cocoon.forms.binding.ContextJXPathBindingBuilder
 
ConversionResult - class org.apache.cocoon.forms.datatype.convertor.ConversionResult.
Object returned as result of Convertor.convertFromString(java.lang.String, java.util.Locale, org.apache.cocoon.forms.datatype.convertor.Convertor.FormatCache).
ConversionResult(Object) - Constructor for class org.apache.cocoon.forms.datatype.convertor.ConversionResult
Constructs a successful ConversionResult.
ConversionResult(ValidationError) - Constructor for class org.apache.cocoon.forms.datatype.convertor.ConversionResult
Constructs an unsuccessful ConversionResult.
Convertor - interface org.apache.cocoon.forms.datatype.convertor.Convertor.
The purpose of a Convertor is to convert between Object and String representations of the same thing.
Convertor.FormatCache - interface org.apache.cocoon.forms.datatype.convertor.Convertor.FormatCache.
 
ConvertorBuilder - interface org.apache.cocoon.forms.datatype.convertor.ConvertorBuilder.
Interface to be implemented by components that can build a Convertor based on a XML configuration (supplied as DOM Element).
CreateEvent - class org.apache.cocoon.forms.event.CreateEvent.
An event raised when a widget is created, once it has been fully set up.
CreateEvent(Widget) - Constructor for class org.apache.cocoon.forms.event.CreateEvent
 
CreateListener - interface org.apache.cocoon.forms.event.CreateListener.
Listeners for CreateEvents
CustomJXPathBinding - class org.apache.cocoon.forms.binding.CustomJXPathBinding.
CustomJXPathBinding
CustomJXPathBinding(JXPathBindingBuilderBase.CommonAttributes, String, String, AbstractCustomBinding) - Constructor for class org.apache.cocoon.forms.binding.CustomJXPathBinding
Constructs CustomJXPathBinding
CustomJXPathBindingBuilder - class org.apache.cocoon.forms.binding.CustomJXPathBindingBuilder.
CustomJXPathBindingBuilder provides a helper class for the Factory implemented in JXPathBindingManager that helps construct the actual CustomJXPathBinding out of the configuration in the provided configElement which looks like one of the following:
CustomJXPathBindingBuilder() - Constructor for class org.apache.cocoon.forms.binding.CustomJXPathBindingBuilder
 
cache - Variable in class org.apache.cocoon.forms.DefaultCacheManager
 
cacheManager - Variable in class org.apache.cocoon.forms.DefaultFormManager
 
calculate(Form, Widget, Datatype) - Method in interface org.apache.cocoon.forms.formmodel.CalculatedFieldAlgorithm
Performs the actual calculation.
calculate(Form, Widget, Datatype) - Method in class org.apache.cocoon.forms.formmodel.algorithms.JavaScript
 
calculate(Form, Widget, Datatype) - Method in class org.apache.cocoon.forms.formmodel.algorithms.RepeatedFormula
 
calculate(Form, Widget, Datatype) - Method in class org.apache.cocoon.forms.formmodel.algorithms.SimpleFormula
 
callFunction(Function, Object, Object[], Map) - Static method in class org.apache.cocoon.forms.util.JavaScriptHelper
 
callScript(WidgetEvent) - Method in class org.apache.cocoon.forms.event.impl.JavaScriptWidgetListener
Call the script that implements the event handler
caseValue - Variable in class org.apache.cocoon.forms.formmodel.Union
 
characters(char[], int, int) - Method in class org.apache.cocoon.forms.datatype.DynamicSelectionList.SelectionListHandler
 
characters(char[], int, int) - Method in class org.apache.cocoon.forms.transformation.EffectPipe.BufferHandler
 
characters(char[], int, int) - Method in class org.apache.cocoon.forms.transformation.EffectPipe.CopyHandler
 
characters(char[], int, int) - Method in class org.apache.cocoon.forms.transformation.EffectPipe.ErrorHandler
 
characters(char[], int, int) - Method in interface org.apache.cocoon.forms.transformation.EffectPipe.Handler
 
characters(char[], int, int) - Method in class org.apache.cocoon.forms.transformation.EffectPipe.NullHandler
 
characters(char[], int, int) - Method in class org.apache.cocoon.forms.transformation.EffectPipe
 
characters(char[], int, int) - Method in class org.apache.cocoon.forms.util.XMLAdapter
Receive notification of character data.
check() - Method in class org.apache.cocoon.forms.expression.IsNullFunction
 
checkCompleteness() - Method in class org.apache.cocoon.forms.formmodel.AbstractContainerDefinition
checks completeness of this definition
checkCompleteness() - Method in class org.apache.cocoon.forms.formmodel.AbstractDatatypeWidgetDefinition
checks definition's completeness
checkCompleteness() - Method in class org.apache.cocoon.forms.formmodel.AbstractWidgetDefinition
Checks if this definition is complete or not.
checkCompleteness() - Method in class org.apache.cocoon.forms.formmodel.AggregateFieldDefinition
checks completeness of this definition
checkCompleteness() - Method in interface org.apache.cocoon.forms.formmodel.WidgetDefinition
Checks whether this definition is complete since we are allowed to have partial definitions in libraries.
checkCompleteness() - Method in class org.apache.cocoon.forms.formmodel.WidgetDefinitionList
 
checkMutable() - Method in class org.apache.cocoon.forms.formmodel.AbstractWidgetDefinition
Check that this definition is mutable, i.e.
chooseWidgets - Variable in class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe
 
classes - Variable in class org.apache.cocoon.forms.binding.JXPathBindingBase
Cache of class definitions
classes - Variable in class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe
 
clear() - Method in class org.apache.cocoon.forms.formmodel.Repeater
Clears all rows from the repeater and go back to the initial size
clear() - Method in class org.apache.cocoon.forms.util.RepeaterAsList
 
clearSelection() - Method in class org.apache.cocoon.forms.formmodel.tree.Tree
 
clearTriggers() - Method in class org.apache.cocoon.forms.formmodel.algorithms.AbstractBaseAlgorithm
 
collapseAll() - Method in class org.apache.cocoon.forms.formmodel.tree.Tree
 
collapsePath(TreePath) - Method in class org.apache.cocoon.forms.formmodel.tree.Tree
 
combineFields() - Method in class org.apache.cocoon.forms.formmodel.AggregateField
 
comment(char[], int, int) - Method in class org.apache.cocoon.forms.datatype.DynamicSelectionList.SelectionListHandler
 
comment(char[], int, int) - Method in class org.apache.cocoon.forms.transformation.EffectPipe.BufferHandler
 
comment(char[], int, int) - Method in class org.apache.cocoon.forms.transformation.EffectPipe.CopyHandler
 
comment(char[], int, int) - Method in class org.apache.cocoon.forms.transformation.EffectPipe.ErrorHandler
 
comment(char[], int, int) - Method in interface org.apache.cocoon.forms.transformation.EffectPipe.Handler
 
comment(char[], int, int) - Method in class org.apache.cocoon.forms.transformation.EffectPipe.NullHandler
 
comment(char[], int, int) - Method in class org.apache.cocoon.forms.transformation.EffectPipe
 
compileElementContent(Element) - Static method in class org.apache.cocoon.forms.util.DomHelper
Returns the content of the given Element as an object implementing the XMLizable interface.
config - Variable in class org.apache.cocoon.forms.generation.FormsGenerator
 
container - Variable in class org.apache.cocoon.forms.util.ContainerWidgetAsMap
 
containsKey(Object) - Method in class org.apache.cocoon.forms.util.CombiningMap
 
contextWidget - Variable in class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe
 
contextWidgets - Variable in class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe
 
contextualize(Context) - Method in class org.apache.cocoon.forms.generation.SuggestionListGenerator
 
convert(Object, Datatype) - Method in class org.apache.cocoon.forms.formmodel.CalculatedField
Tries to convert the return value of the algorithm to the right value for this field datatype.
convertFromString(String, Locale) - Method in interface org.apache.cocoon.forms.datatype.Datatype
Converts a string to an object of this datatype.
convertFromString(String, Locale, Convertor.FormatCache) - Method in class org.apache.cocoon.forms.datatype.convertor.BeanConvertor
 
convertFromString(String, Locale, Convertor.FormatCache) - Method in class org.apache.cocoon.forms.datatype.convertor.CharConvertor
 
convertFromString(String, Locale, Convertor.FormatCache) - Method in interface org.apache.cocoon.forms.datatype.convertor.Convertor
Converts string representation into the object of convertor's type.
convertFromString(String, Locale, Convertor.FormatCache) - Method in class org.apache.cocoon.forms.datatype.convertor.DummyStringConvertor
 
convertFromString(String, Locale, Convertor.FormatCache) - Method in class org.apache.cocoon.forms.datatype.convertor.EnumConvertor
 
convertFromString(String, Locale, Convertor.FormatCache) - Method in class org.apache.cocoon.forms.datatype.convertor.FormattingDateConvertor
 
convertFromString(String, Locale, Convertor.FormatCache) - Method in class org.apache.cocoon.forms.datatype.convertor.FormattingDecimalConvertor
 
convertFromString(String, Locale, Convertor.FormatCache) - Method in class org.apache.cocoon.forms.datatype.convertor.FormattingDoubleConvertor
 
convertFromString(String, Locale, Convertor.FormatCache) - Method in class org.apache.cocoon.forms.datatype.convertor.FormattingFloatConvertor
 
convertFromString(String, Locale, Convertor.FormatCache) - Method in class org.apache.cocoon.forms.datatype.convertor.FormattingIntegerConvertor
 
convertFromString(String, Locale, Convertor.FormatCache) - Method in class org.apache.cocoon.forms.datatype.convertor.FormattingLongConvertor
 
convertFromString(String, Locale, Convertor.FormatCache) - Method in class org.apache.cocoon.forms.datatype.convertor.HtmlCleaningConvertor
 
convertFromString(String, Locale, Convertor.FormatCache) - Method in class org.apache.cocoon.forms.datatype.convertor.Icu4jDateConvertor
 
convertFromString(String, Locale, Convertor.FormatCache) - Method in class org.apache.cocoon.forms.datatype.convertor.MillisDateConvertor
 
convertFromString(String, Locale, Convertor.FormatCache) - Method in class org.apache.cocoon.forms.datatype.convertor.PlainBooleanConvertor
 
convertFromString(String, Locale, Convertor.FormatCache) - Method in class org.apache.cocoon.forms.datatype.convertor.PlainDecimalConvertor
 
convertFromString(String, Locale, Convertor.FormatCache) - Method in class org.apache.cocoon.forms.datatype.convertor.PlainDoubleConvertor
 
convertFromString(String, Locale, Convertor.FormatCache) - Method in class org.apache.cocoon.forms.datatype.convertor.PlainFloatConvertor
 
convertFromString(String, Locale, Convertor.FormatCache) - Method in class org.apache.cocoon.forms.datatype.convertor.PlainIntegerConvertor
 
convertFromString(String, Locale, Convertor.FormatCache) - Method in class org.apache.cocoon.forms.datatype.convertor.PlainLongConvertor
 
convertFromString(String, Locale) - Method in class org.apache.cocoon.forms.datatype.typeimpl.AbstractDatatype
 
convertToString(Object, Locale) - Method in interface org.apache.cocoon.forms.datatype.Datatype
Converts an object of this datatype to a string representation.
convertToString(Object, Locale, Convertor.FormatCache) - Method in class org.apache.cocoon.forms.datatype.convertor.BeanConvertor
 
convertToString(Object, Locale, Convertor.FormatCache) - Method in class org.apache.cocoon.forms.datatype.convertor.CharConvertor
 
convertToString(Object, Locale, Convertor.FormatCache) - Method in interface org.apache.cocoon.forms.datatype.convertor.Convertor
 
convertToString(Object, Locale, Convertor.FormatCache) - Method in class org.apache.cocoon.forms.datatype.convertor.DummyStringConvertor
 
convertToString(Object, Locale, Convertor.FormatCache) - Method in class org.apache.cocoon.forms.datatype.convertor.EnumConvertor
 
convertToString(Object, Locale, Convertor.FormatCache) - Method in class org.apache.cocoon.forms.datatype.convertor.FormattingDateConvertor
 
convertToString(Object, Locale, Convertor.FormatCache) - Method in class org.apache.cocoon.forms.datatype.convertor.FormattingDecimalConvertor
 
convertToString(Object, Locale, Convertor.FormatCache) - Method in class org.apache.cocoon.forms.datatype.convertor.HtmlCleaningConvertor
 
convertToString(Object, Locale, Convertor.FormatCache) - Method in class org.apache.cocoon.forms.datatype.convertor.Icu4jDateConvertor
 
convertToString(Object, Locale, Convertor.FormatCache) - Method in class org.apache.cocoon.forms.datatype.convertor.MillisDateConvertor
 
convertToString(Object, Locale, Convertor.FormatCache) - Method in class org.apache.cocoon.forms.datatype.convertor.PlainBooleanConvertor
 
convertToString(Object, Locale, Convertor.FormatCache) - Method in class org.apache.cocoon.forms.datatype.convertor.PlainDecimalConvertor
 
convertToString(Object, Locale, Convertor.FormatCache) - Method in class org.apache.cocoon.forms.datatype.convertor.PlainDoubleConvertor
 
convertToString(Object, Locale, Convertor.FormatCache) - Method in class org.apache.cocoon.forms.datatype.convertor.PlainFloatConvertor
 
convertToString(Object, Locale, Convertor.FormatCache) - Method in class org.apache.cocoon.forms.datatype.convertor.PlainIntegerConvertor
 
convertToString(Object, Locale, Convertor.FormatCache) - Method in class org.apache.cocoon.forms.datatype.convertor.PlainLongConvertor
 
convertToString(Object, Locale) - Method in class org.apache.cocoon.forms.datatype.typeimpl.AbstractDatatype
 
create(String) - Static method in class org.apache.cocoon.forms.datatype.convertor.ConversionResult
Constructs an unsuccessful ConversionResult.
createBinding(Source) - Method in interface org.apache.cocoon.forms.binding.BindingManager
Creates a binding from the XML config found at source parameter.
createBinding(String) - Method in interface org.apache.cocoon.forms.binding.BindingManager
Creates a binding from the XML config found at bindingURI parameter.
createBinding(Element) - Method in interface org.apache.cocoon.forms.binding.BindingManager
Creates a binding from the XML config that is supplied as a DOM tree.
createBinding(Source) - Method in class org.apache.cocoon.forms.binding.JXPathBindingManager
 
createBinding(String) - Method in class org.apache.cocoon.forms.binding.JXPathBindingManager
 
createBinding(Element) - Method in class org.apache.cocoon.forms.binding.JXPathBindingManager
 
createConfig(Map, Parameters) - Static method in class org.apache.cocoon.forms.transformation.FormsPipelineConfig
Creates and initializes a FormsPipelineConfig object based on the passed arguments of the setup() of the specific Pipeline-component.
createConvertor(String, Element) - Method in interface org.apache.cocoon.forms.datatype.DatatypeManager
Creates a convertor based on an XML description.
createConvertor(String, Element) - Method in class org.apache.cocoon.forms.datatype.DefaultDatatypeManager
 
createConvertor() - Method in class org.apache.cocoon.forms.datatype.convertor.FormattingDecimalConvertorBuilder
 
createConvertor() - Method in class org.apache.cocoon.forms.datatype.convertor.FormattingDoubleConvertorBuilder
 
createConvertor() - Method in class org.apache.cocoon.forms.datatype.convertor.FormattingFloatConvertorBuilder
 
createConvertor() - Method in class org.apache.cocoon.forms.datatype.convertor.FormattingIntegerConvertorBuilder
 
createConvertor() - Method in class org.apache.cocoon.forms.datatype.convertor.FormattingLongConvertorBuilder
 
createDatatype(Element, boolean) - Method in interface org.apache.cocoon.forms.datatype.DatatypeManager
Creates a datatype from an XML description.
createDatatype(Element, boolean) - Method in class org.apache.cocoon.forms.datatype.DefaultDatatypeManager
 
createDefinition(Element, String) - Method in class org.apache.cocoon.forms.formmodel.RepeaterActionDefinitionBuilder
 
createDefinition(Element, String) - Method in class org.apache.cocoon.forms.formmodel.RowActionDefinitionBuilder
 
createForm(String) - Method in class org.apache.cocoon.forms.DefaultFormManager
 
createForm(Source) - Method in class org.apache.cocoon.forms.DefaultFormManager
 
createForm(Element) - Method in class org.apache.cocoon.forms.DefaultFormManager
 
createForm(String) - Method in interface org.apache.cocoon.forms.FormManager
Creates a form instance based on the XML form definition that can be retrieved from the specified URI.
createForm(Source) - Method in interface org.apache.cocoon.forms.FormManager
Creates a form instance based on the XML form definition that can be read from the specified source.
createForm(Element) - Method in interface org.apache.cocoon.forms.FormManager
Creates a form instance based on the XML form definition that is supplied as a DOM tree.
createFormDefinition(String) - Method in class org.apache.cocoon.forms.DefaultFormManager
 
createFormDefinition(Source) - Method in class org.apache.cocoon.forms.DefaultFormManager
 
createFormDefinition(Element) - Method in class org.apache.cocoon.forms.DefaultFormManager
 
createFormDefinition(String) - Method in interface org.apache.cocoon.forms.FormManager
Creates a form definition based on the XML form definition that can be retrieved from the specified URI.
createFormDefinition(Source) - Method in interface org.apache.cocoon.forms.FormManager
Creates a form definition based on the XML form definition that can be retrieved from the specified source.
createFormDefinition(Element) - Method in interface org.apache.cocoon.forms.FormManager
Creates a form definition based on the XML form definition that is supplied as a DOM tree.
createHelper(XMLConsumer, Request, String) - Static method in class org.apache.cocoon.forms.generation.JXMacrosHelper
Builds and helper object, given the generator's consumer.
createInstance() - Method in class org.apache.cocoon.forms.formmodel.ActionDefinition
 
createInstance() - Method in class org.apache.cocoon.forms.formmodel.AggregateFieldDefinition
 
createInstance() - Method in class org.apache.cocoon.forms.formmodel.BooleanFieldDefinition
 
createInstance() - Method in class org.apache.cocoon.forms.formmodel.CalculatedFieldDefinition
 
createInstance() - Method in class org.apache.cocoon.forms.formmodel.CaptchaFieldDefinition
 
createInstance() - Method in class org.apache.cocoon.forms.formmodel.ClassDefinition
 
createInstance() - Method in class org.apache.cocoon.forms.formmodel.FieldDefinition
 
createInstance() - Method in class org.apache.cocoon.forms.formmodel.FormDefinition
 
createInstance() - Method in class org.apache.cocoon.forms.formmodel.GoogleMapDefinition
 
createInstance() - Method in class org.apache.cocoon.forms.formmodel.GroupDefinition
 
createInstance() - Method in class org.apache.cocoon.forms.formmodel.ImageMapDefinition
 
createInstance() - Method in class org.apache.cocoon.forms.formmodel.MessagesDefinition
 
createInstance() - Method in class org.apache.cocoon.forms.formmodel.MultiValueFieldDefinition
 
createInstance() - Method in class org.apache.cocoon.forms.formmodel.NewDefinition
 
createInstance() - Method in class org.apache.cocoon.forms.formmodel.OutputDefinition
 
createInstance() - Method in class org.apache.cocoon.forms.formmodel.RepeaterActionDefinition
 
createInstance() - Method in class org.apache.cocoon.forms.formmodel.RepeaterDefinition
 
createInstance() - Method in class org.apache.cocoon.forms.formmodel.RepeaterFilterFieldDefinition
 
createInstance() - Method in class org.apache.cocoon.forms.formmodel.RowActionDefinition
 
createInstance() - Method in class org.apache.cocoon.forms.formmodel.StructDefinition
Deprecated.  
createInstance() - Method in class org.apache.cocoon.forms.formmodel.SubmitDefinition
 
createInstance() - Method in class org.apache.cocoon.forms.formmodel.UnionDefinition
 
createInstance() - Method in class org.apache.cocoon.forms.formmodel.UploadDefinition
 
createInstance() - Method in interface org.apache.cocoon.forms.formmodel.WidgetDefinition
Creates and returns a widget based on this widget definition.
createInstance() - Method in class org.apache.cocoon.forms.formmodel.tree.JavaTreeModelDefinition
 
createInstance() - Method in class org.apache.cocoon.forms.formmodel.tree.SourceTreeModelDefinition
 
createInstance() - Method in class org.apache.cocoon.forms.formmodel.tree.TreeDefinition
 
createInstance() - Method in interface org.apache.cocoon.forms.formmodel.tree.TreeModelDefinition
 
createListener - Variable in class org.apache.cocoon.forms.formmodel.AbstractWidgetDefinition
 
createModel() - Method in class org.apache.cocoon.forms.formmodel.tree.TreeDefinition
 
createValidationRule(Element) - Method in interface org.apache.cocoon.forms.datatype.DatatypeManager
Creates a validation rule from an XML description.
createValidationRule(Element) - Method in class org.apache.cocoon.forms.datatype.DefaultDatatypeManager
 
createWalker() - Method in class org.apache.cocoon.forms.generation.JXMacrosHelper
 
createWidget(Widget, String) - Method in class org.apache.cocoon.forms.formmodel.AbstractContainerDefinition
 
createWidget(Widget, String) - Method in interface org.apache.cocoon.forms.formmodel.ContainerDefinition
Create a widget from a contained widget definition.
createWidget(Widget, String) - Method in class org.apache.cocoon.forms.formmodel.WidgetDefinitionList
 
createWidgets(Widget) - Method in class org.apache.cocoon.forms.formmodel.AbstractContainerDefinition
 
createWidgets(Widget) - Method in interface org.apache.cocoon.forms.formmodel.ContainerDefinition
Create widgets from the contained widget definitions.
createWidgets(Widget) - Method in class org.apache.cocoon.forms.formmodel.WidgetDefinitionList
 

D

DATE - Static variable in class org.apache.cocoon.forms.datatype.convertor.FormattingDateConvertor
 
DATE - Static variable in class org.apache.cocoon.forms.datatype.convertor.Icu4jDateConvertor
 
DATE_TIME - Static variable in class org.apache.cocoon.forms.datatype.convertor.FormattingDateConvertor
 
DATE_TIME - Static variable in class org.apache.cocoon.forms.datatype.convertor.Icu4jDateConvertor
 
DEFINITION_NS - Static variable in class org.apache.cocoon.forms.FormsConstants
Namespace for Definition elements
DEFINITION_PREFIX - Static variable in class org.apache.cocoon.forms.FormsConstants
 
DEFINITION_PREFIX_COLON - Static variable in class org.apache.cocoon.forms.FormsConstants
 
DISABLED - Static variable in class org.apache.cocoon.forms.formmodel.WidgetState
Disabled state, value is displayed but user input is ignored.
DataWidget - interface org.apache.cocoon.forms.formmodel.DataWidget.
 
Datatype - interface org.apache.cocoon.forms.datatype.Datatype.
A Datatype encapsulates the functionality for working with specific kinds of data like integers, decimals or dates.
DatatypeBuilder - interface org.apache.cocoon.forms.datatype.DatatypeBuilder.
Implementations of this class build a Datatype from an XML description (a DOM Element).
DatatypeManager - interface org.apache.cocoon.forms.datatype.DatatypeManager.
Work interface for the component that manages the datatypes.
DateConvertorBuilder - interface org.apache.cocoon.forms.datatype.convertor.DateConvertorBuilder.
 
DateType - class org.apache.cocoon.forms.datatype.typeimpl.DateType.
A Datatype implementation for java.util.Date's (so includes a time-component).
DateType() - Constructor for class org.apache.cocoon.forms.datatype.typeimpl.DateType
 
DateTypeBuilder - class org.apache.cocoon.forms.datatype.typeimpl.DateTypeBuilder.
Builds DateTypes.
DateTypeBuilder() - Constructor for class org.apache.cocoon.forms.datatype.typeimpl.DateTypeBuilder
 
DecimalConvertorBuilder - interface org.apache.cocoon.forms.datatype.convertor.DecimalConvertorBuilder.
 
DecimalType - class org.apache.cocoon.forms.datatype.typeimpl.DecimalType.
A Datatype implementation for decimal numbers (backed by the java.math.BigDecimal class).
DecimalType() - Constructor for class org.apache.cocoon.forms.datatype.typeimpl.DecimalType
 
DecimalTypeBuilder - class org.apache.cocoon.forms.datatype.typeimpl.DecimalTypeBuilder.
Builds DecimalTypes.
DecimalTypeBuilder() - Constructor for class org.apache.cocoon.forms.datatype.typeimpl.DecimalTypeBuilder
 
DefaultCacheManager - class org.apache.cocoon.forms.DefaultCacheManager.
Component implementing the CacheManager role.
DefaultCacheManager() - Constructor for class org.apache.cocoon.forms.DefaultCacheManager
 
DefaultDatatypeManager - class org.apache.cocoon.forms.datatype.DefaultDatatypeManager.
Implementation of the DatatypeManager component.
DefaultDatatypeManager() - Constructor for class org.apache.cocoon.forms.datatype.DefaultDatatypeManager
 
DefaultExpressionManager - class org.apache.cocoon.forms.expression.DefaultExpressionManager.
Implementation of the ExpressionManager role.
DefaultExpressionManager() - Constructor for class org.apache.cocoon.forms.expression.DefaultExpressionManager
 
DefaultFormManager - class org.apache.cocoon.forms.DefaultFormManager.
Component implementing the FormManager role.
DefaultFormManager() - Constructor for class org.apache.cocoon.forms.DefaultFormManager
 
DefaultFormatCache - class org.apache.cocoon.forms.datatype.convertor.DefaultFormatCache.
 
DefaultFormatCache() - Constructor for class org.apache.cocoon.forms.datatype.convertor.DefaultFormatCache
 
DefaultSelectionListBuilder - class org.apache.cocoon.forms.datatype.DefaultSelectionListBuilder.
Builds SelectionLists from an XML description or an URL.
DefaultSelectionListBuilder() - Constructor for class org.apache.cocoon.forms.datatype.DefaultSelectionListBuilder
 
DefaultTreeModel - class org.apache.cocoon.forms.formmodel.tree.DefaultTreeModel.
A default tree model, implemented with DefaultTreeModel.TreeNodes.
DefaultTreeModel(DefaultTreeModel.TreeNode) - Constructor for class org.apache.cocoon.forms.formmodel.tree.DefaultTreeModel
 
DefaultTreeModel.DefaultTreeNode - class org.apache.cocoon.forms.formmodel.tree.DefaultTreeModel.DefaultTreeNode.
 
DefaultTreeModel.DefaultTreeNode(Object) - Constructor for class org.apache.cocoon.forms.formmodel.tree.DefaultTreeModel.DefaultTreeNode
 
DefaultTreeModel.DefaultTreeNode(Object, Map) - Constructor for class org.apache.cocoon.forms.formmodel.tree.DefaultTreeModel.DefaultTreeNode
 
DefaultTreeModel.TreeNode - interface org.apache.cocoon.forms.formmodel.tree.DefaultTreeModel.TreeNode.
 
DeferredValueChangedEvent - class org.apache.cocoon.forms.event.DeferredValueChangedEvent.
A ValueChangedEvent that defers getting the new value from the widget until it's actually requested.
DeferredValueChangedEvent(Widget, Object) - Constructor for class org.apache.cocoon.forms.event.DeferredValueChangedEvent
 
DeleteNodeJXPathBinding - class org.apache.cocoon.forms.binding.DeleteNodeJXPathBinding.
DeleteNodeJXPathBinding provides an implementation of a Binding that deletes the current context-bean from the target back-end model upon save.
DeleteNodeJXPathBinding(JXPathBindingBuilderBase.CommonAttributes) - Constructor for class org.apache.cocoon.forms.binding.DeleteNodeJXPathBinding
 
DeleteNodeJXPathBindingBuilder - class org.apache.cocoon.forms.binding.DeleteNodeJXPathBindingBuilder.
DeleteNodeJXPathBindingBuilder provides a helper class for the Factory implemented in JXPathBindingManager that helps construct the actual DeleteNodeJXPathBinding out of the configuration in the provided configElement which looks like:
DeleteNodeJXPathBindingBuilder() - Constructor for class org.apache.cocoon.forms.binding.DeleteNodeJXPathBindingBuilder
 
DomHelper - class org.apache.cocoon.forms.util.DomHelper.
Helper class to create and retrieve information from DOM-trees.
DomHelper() - Constructor for class org.apache.cocoon.forms.util.DomHelper
 
DoubleConvertorBuilder - interface org.apache.cocoon.forms.datatype.convertor.DoubleConvertorBuilder.
 
DoubleType - class org.apache.cocoon.forms.datatype.typeimpl.DoubleType.
A Datatype implementation for double numbers (backed by the java.lang.Double class).
DoubleType() - Constructor for class org.apache.cocoon.forms.datatype.typeimpl.DoubleType
 
DoubleTypeBuilder - class org.apache.cocoon.forms.datatype.typeimpl.DoubleTypeBuilder.
Builds DoubleTypes.
DoubleTypeBuilder() - Constructor for class org.apache.cocoon.forms.datatype.typeimpl.DoubleTypeBuilder
 
DummyStringConvertor - class org.apache.cocoon.forms.datatype.convertor.DummyStringConvertor.
Convertor that converts between strings and strings, in other words, it does nothing.
DummyStringConvertor() - Constructor for class org.apache.cocoon.forms.datatype.convertor.DummyStringConvertor
 
DummyStringConvertorBuilder - class org.apache.cocoon.forms.datatype.convertor.DummyStringConvertorBuilder.
Builds DummyStringConvertors.
DummyStringConvertorBuilder() - Constructor for class org.apache.cocoon.forms.datatype.convertor.DummyStringConvertorBuilder
 
DuplicateIdException - exception org.apache.cocoon.forms.formmodel.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.
DuplicateIdException(String) - Constructor for class org.apache.cocoon.forms.formmodel.DuplicateIdException
 
DuplicateIdException(String, Location) - Constructor for class org.apache.cocoon.forms.formmodel.DuplicateIdException
 
DuplicateIdException(String, WidgetDefinition) - Constructor for class org.apache.cocoon.forms.formmodel.DuplicateIdException
 
DynamicSelectionList - class org.apache.cocoon.forms.datatype.DynamicSelectionList.
SelectionList implementation that always reads its content from the source each time it is requested.
DynamicSelectionList(Datatype, String, boolean, XMLizer, SourceResolver, HttpServletRequest) - Constructor for class org.apache.cocoon.forms.datatype.DynamicSelectionList
 
DynamicSelectionList(Datatype, String, XMLizer, SourceResolver, HttpServletRequest) - Constructor for class org.apache.cocoon.forms.datatype.DynamicSelectionList
Creates a DynamicSelectionList without caching
DynamicSelectionList.SelectionListHandler - class org.apache.cocoon.forms.datatype.DynamicSelectionList.SelectionListHandler.
XMLConsumer used to handle selection lists generated on the fly.
DynamicSelectionList.SelectionListHandler(Locale) - Constructor for class org.apache.cocoon.forms.datatype.DynamicSelectionList.SelectionListHandler
 
datatype - Variable in class org.apache.cocoon.forms.datatype.AbstractJavaSelectionList
 
datatypeManager - Variable in class org.apache.cocoon.forms.binding.JXPathBindingManager
 
datatypeManager - Variable in class org.apache.cocoon.forms.formmodel.AbstractWidgetDefinitionBuilder
 
debug(String) - Method in class org.apache.cocoon.forms.binding.library.LibraryManagerImpl
 
declareVariable(String, Object) - Method in class org.apache.cocoon.forms.transformation.FormsPipelineConfig.FormsVariables
 
defineClassBody(Form, String, Object) - Method in class org.apache.cocoon.forms.generation.JXMacrosHelper
 
definition - Variable in class org.apache.cocoon.forms.formmodel.Repeater
 
definitions - Variable in class org.apache.cocoon.forms.binding.library.Library
 
definitions - Variable in class org.apache.cocoon.forms.formmodel.AbstractContainerDefinition
 
definitions - Variable in class org.apache.cocoon.forms.formmodel.library.Library
 
delete(int) - Method in class org.apache.cocoon.forms.flow.javascript.ScriptableWidget
 
deleteRow(RepeaterItem) - Method in class org.apache.cocoon.forms.binding.RepeaterJXPathCollection
 
dependenciesHaveChanged() - Method in class org.apache.cocoon.forms.binding.library.Library
 
dependenciesHaveChanged() - Method in class org.apache.cocoon.forms.formmodel.library.Library
 
descriptions - Variable in class org.apache.cocoon.forms.event.impl.RequiredControl
 
dispose() - Method in class org.apache.cocoon.forms.acting.AbstractFormsAction
 
doLoad(Widget, JXPathContext) - Method in class org.apache.cocoon.forms.binding.AbstractCustomBinding
 
doLoad(Widget, JXPathContext) - Method in class org.apache.cocoon.forms.binding.AggregateJXPathBinding
Narrows the scope on the form-model to the member widget-field, and narrows the scope on the object-model to the member xpath-context before continuing the binding over the child-bindings.
doLoad(Widget, JXPathContext) - Method in class org.apache.cocoon.forms.binding.CaseJXPathBinding
Narrows the scope on the form-model to the member widget-field, and narrows the scope on the object-model to the member xpath-context before continuing the binding over the child-bindings.
doLoad(Widget, JXPathContext) - Method in class org.apache.cocoon.forms.binding.ClassJXPathBinding
Narrows the scope on the form-model to the member widget-field, and narrows the scope on the object-model to the member xpath-context before continuing the binding over the child-bindings.
doLoad(Widget, JXPathContext) - Method in class org.apache.cocoon.forms.binding.ComposedJXPathBindingBase
Actively performs the binding from the ObjectModel to the CForms-form by passing the task onto it's children.
doLoad(Widget, JXPathContext) - Method in class org.apache.cocoon.forms.binding.ContextJXPathBinding
Actively performs the binding from the ObjectModel wrapped in a jxpath context to the CocoonForm.
doLoad(Widget, JXPathContext) - Method in class org.apache.cocoon.forms.binding.CustomJXPathBinding
Delegates the actual loading operation to the provided Custom Binding Class after narrowing down on the selected widget (@id) and context (@path)
doLoad(Widget, JXPathContext) - Method in class org.apache.cocoon.forms.binding.DeleteNodeJXPathBinding
 
doLoad(Widget, JXPathContext) - Method in class org.apache.cocoon.forms.binding.EnhancedRepeaterJXPathBinding
 
doLoad(Widget, JXPathContext) - Method in class org.apache.cocoon.forms.binding.GroupJXPathBinding
Narrows the scope on the form-model to the member widget-field, and narrows the scope on the object-model to the member xpath-context before continuing the binding over the child-bindings.
doLoad(Widget, JXPathContext) - Method in class org.apache.cocoon.forms.binding.ImportJXPathBinding
 
doLoad(Widget, JXPathContext) - Method in class org.apache.cocoon.forms.binding.InsertBeanJXPathBinding
Do-nothing implementation of the interface.
doLoad(Widget, JXPathContext) - Method in class org.apache.cocoon.forms.binding.InsertNodeJXPathBinding
Do-nothing implementation of the interface.
doLoad(Widget, JXPathContext) - Method in class org.apache.cocoon.forms.binding.JXPathBindingBase
Performs the actual load binding regardless of the configured value of the "direction" attribute.
doLoad(Widget, JXPathContext) - Method in class org.apache.cocoon.forms.binding.JavaScriptJXPathBinding
 
doLoad(Widget, JXPathContext) - Method in class org.apache.cocoon.forms.binding.MultiValueJXPathBinding
 
doLoad(Widget, JXPathContext) - Method in class org.apache.cocoon.forms.binding.NewJXPathBinding
Narrows the scope on the form-model to the member widget-field, and narrows the scope on the object-model to the member xpath-context before continuing the binding over the child-bindings.
doLoad(Widget, JXPathContext) - Method in class org.apache.cocoon.forms.binding.RepeaterJXPathBinding
Binds the unique-id of the repeated rows, and narrows the context on objectModelContext and Repeater to the repeated rows before handing over to the actual binding-children.
doLoad(Widget, JXPathContext) - Method in class org.apache.cocoon.forms.binding.SetAttributeJXPathBinding
Do-Nothing implementation.
doLoad(Widget, JXPathContext) - Method in class org.apache.cocoon.forms.binding.SimpleRepeaterJXPathBinding
 
doLoad(Widget, JXPathContext) - Method in class org.apache.cocoon.forms.binding.StructJXPathBinding
Narrows the scope on the form-model to the member widget-field, and narrows the scope on the object-model to the member xpath-context before continuing the binding over the child-bindings.
doLoad(Widget, JXPathContext) - Method in class org.apache.cocoon.forms.binding.TempRepeaterJXPathBinding
 
doLoad(Widget, JXPathContext) - Method in class org.apache.cocoon.forms.binding.TreeModelJXPath
Actively performs the binding from the ObjectModel wrapped in a jxpath context to the CForms-form-widget specified in this object.
doLoad(Widget, JXPathContext) - Method in class org.apache.cocoon.forms.binding.UnionJXPathBinding
Narrows the scope on the form-model to the member widget-field, and narrows the scope on the object-model to the member xpath-context before continuing the binding over the child-bindings.
doLoad(Widget, JXPathContext) - Method in class org.apache.cocoon.forms.binding.ValueJXPathBinding
Actively performs the binding from the ObjectModel wrapped in a jxpath context to the CForms-form-widget specified in this object.
doPageLoad() - Method in class org.apache.cocoon.forms.formmodel.EnhancedRepeater
 
doPageSave() - Method in class org.apache.cocoon.forms.formmodel.EnhancedRepeater
save current page to cache-collections (updatedRows, deleted rows, insertedRows)
doSave(Widget, JXPathContext) - Method in class org.apache.cocoon.forms.binding.AbstractCustomBinding
 
doSave(Widget, JXPathContext) - Method in class org.apache.cocoon.forms.binding.AggregateJXPathBinding
Narrows the scope on the form-model to the member widget-field, and narrows the scope on the object-model to the member xpath-context before continuing the binding over the child-bindings.
doSave(Widget, JXPathContext) - Method in class org.apache.cocoon.forms.binding.CaseJXPathBinding
Narrows the scope on the form-model to the member widget-field, and narrows the scope on the object-model to the member xpath-context before continuing the binding over the child-bindings.
doSave(Widget, JXPathContext) - Method in class org.apache.cocoon.forms.binding.ClassJXPathBinding
Narrows the scope on the form-model to the member widget-field, and narrows the scope on the object-model to the member xpath-context before continuing the binding over the child-bindings.
doSave(Widget, JXPathContext) - Method in class org.apache.cocoon.forms.binding.ComposedJXPathBindingBase
Actively performs the binding from the CForms-form to the ObjectModel by passing the task onto it's children.
doSave(Widget, JXPathContext) - Method in class org.apache.cocoon.forms.binding.ContextJXPathBinding
Actively performs the binding from the CocoonForm to the ObjectModel wrapped in a jxpath context.
doSave(Widget, JXPathContext) - Method in class org.apache.cocoon.forms.binding.CustomJXPathBinding
Delegates the actual saving operation to the provided Custom Binding Class after narrowing down on the selected widget (@id) and context (@path)
doSave(Widget, JXPathContext) - Method in class org.apache.cocoon.forms.binding.DeleteNodeJXPathBinding
Removes the current context-bean from the jxpath context.
doSave(Widget, JXPathContext) - Method in class org.apache.cocoon.forms.binding.EnhancedRepeaterJXPathBinding
 
doSave(Widget, JXPathContext) - Method in class org.apache.cocoon.forms.binding.GroupJXPathBinding
Narrows the scope on the form-model to the member widget-field, and narrows the scope on the object-model to the member xpath-context before continuing the binding over the child-bindings.
doSave(Widget, JXPathContext) - Method in class org.apache.cocoon.forms.binding.ImportJXPathBinding
 
doSave(Widget, JXPathContext) - Method in class org.apache.cocoon.forms.binding.InsertBeanJXPathBinding
Registers a JXPath Factory on the JXPath Context.
doSave(Widget, JXPathContext) - Method in class org.apache.cocoon.forms.binding.InsertNodeJXPathBinding
Registers a JXPath Factory on the JXPath Context.
doSave(Widget, JXPathContext) - Method in class org.apache.cocoon.forms.binding.JXPathBindingBase
Performs the actual save binding regardless of the configured value of the "direction" attribute.
doSave(Widget, JXPathContext) - Method in class org.apache.cocoon.forms.binding.JavaScriptJXPathBinding
 
doSave(Widget, JXPathContext) - Method in class org.apache.cocoon.forms.binding.MultiValueJXPathBinding
 
doSave(Widget, JXPathContext) - Method in class org.apache.cocoon.forms.binding.NewJXPathBinding
Narrows the scope on the form-model to the member widget-field, and narrows the scope on the object-model to the member xpath-context before continuing the binding over the child-bindings.
doSave(Widget, JXPathContext) - Method in class org.apache.cocoon.forms.binding.RepeaterJXPathBinding
Uses the mapped identity of each row to detect if rows have been updated, inserted or removed.
doSave(Widget, JXPathContext) - Method in class org.apache.cocoon.forms.binding.SetAttributeJXPathBinding
Sets the attribute value on the passed JXPathContext
doSave(Widget, JXPathContext) - Method in class org.apache.cocoon.forms.binding.SimpleRepeaterJXPathBinding
 
doSave(Widget, JXPathContext) - Method in class org.apache.cocoon.forms.binding.StructJXPathBinding
Narrows the scope on the form-model to the member widget-field, and narrows the scope on the object-model to the member xpath-context before continuing the binding over the child-bindings.
doSave(Widget, JXPathContext) - Method in class org.apache.cocoon.forms.binding.TempRepeaterJXPathBinding
 
doSave(Widget, JXPathContext) - Method in class org.apache.cocoon.forms.binding.TreeModelJXPath
 
doSave(Widget, JXPathContext) - Method in class org.apache.cocoon.forms.binding.UnionJXPathBinding
Narrows the scope on the form-model to the member widget-field, and narrows the scope on the object-model to the member xpath-context before continuing the binding over the child-bindings.
doSave(Widget, JXPathContext) - Method in class org.apache.cocoon.forms.binding.ValueJXPathBinding
Actively performs the binding from the CForms-form to the ObjectModel wrapped in a jxpath context

E

EffectPipe - class org.apache.cocoon.forms.transformation.EffectPipe.
Base class for XMLPipe's.
EffectPipe() - Constructor for class org.apache.cocoon.forms.transformation.EffectPipe
 
EffectPipe.BufferHandler - class org.apache.cocoon.forms.transformation.EffectPipe.BufferHandler.
Buffers content into the pipe's SAX buffer.
EffectPipe.BufferHandler() - Constructor for class org.apache.cocoon.forms.transformation.EffectPipe.BufferHandler
 
EffectPipe.CopyHandler - class org.apache.cocoon.forms.transformation.EffectPipe.CopyHandler.
Copies events over into the contentHandler
EffectPipe.CopyHandler() - Constructor for class org.apache.cocoon.forms.transformation.EffectPipe.CopyHandler
 
EffectPipe.ErrorHandler - class org.apache.cocoon.forms.transformation.EffectPipe.ErrorHandler.
Throws exception on most events, with the exception of ignorableWhitespace.
EffectPipe.ErrorHandler() - Constructor for class org.apache.cocoon.forms.transformation.EffectPipe.ErrorHandler
 
EffectPipe.Handler - interface org.apache.cocoon.forms.transformation.EffectPipe.Handler.
Handler interface.
EffectPipe.NullHandler - class org.apache.cocoon.forms.transformation.EffectPipe.NullHandler.
Ignores all events
EffectPipe.NullHandler() - Constructor for class org.apache.cocoon.forms.transformation.EffectPipe.NullHandler
 
EffectWidgetReplacingPipe - class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.
The basic operation of this Pipe is that it replaces ft:widget (in the FormsConstants.TEMPLATE_NS namespace) tags (having an id attribute) by the XML representation of the corresponding widget instance.
EffectWidgetReplacingPipe() - Constructor for class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe
 
EffectWidgetReplacingPipe.AggregateWidgetHandler - class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.AggregateWidgetHandler.
Handles ft:aggregate element.
EffectWidgetReplacingPipe.AggregateWidgetHandler() - Constructor for class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.AggregateWidgetHandler
 
EffectWidgetReplacingPipe.ChooseHandler - class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.ChooseHandler.
Handles ft:choose element.
EffectWidgetReplacingPipe.ChooseHandler() - Constructor for class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.ChooseHandler
 
EffectWidgetReplacingPipe.ChoosePassThruHandler - class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.ChoosePassThruHandler.
Handles ft:choose/ft:when element.
EffectWidgetReplacingPipe.ChoosePassThruHandler() - Constructor for class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.ChoosePassThruHandler
 
EffectWidgetReplacingPipe.ClassHandler - class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.ClassHandler.
Handles ft:class element.
EffectWidgetReplacingPipe.ClassHandler() - Constructor for class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.ClassHandler
 
EffectWidgetReplacingPipe.ContinuationIdHandler - class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.ContinuationIdHandler.
Handles ft:continuation-id element.
EffectWidgetReplacingPipe.ContinuationIdHandler() - Constructor for class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.ContinuationIdHandler
 
EffectWidgetReplacingPipe.DocHandler - class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.DocHandler.
Top level handler for the forms template
EffectWidgetReplacingPipe.DocHandler() - Constructor for class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.DocHandler
 
EffectWidgetReplacingPipe.FormHandler - class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.FormHandler.
ft:form-template element handler.
EffectWidgetReplacingPipe.FormHandler() - Constructor for class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.FormHandler
 
EffectWidgetReplacingPipe.GroupHandler - class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.GroupHandler.
Handles ft:group element.
EffectWidgetReplacingPipe.GroupHandler() - Constructor for class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.GroupHandler
 
EffectWidgetReplacingPipe.NestedHandler - class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.NestedHandler.
 
EffectWidgetReplacingPipe.NestedHandler() - Constructor for class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.NestedHandler
 
EffectWidgetReplacingPipe.NewHandler - class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.NewHandler.
Handles ft:new element.
EffectWidgetReplacingPipe.NewHandler() - Constructor for class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.NewHandler
 
EffectWidgetReplacingPipe.RepeaterHandler - class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.RepeaterHandler.
Handles ft:repeater element.
EffectWidgetReplacingPipe.RepeaterHandler() - Constructor for class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.RepeaterHandler
 
EffectWidgetReplacingPipe.RepeaterRowsHandler - class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.RepeaterRowsHandler.
Handles ft:repeater-rows element.
EffectWidgetReplacingPipe.RepeaterRowsHandler() - Constructor for class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.RepeaterRowsHandler
 
EffectWidgetReplacingPipe.RepeaterSizeHandler - class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.RepeaterSizeHandler.
Handles ft:repeater-size element.
EffectWidgetReplacingPipe.RepeaterSizeHandler() - Constructor for class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.RepeaterSizeHandler
 
EffectWidgetReplacingPipe.RepeaterWidgetHandler - class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.RepeaterWidgetHandler.
Handles ft:repeater-widget element: a single element for both the repeater and its rows
EffectWidgetReplacingPipe.RepeaterWidgetHandler() - Constructor for class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.RepeaterWidgetHandler
 
EffectWidgetReplacingPipe.RepeaterWidgetLabelHandler - class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.RepeaterWidgetLabelHandler.
Handles ft:repeater-widget-label element.
EffectWidgetReplacingPipe.RepeaterWidgetLabelHandler() - Constructor for class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.RepeaterWidgetLabelHandler
 
EffectWidgetReplacingPipe.SkipHandler - class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.SkipHandler.
ft:choose, ft:union use this.
EffectWidgetReplacingPipe.SkipHandler() - Constructor for class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.SkipHandler
 
EffectWidgetReplacingPipe.StructHandler - class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.StructHandler.
Handles ft:struct element.
EffectWidgetReplacingPipe.StructHandler() - Constructor for class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.StructHandler
 
EffectWidgetReplacingPipe.StylingContentHandler - class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.StylingContentHandler.
This ContentHandler helps in inserting SAX events before the closing tag of the root element.
EffectWidgetReplacingPipe.StylingContentHandler() - Constructor for class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.StylingContentHandler
 
EffectWidgetReplacingPipe.UnionHandler - class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.UnionHandler.
Handles ft:union element.
EffectWidgetReplacingPipe.UnionHandler() - Constructor for class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.UnionHandler
 
EffectWidgetReplacingPipe.UnionPassThruHandler - class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.UnionPassThruHandler.
Handles ft:union/ft:case element.
EffectWidgetReplacingPipe.UnionPassThruHandler() - Constructor for class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.UnionPassThruHandler
 
EffectWidgetReplacingPipe.ValidationErrorHandler - class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.ValidationErrorHandler.
Inserts validation errors (if any) for the Field widgets
EffectWidgetReplacingPipe.ValidationErrorHandler() - Constructor for class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.ValidationErrorHandler
 
EffectWidgetReplacingPipe.WidgetHandler - class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.WidgetHandler.
Handles ft:widget element.
EffectWidgetReplacingPipe.WidgetHandler() - Constructor for class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.WidgetHandler
 
EffectWidgetReplacingPipe.WidgetLabelHandler - class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.WidgetLabelHandler.
Handles ft:widget-label element.
EffectWidgetReplacingPipe.WidgetLabelHandler() - Constructor for class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.WidgetLabelHandler
 
EmailValidationRule - class org.apache.cocoon.forms.datatype.validationruleimpl.EmailValidationRule.
ValidationRule that checks that a string is an email address.
EmailValidationRule() - Constructor for class org.apache.cocoon.forms.datatype.validationruleimpl.EmailValidationRule
 
EmailValidationRuleBuilder - class org.apache.cocoon.forms.datatype.validationruleimpl.EmailValidationRuleBuilder.
Builds EmailValidationRules.
EmailValidationRuleBuilder() - Constructor for class org.apache.cocoon.forms.datatype.validationruleimpl.EmailValidationRuleBuilder
 
EmailValidatorBuilder - class org.apache.cocoon.forms.validation.impl.EmailValidatorBuilder.
Adapter for EmailValidationRuleBuilder
EmailValidatorBuilder() - Constructor for class org.apache.cocoon.forms.validation.impl.EmailValidatorBuilder
 
EmptySelectionList - class org.apache.cocoon.forms.datatype.EmptySelectionList.
 
EmptySelectionList(String) - Constructor for class org.apache.cocoon.forms.datatype.EmptySelectionList
 
EmptySelectionList(String, boolean) - Constructor for class org.apache.cocoon.forms.datatype.EmptySelectionList
 
EnhancedRepeater - class org.apache.cocoon.forms.formmodel.EnhancedRepeater.
 
EnhancedRepeater(RepeaterDefinition) - Constructor for class org.apache.cocoon.forms.formmodel.EnhancedRepeater
 
EnhancedRepeaterJXPathBinding - class org.apache.cocoon.forms.binding.EnhancedRepeaterJXPathBinding.
 
EnhancedRepeaterJXPathBinding(JXPathBindingBuilderBase.CommonAttributes, String, String, String, String, JXPathBindingBase[], JXPathBindingBase, JXPathBindingBase[], JXPathBindingBase[], String) - Constructor for class org.apache.cocoon.forms.binding.EnhancedRepeaterJXPathBinding
 
EnumConvertor - class org.apache.cocoon.forms.datatype.convertor.EnumConvertor.
A Convertor implementation for types implementing Joshua Bloch's typesafe enum pattern.
EnumConvertor(String) - Constructor for class org.apache.cocoon.forms.datatype.convertor.EnumConvertor
Construct a new EnumConvertor for a class
EnumConvertorBuilder - interface org.apache.cocoon.forms.datatype.convertor.EnumConvertorBuilder.
 
EnumSelectionList - class org.apache.cocoon.forms.datatype.EnumSelectionList.
This type of selection list outputs a list of items corresponding to the possible instances of an EnumType.
EnumSelectionList(String, Datatype, boolean) - Constructor for class org.apache.cocoon.forms.datatype.EnumSelectionList
 
EnumSelectionList(String, Datatype, boolean, String) - Constructor for class org.apache.cocoon.forms.datatype.EnumSelectionList
 
EnumSelectionListBuilder - class org.apache.cocoon.forms.datatype.EnumSelectionListBuilder.
Description of EnumSelectionListBuilder.
EnumSelectionListBuilder() - Constructor for class org.apache.cocoon.forms.datatype.EnumSelectionListBuilder
 
EnumType - class org.apache.cocoon.forms.datatype.typeimpl.EnumType.
A Datatype implementation for types implementing Joshua Bloch's typesafe enum pattern.
EnumType() - Constructor for class org.apache.cocoon.forms.datatype.typeimpl.EnumType
 
EnumTypeBuilder - class org.apache.cocoon.forms.datatype.typeimpl.EnumTypeBuilder.
Builds EnumTypes.
EnumTypeBuilder() - Constructor for class org.apache.cocoon.forms.datatype.typeimpl.EnumTypeBuilder
 
ExpandDefinitionBuilder - class org.apache.cocoon.forms.formmodel.ExpandDefinitionBuilder.
Builds definitions by using library definitions.
ExpandDefinitionBuilder() - Constructor for class org.apache.cocoon.forms.formmodel.ExpandDefinitionBuilder
 
ExpandJXPathBindingBuilder - class org.apache.cocoon.forms.binding.ExpandJXPathBindingBuilder.
 
ExpandJXPathBindingBuilder() - Constructor for class org.apache.cocoon.forms.binding.ExpandJXPathBindingBuilder
 
ExpressionContextImpl - class org.apache.cocoon.forms.formmodel.ExpressionContextImpl.
Implementation of the ExpressionContext required for the evaluation of expressions by xReporter expression interpreter.
ExpressionContextImpl(Widget) - Constructor for class org.apache.cocoon.forms.formmodel.ExpressionContextImpl
 
ExpressionContextImpl(Widget, boolean) - Constructor for class org.apache.cocoon.forms.formmodel.ExpressionContextImpl
 
ExpressionManager - interface org.apache.cocoon.forms.expression.ExpressionManager.
Work interface for the component that creates Expression objects.
enclosingLibrary - Variable in class org.apache.cocoon.forms.formmodel.AbstractWidgetDefinition
 
endBuffer() - Method in class org.apache.cocoon.forms.transformation.EffectPipe
 
endCDATA() - Method in class org.apache.cocoon.forms.datatype.DynamicSelectionList.SelectionListHandler
 
endCDATA() - Method in class org.apache.cocoon.forms.transformation.EffectPipe.BufferHandler
 
endCDATA() - Method in class org.apache.cocoon.forms.transformation.EffectPipe.CopyHandler
 
endCDATA() - Method in class org.apache.cocoon.forms.transformation.EffectPipe.ErrorHandler
 
endCDATA() - Method in interface org.apache.cocoon.forms.transformation.EffectPipe.Handler
 
endCDATA() - Method in class org.apache.cocoon.forms.transformation.EffectPipe.NullHandler
 
endCDATA() - Method in class org.apache.cocoon.forms.transformation.EffectPipe
 
endDTD() - Method in class org.apache.cocoon.forms.datatype.DynamicSelectionList.SelectionListHandler
 
endDTD() - Method in class org.apache.cocoon.forms.transformation.EffectPipe.BufferHandler
 
endDTD() - Method in class org.apache.cocoon.forms.transformation.EffectPipe.CopyHandler
 
endDTD() - Method in class org.apache.cocoon.forms.transformation.EffectPipe.ErrorHandler
 
endDTD() - Method in interface org.apache.cocoon.forms.transformation.EffectPipe.Handler
 
endDTD() - Method in class org.apache.cocoon.forms.transformation.EffectPipe.NullHandler
 
endDTD() - Method in class org.apache.cocoon.forms.transformation.EffectPipe
 
endDocument() - Method in class org.apache.cocoon.forms.datatype.DynamicSelectionList.SelectionListHandler
 
endDocument() - Method in class org.apache.cocoon.forms.transformation.EffectPipe.BufferHandler
 
endDocument() - Method in class org.apache.cocoon.forms.transformation.EffectPipe.CopyHandler
 
endDocument() - Method in class org.apache.cocoon.forms.transformation.EffectPipe.ErrorHandler
 
endDocument() - Method in interface org.apache.cocoon.forms.transformation.EffectPipe.Handler
 
endDocument() - Method in class org.apache.cocoon.forms.transformation.EffectPipe.NullHandler
 
endDocument() - Method in class org.apache.cocoon.forms.transformation.EffectPipe
 
endElement(String, String, String) - Method in class org.apache.cocoon.forms.datatype.DynamicSelectionList.SelectionListHandler
 
endElement(String, String, String) - Method in class org.apache.cocoon.forms.generation.SelectionListFilter
 
endElement(String, String, String) - Method in class org.apache.cocoon.forms.transformation.EffectPipe.BufferHandler
 
endElement(String, String, String) - Method in class org.apache.cocoon.forms.transformation.EffectPipe.CopyHandler
 
endElement(String, String, String) - Method in class org.apache.cocoon.forms.transformation.EffectPipe.ErrorHandler
 
endElement(String, String, String) - Method in interface org.apache.cocoon.forms.transformation.EffectPipe.Handler
 
endElement(String, String, String) - Method in class org.apache.cocoon.forms.transformation.EffectPipe.NullHandler
 
endElement(String, String, String) - Method in class org.apache.cocoon.forms.transformation.EffectPipe
 
endElement(String, String, String) - Method in class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.ChooseHandler
 
endElement(String, String, String) - Method in class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.ClassHandler
 
endElement(String, String, String) - Method in class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.ContinuationIdHandler
 
endElement(String, String, String) - Method in class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.FormHandler
 
endElement(String, String, String) - Method in class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.GroupHandler
 
endElement(String, String, String) - Method in class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.NewHandler
 
endElement(String, String, String) - Method in class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.RepeaterHandler
 
endElement(String, String, String) - Method in class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.RepeaterRowsHandler
 
endElement(String, String, String) - Method in class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.RepeaterSizeHandler
 
endElement(String, String, String) - Method in class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.RepeaterWidgetHandler
 
endElement(String, String, String) - Method in class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.RepeaterWidgetLabelHandler
 
endElement(String, String, String) - Method in class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.SkipHandler
 
endElement(String, String, String) - Method in class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.StylingContentHandler
 
endElement(String, String, String) - Method in class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.ValidationErrorHandler
 
endElement(String, String, String) - Method in class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.WidgetHandler
 
endElement(String, String, String) - Method in class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.WidgetLabelHandler
 
endElement(String, String, String) - Method in class org.apache.cocoon.forms.util.XMLAdapter
Receive notification of the end of an element.
endEntity(String) - Method in class org.apache.cocoon.forms.datatype.DynamicSelectionList.SelectionListHandler
 
endEntity(String) - Method in class org.apache.cocoon.forms.transformation.EffectPipe.BufferHandler
 
endEntity(String) - Method in class org.apache.cocoon.forms.transformation.EffectPipe.CopyHandler
 
endEntity(String) - Method in class org.apache.cocoon.forms.transformation.EffectPipe.ErrorHandler
 
endEntity(String) - Method in interface org.apache.cocoon.forms.transformation.EffectPipe.Handler
 
endEntity(String) - Method in class org.apache.cocoon.forms.transformation.EffectPipe.NullHandler
 
endEntity(String) - Method in class org.apache.cocoon.forms.transformation.EffectPipe
 
endForm() - Method in class org.apache.cocoon.forms.generation.JXMacrosHelper
 
endPrefixMapping(String) - Method in class org.apache.cocoon.forms.datatype.DynamicSelectionList.SelectionListHandler
 
endPrefixMapping(String) - Method in class org.apache.cocoon.forms.transformation.EffectPipe.BufferHandler
 
endPrefixMapping(String) - Method in class org.apache.cocoon.forms.transformation.EffectPipe.CopyHandler
 
endPrefixMapping(String) - Method in class org.apache.cocoon.forms.transformation.EffectPipe.ErrorHandler
 
endPrefixMapping(String) - Method in interface org.apache.cocoon.forms.transformation.EffectPipe.Handler
 
endPrefixMapping(String) - Method in class org.apache.cocoon.forms.transformation.EffectPipe.NullHandler
 
endPrefixMapping(String) - Method in class org.apache.cocoon.forms.transformation.EffectPipe
 
endPrefixMapping(String) - Method in class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe
Process the SAX event.
endProcessing(boolean) - Method in class org.apache.cocoon.forms.formmodel.Form
End the current form processing after the current phase.
enterChildren() - Method in class org.apache.cocoon.forms.formmodel.tree.TreeWalker
Starts iterating the children of the current node.
enteredValue - Variable in class org.apache.cocoon.forms.formmodel.Field
 
entrySet() - Method in class org.apache.cocoon.forms.util.CombiningMap
 
entrySet() - Method in class org.apache.cocoon.forms.util.ContainerWidgetAsMap
 
equals(Object) - Method in class org.apache.cocoon.forms.binding.RepeaterItem
 
equals(Object) - Method in class org.apache.cocoon.forms.formmodel.tree.TreePath
Tests if two paths are equal.
equals(Object) - Method in class org.apache.cocoon.forms.util.I18nMessage
 
equals(Object) - Method in class org.apache.cocoon.forms.util.StringMessage
 
equals(Object) - Method in class org.apache.cocoon.forms.validation.ValidationError
 
evaluate(ExpressionContext) - Method in class org.apache.cocoon.forms.expression.IsNullFunction
 
evaluate(ExpressionContext) - Method in class org.apache.cocoon.forms.expression.NullFunction
 
evaluate(ExpressionContext) - Method in class org.apache.cocoon.forms.expression.StringFunction
 
evaluate(ExpressionContext) - Method in class org.apache.cocoon.forms.expression.SumFunction
 
evaluateComparable(Expression, ExpressionContext, String, String) - Method in class org.apache.cocoon.forms.datatype.validationruleimpl.AbstractValidationRule
Helper method for evaluating expressions whose result is comparable.
evaluateExpression(String) - Method in class org.apache.cocoon.forms.transformation.FormsPipelineConfig
Evaluates the passed xpath expression using the internal jxpath context holding the declared variables: continuation: as made available by flowscript request: as present in the cocoon processing environment session: as present in the cocoon processing environment parameters: as present in the cocoon sitemap node of the pipeline component
evaluateNumeric(Expression, ExpressionContext, String, String) - Method in class org.apache.cocoon.forms.datatype.validationruleimpl.AbstractValidationRule
Helper method for evaluating expressions whose result is numeric.
execScript(Script, Map, Map) - Static method in class org.apache.cocoon.forms.util.JavaScriptHelper
 
expandAll() - Method in class org.apache.cocoon.forms.formmodel.tree.Tree
 
expandPath(TreePath) - Method in class org.apache.cocoon.forms.formmodel.tree.Tree
 
expressionManager - Variable in class org.apache.cocoon.forms.datatype.validationruleimpl.AbstractValidationRuleBuilder
 
expressionManager - Variable in class org.apache.cocoon.forms.formmodel.AbstractWidgetDefinitionBuilder
 

F

FIRST - Static variable in class org.apache.cocoon.forms.formmodel.RepeaterActionDefinition.ChangePageActionDefinition
 
FOM_SimpleCocoon - class org.apache.cocoon.forms.util.FOM_SimpleCocoon.
A simplified javascript cocoon object to use when using javaflow.
FOM_SimpleCocoon() - Constructor for class org.apache.cocoon.forms.util.FOM_SimpleCocoon
 
Field - class org.apache.cocoon.forms.formmodel.Field.
A general-purpose Widget that can hold one value.
Field(FieldDefinition) - Constructor for class org.apache.cocoon.forms.formmodel.Field
 
FieldDefinition - class org.apache.cocoon.forms.formmodel.FieldDefinition.
The WidgetDefinition part of a Field widget, see Field for more information.
FieldDefinition() - Constructor for class org.apache.cocoon.forms.formmodel.FieldDefinition
 
FieldDefinitionBuilder - class org.apache.cocoon.forms.formmodel.FieldDefinitionBuilder.
Builds FieldDefinitions.
FieldDefinitionBuilder() - Constructor for class org.apache.cocoon.forms.formmodel.FieldDefinitionBuilder
 
FilterableSelectionList - interface org.apache.cocoon.forms.datatype.FilterableSelectionList.
Extension of SelectionList that can be filtered.
FloatConvertorBuilder - interface org.apache.cocoon.forms.datatype.convertor.FloatConvertorBuilder.
 
FloatType - class org.apache.cocoon.forms.datatype.typeimpl.FloatType.
A Datatype implementation for float numbers (backed by the java.lang.Float class).
FloatType() - Constructor for class org.apache.cocoon.forms.datatype.typeimpl.FloatType
 
FloatTypeBuilder - class org.apache.cocoon.forms.datatype.typeimpl.FloatTypeBuilder.
Builds FloatTypes.
FloatTypeBuilder() - Constructor for class org.apache.cocoon.forms.datatype.typeimpl.FloatTypeBuilder
 
FlowJXPathSelectionList - class org.apache.cocoon.forms.datatype.FlowJXPathSelectionList.
A selection list that takes its values from the flow page data.
FlowJXPathSelectionList(ProcessInfoProvider, String, String, String, Datatype, String, boolean, String, boolean) - Constructor for class org.apache.cocoon.forms.datatype.FlowJXPathSelectionList
 
FlowJXPathSelectionList(Object, String, String, Datatype) - Constructor for class org.apache.cocoon.forms.datatype.FlowJXPathSelectionList
Builds a dynamic selection list from an in-memory collection.
FlowJXPathSelectionListBuilder - class org.apache.cocoon.forms.datatype.FlowJXPathSelectionListBuilder.
Builds a selection list that will take its values from the flow page data.
FlowJXPathSelectionListBuilder() - Constructor for class org.apache.cocoon.forms.datatype.FlowJXPathSelectionListBuilder
 
Form - class org.apache.cocoon.forms.flow.javascript.Form.
cforms flowscript integration helper class.
Form() - Constructor for class org.apache.cocoon.forms.flow.javascript.Form
 
Form - class org.apache.cocoon.forms.formmodel.Form.
A widget that serves as a container for other widgets, the top-level widget in a form description file.
Form(FormDefinition) - Constructor for class org.apache.cocoon.forms.formmodel.Form
 
FormContext - class org.apache.cocoon.forms.FormContext.
 
FormContext(Request, Locale) - Constructor for class org.apache.cocoon.forms.FormContext
 
FormContext(Request) - Constructor for class org.apache.cocoon.forms.FormContext
 
FormDefinition - class org.apache.cocoon.forms.formmodel.FormDefinition.
The WidgetDefinition part of a Form widget, see Form for more information.
FormDefinition(LibraryManager) - Constructor for class org.apache.cocoon.forms.formmodel.FormDefinition
 
FormDefinitionBuilder - class org.apache.cocoon.forms.formmodel.FormDefinitionBuilder.
Builds FormDefinitions.
FormDefinitionBuilder() - Constructor for class org.apache.cocoon.forms.formmodel.FormDefinitionBuilder
 
FormHandler - interface org.apache.cocoon.forms.event.FormHandler.
A FormHandler can be registered with a Form, and will then receive all events fired by widgets on the form.
FormManager - interface org.apache.cocoon.forms.FormManager.
Work interface for the component that can create Forms.
FormattingDateConvertor - class org.apache.cocoon.forms.datatype.convertor.FormattingDateConvertor.
A Convertor for Date objects backed by the SimpleDateFormat class.
FormattingDateConvertor() - Constructor for class org.apache.cocoon.forms.datatype.convertor.FormattingDateConvertor
 
FormattingDateConvertorBuilder - class org.apache.cocoon.forms.datatype.convertor.FormattingDateConvertorBuilder.
Builds FormattingDateConvertors.
FormattingDateConvertorBuilder() - Constructor for class org.apache.cocoon.forms.datatype.convertor.FormattingDateConvertorBuilder
 
FormattingDecimalConvertor - class org.apache.cocoon.forms.datatype.convertor.FormattingDecimalConvertor.
A Convertor for BigDecimals backed by the DecimalFormat class.
FormattingDecimalConvertor() - Constructor for class org.apache.cocoon.forms.datatype.convertor.FormattingDecimalConvertor
 
FormattingDecimalConvertorBuilder - class org.apache.cocoon.forms.datatype.convertor.FormattingDecimalConvertorBuilder.
Builds FormattingDecimalConvertors.
FormattingDecimalConvertorBuilder() - Constructor for class org.apache.cocoon.forms.datatype.convertor.FormattingDecimalConvertorBuilder
 
FormattingDoubleConvertor - class org.apache.cocoon.forms.datatype.convertor.FormattingDoubleConvertor.
A Convertor for Doubles backed by the DecimalFormat class.
FormattingDoubleConvertor() - Constructor for class org.apache.cocoon.forms.datatype.convertor.FormattingDoubleConvertor
 
FormattingDoubleConvertorBuilder - class org.apache.cocoon.forms.datatype.convertor.FormattingDoubleConvertorBuilder.
Builds FormattingDoubleConvertors.
FormattingDoubleConvertorBuilder() - Constructor for class org.apache.cocoon.forms.datatype.convertor.FormattingDoubleConvertorBuilder
 
FormattingFloatConvertor - class org.apache.cocoon.forms.datatype.convertor.FormattingFloatConvertor.
A Convertor for Floats backed by the DecimalFormat class.
FormattingFloatConvertor() - Constructor for class org.apache.cocoon.forms.datatype.convertor.FormattingFloatConvertor
 
FormattingFloatConvertorBuilder - class org.apache.cocoon.forms.datatype.convertor.FormattingFloatConvertorBuilder.
Builds FormattingFloatConvertors.
FormattingFloatConvertorBuilder() - Constructor for class org.apache.cocoon.forms.datatype.convertor.FormattingFloatConvertorBuilder
 
FormattingIntegerConvertor - class org.apache.cocoon.forms.datatype.convertor.FormattingIntegerConvertor.
A Convertor for Integers backed by the DecimalFormat class.
FormattingIntegerConvertor() - Constructor for class org.apache.cocoon.forms.datatype.convertor.FormattingIntegerConvertor
 
FormattingIntegerConvertorBuilder - class org.apache.cocoon.forms.datatype.convertor.FormattingIntegerConvertorBuilder.
Builds FormattingIntegerConvertors.
FormattingIntegerConvertorBuilder() - Constructor for class org.apache.cocoon.forms.datatype.convertor.FormattingIntegerConvertorBuilder
 
FormattingLongConvertor - class org.apache.cocoon.forms.datatype.convertor.FormattingLongConvertor.
A Convertor for Longs backed by the DecimalFormat class.
FormattingLongConvertor() - Constructor for class org.apache.cocoon.forms.datatype.convertor.FormattingLongConvertor
 
FormattingLongConvertorBuilder - class org.apache.cocoon.forms.datatype.convertor.FormattingLongConvertorBuilder.
Builds FormattingLongConvertors.
FormattingLongConvertorBuilder() - Constructor for class org.apache.cocoon.forms.datatype.convertor.FormattingLongConvertorBuilder
 
FormsConstants - class org.apache.cocoon.forms.FormsConstants.
Various constants used in the Cocoon Forms framework.
FormsConstants() - Constructor for class org.apache.cocoon.forms.FormsConstants
 
FormsException - exception org.apache.cocoon.forms.FormsException.
An exception raised when an error occurs during form handling.
FormsException(String) - Constructor for class org.apache.cocoon.forms.FormsException
 
FormsException(String, Throwable) - Constructor for class org.apache.cocoon.forms.FormsException
 
FormsException(String, Location) - Constructor for class org.apache.cocoon.forms.FormsException
 
FormsException(String, Throwable, Location) - Constructor for class org.apache.cocoon.forms.FormsException
 
FormsGenerator - class org.apache.cocoon.forms.generation.FormsGenerator.
A generator that streams an XML representation of a Form.
FormsGenerator() - Constructor for class org.apache.cocoon.forms.generation.FormsGenerator
 
FormsPipelineConfig - class org.apache.cocoon.forms.transformation.FormsPipelineConfig.
 
FormsPipelineConfig.FormsVariables - class org.apache.cocoon.forms.transformation.FormsPipelineConfig.FormsVariables.
 
FormsPipelineConfig.FormsVariables() - Constructor for class org.apache.cocoon.forms.transformation.FormsPipelineConfig.FormsVariables
 
FormsRuntimeException - exception org.apache.cocoon.forms.FormsRuntimeException.
An exception raised when some runtime error occurs in form handling.
FormsRuntimeException(String) - Constructor for class org.apache.cocoon.forms.FormsRuntimeException
 
FormsRuntimeException(String, Throwable) - Constructor for class org.apache.cocoon.forms.FormsRuntimeException
 
FormsRuntimeException(String, Location) - Constructor for class org.apache.cocoon.forms.FormsRuntimeException
 
FormsRuntimeException(String, Throwable, Location) - Constructor for class org.apache.cocoon.forms.FormsRuntimeException
 
FormsTemplateTransformer - class org.apache.cocoon.forms.transformation.FormsTemplateTransformer.
See description of EffectWidgetReplacingPipe.
FormsTemplateTransformer() - Constructor for class org.apache.cocoon.forms.transformation.FormsTemplateTransformer
 
field - Variable in class org.apache.cocoon.forms.formmodel.RepeaterActionDefinition.SortActionDefinition
 
filter(String, Object) - Method in class org.apache.cocoon.forms.binding.RepeaterJXPathCollection
 
findForm() - Method in class org.apache.cocoon.forms.transformation.FormsPipelineConfig
Overloads FormsPipelineConfig.findForm(String) by setting the jxpath-expression to null
findForm(String) - Method in class org.apache.cocoon.forms.transformation.FormsPipelineConfig
Finds the form from the current request-context based on the settings of this configuration object.
fireActionEvent(ActionEvent) - Method in class org.apache.cocoon.forms.formmodel.ActionDefinition
 
fireActionEvent(ActionEvent) - Method in class org.apache.cocoon.forms.formmodel.ImageMapDefinition
 
fireActionEvent(ActionEvent) - Method in class org.apache.cocoon.forms.formmodel.RepeaterActionDefinition.DeleteRowsActionDefinition
 
fireActionEvent(ActionEvent) - Method in class org.apache.cocoon.forms.formmodel.RowActionDefinition.DeleteRowDefinition
 
fireCreateEvent(CreateEvent) - Method in class org.apache.cocoon.forms.formmodel.AbstractWidgetDefinition
 
fireEvent(ProcessingPhaseEvent) - Method in class org.apache.cocoon.forms.formmodel.FormDefinition
 
fireRepeaterEvent(RepeaterEvent) - Method in class org.apache.cocoon.forms.formmodel.RepeaterDefinition
 
fireTreeStructureChanged(TreePath) - Method in class org.apache.cocoon.forms.formmodel.tree.TreeModelHelper
 
fireValueChangedEvent(ValueChangedEvent) - Method in class org.apache.cocoon.forms.formmodel.AbstractDatatypeWidgetDefinition
 
fireValueChangedEvent(ValueChangedEvent) - Method in class org.apache.cocoon.forms.formmodel.BooleanFieldDefinition
 
flushCachedItems() - Method in class org.apache.cocoon.forms.binding.RepeaterJXPathCollection
 
flushRoot() - Method in class org.apache.cocoon.forms.generation.JXMacrosHelper
 
flushRootAndPop() - Method in class org.apache.cocoon.forms.generation.JXMacrosHelper
Flush the root element name that has been stored in JXMacrosHelper.generateWidget(Widget, Map).
formManager - Variable in class org.apache.cocoon.forms.acting.AbstractFormsAction
 
formula - Variable in class org.apache.cocoon.forms.formmodel.algorithms.SimpleFormula
 

G

GoogleMap - class org.apache.cocoon.forms.formmodel.GoogleMap.
 
GoogleMap(GoogleMapDefinition) - Constructor for class org.apache.cocoon.forms.formmodel.GoogleMap
 
GoogleMapDefinition - class org.apache.cocoon.forms.formmodel.GoogleMapDefinition.
The WidgetDefinition part of a GoogleMap widget, see GoogleMap for more information.
GoogleMapDefinition() - Constructor for class org.apache.cocoon.forms.formmodel.GoogleMapDefinition
 
GoogleMapDefinitionBuilder - class org.apache.cocoon.forms.formmodel.GoogleMapDefinitionBuilder.
Builds GoogleMapDefinitions.
GoogleMapDefinitionBuilder() - Constructor for class org.apache.cocoon.forms.formmodel.GoogleMapDefinitionBuilder
 
GoogleMapMarker - class org.apache.cocoon.forms.formmodel.GoogleMapMarker.
 
GoogleMapMarker() - Constructor for class org.apache.cocoon.forms.formmodel.GoogleMapMarker
 
GoogleMapValue - class org.apache.cocoon.forms.formmodel.GoogleMapValue.
 
GoogleMapValue() - Constructor for class org.apache.cocoon.forms.formmodel.GoogleMapValue
 
Group - class org.apache.cocoon.forms.formmodel.Group.
A container Widget which can hold zero or more child widgets.
Group(GroupDefinition) - Constructor for class org.apache.cocoon.forms.formmodel.Group
 
GroupDefinition - class org.apache.cocoon.forms.formmodel.GroupDefinition.
The WidgetDefinition corresponding to a Group widget.
GroupDefinition() - Constructor for class org.apache.cocoon.forms.formmodel.GroupDefinition
 
GroupDefinitionBuilder - class org.apache.cocoon.forms.formmodel.GroupDefinitionBuilder.
Builds {GroupDefinition}s.
GroupDefinitionBuilder() - Constructor for class org.apache.cocoon.forms.formmodel.GroupDefinitionBuilder
 
GroupJXPathBinding - class org.apache.cocoon.forms.binding.GroupJXPathBinding.
GroupJXPathBinding provides an implementation of a Binding that narrows the context towards provided childbindings.
GroupJXPathBinding(JXPathBindingBuilderBase.CommonAttributes, String, String, JXPathBindingBase[]) - Constructor for class org.apache.cocoon.forms.binding.GroupJXPathBinding
Constructs GroupJXPathBinding
GroupJXPathBindingBuilder - class org.apache.cocoon.forms.binding.GroupJXPathBindingBuilder.
GroupJXPathBindingBuilder provides a helper class for the Factory implemented in JXPathBindingManager that helps construct the actual GroupJXPathBinding out of the configuration in the provided configElement which looks like:
GroupJXPathBindingBuilder() - Constructor for class org.apache.cocoon.forms.binding.GroupJXPathBindingBuilder
 
generate() - Method in class org.apache.cocoon.forms.generation.FormsGenerator
 
generate() - Method in class org.apache.cocoon.forms.generation.SuggestionListGenerator
 
generateDisplayData(ContentHandler) - Method in class org.apache.cocoon.forms.formmodel.AbstractWidget
Delegates to the AbstractWidget.getDefinition() of this widget to generate a common set of 'display' data.
generateDisplayData(String, ContentHandler) - Method in class org.apache.cocoon.forms.formmodel.AbstractWidgetDefinition
 
generateDisplayData(ContentHandler) - Method in class org.apache.cocoon.forms.formmodel.AbstractWidgetDefinition
 
generateDisplayData(ContentHandler) - Method in class org.apache.cocoon.forms.formmodel.Repeater.RepeaterRow
 
generateDisplayData(ContentHandler) - Method in class org.apache.cocoon.forms.formmodel.Repeater
 
generateDisplayData(String, ContentHandler) - Method in interface org.apache.cocoon.forms.formmodel.WidgetDefinition
Generates SAX events for named display data.
generateDisplayData(ContentHandler) - Method in interface org.apache.cocoon.forms.formmodel.WidgetDefinition
Generates SAX events for display data.
generateItem(Repeater.RepeaterRow) - Method in interface org.apache.cocoon.forms.binding.RepeaterAdapter
 
generateItem(Repeater.RepeaterRow) - Method in class org.apache.cocoon.forms.binding.RepeaterJXPathAdapter
 
generateItemSaxFragment(ContentHandler, Locale) - Method in class org.apache.cocoon.forms.formmodel.AbstractContainerWidget
Subclass container widgets can call this super.generateItemSaxFragment(..) to just insert the child-widget content wrapped in a @lt;fi:widgets@gt;
generateItemSaxFragment(ContentHandler, Locale) - Method in class org.apache.cocoon.forms.formmodel.AbstractWidget
Generates nested additional content nested inside the main element for this widget which is generated by AbstractWidget.generateSaxFragment(ContentHandler, Locale) The implementation on the AbstractWidget level inserts no additional XML.
generateItemSaxFragment(ContentHandler, Locale) - Method in class org.apache.cocoon.forms.formmodel.BooleanField
 
generateItemSaxFragment(ContentHandler, Locale) - Method in class org.apache.cocoon.forms.formmodel.CaptchaField
 
generateItemSaxFragment(ContentHandler, Locale) - Method in class org.apache.cocoon.forms.formmodel.Field
 
generateItemSaxFragment(ContentHandler, Locale) - Method in class org.apache.cocoon.forms.formmodel.GoogleMap
 
generateItemSaxFragment(ContentHandler, Locale) - Method in class org.apache.cocoon.forms.formmodel.Messages
 
generateItemSaxFragment(ContentHandler, Locale) - Method in class org.apache.cocoon.forms.formmodel.MultiValueField
 
generateItemSaxFragment(ContentHandler, Locale) - Method in class org.apache.cocoon.forms.formmodel.Output
 
generateItemSaxFragment(ContentHandler, Locale) - Method in class org.apache.cocoon.forms.formmodel.Repeater
 
generateItemSaxFragment(ContentHandler, Locale) - Method in class org.apache.cocoon.forms.formmodel.Upload
 
generateItemSaxFragment(ContentHandler, Locale) - Method in class org.apache.cocoon.forms.formmodel.tree.Tree
 
generateLabel(ContentHandler) - Method in class org.apache.cocoon.forms.formmodel.AbstractWidget
Generates SAX events for the label of this widget. The label will not be wrapped inside another element. Delegates to the AbstractWidget.getDefinition() to generate the 'label' part of the display-data of this widget.
generateLabel(ContentHandler) - Method in class org.apache.cocoon.forms.formmodel.AbstractWidgetDefinition
 
generateLabel(ContentHandler) - Method in class org.apache.cocoon.forms.formmodel.Repeater.RepeaterRow
 
generateLabel(ContentHandler) - Method in interface org.apache.cocoon.forms.formmodel.Widget
Generates SAX events for the label of this widget.
generateLabel(ContentHandler) - Method in interface org.apache.cocoon.forms.formmodel.WidgetDefinition
Generates SAX events for the label of this widget.
generateRepeaterSize(Widget, String) - Method in class org.apache.cocoon.forms.generation.JXMacrosHelper
 
generateRepeaterWidgetLabel(Widget, String, String) - Method in class org.apache.cocoon.forms.generation.JXMacrosHelper
 
generateSaxFragment(ContentHandler, Locale) - Method in class org.apache.cocoon.forms.datatype.AbstractJavaSelectionList
 
generateSaxFragment(ContentHandler, Locale) - Method in interface org.apache.cocoon.forms.datatype.Datatype
Generates a bit of information about this datatype.
generateSaxFragment(ContentHandler, Locale, String) - Method in class org.apache.cocoon.forms.datatype.DynamicSelectionList
 
generateSaxFragment(ContentHandler, Locale) - Method in class org.apache.cocoon.forms.datatype.DynamicSelectionList
 
generateSaxFragment(ContentHandler, Locale) - Method in class org.apache.cocoon.forms.datatype.EmptySelectionList
 
generateSaxFragment(ContentHandler, Locale) - Method in class org.apache.cocoon.forms.datatype.EnumSelectionList
 
generateSaxFragment(ContentHandler, Locale, String) - Method in interface org.apache.cocoon.forms.datatype.FilterableSelectionList
Generates the filtered selection list
generateSaxFragment(ContentHandler, Locale) - Method in class org.apache.cocoon.forms.datatype.FlowJXPathSelectionList
 
generateSaxFragment(ContentHandler, Locale) - Method in class org.apache.cocoon.forms.datatype.JavaScriptSelectionList
 
generateSaxFragment(ContentHandler, Locale, String) - Method in class org.apache.cocoon.forms.datatype.JavaScriptSelectionList
 
generateSaxFragment(ContentHandler, Locale) - Method in interface org.apache.cocoon.forms.datatype.SelectionList
 
generateSaxFragment(ContentHandler, Locale, Convertor.FormatCache) - Method in class org.apache.cocoon.forms.datatype.StaticSelectionList.SelectionListItem
 
generateSaxFragment(ContentHandler, Locale) - Method in class org.apache.cocoon.forms.datatype.StaticSelectionList
 
generateSaxFragment(ContentHandler, Locale) - Method in class org.apache.cocoon.forms.datatype.convertor.BeanConvertor
We do not enerate any SAX events
generateSaxFragment(ContentHandler, Locale) - Method in class org.apache.cocoon.forms.datatype.convertor.CharConvertor
 
generateSaxFragment(ContentHandler, Locale) - Method in interface org.apache.cocoon.forms.datatype.convertor.Convertor
Generates a bit of information about this convertor (optional).
generateSaxFragment(ContentHandler, Locale) - Method in class org.apache.cocoon.forms.datatype.convertor.DummyStringConvertor
 
generateSaxFragment(ContentHandler, Locale) - Method in class org.apache.cocoon.forms.datatype.convertor.EnumConvertor
 
generateSaxFragment(ContentHandler, Locale) - Method in class org.apache.cocoon.forms.datatype.convertor.FormattingDateConvertor
 
generateSaxFragment(ContentHandler, Locale) - Method in class org.apache.cocoon.forms.datatype.convertor.FormattingDecimalConvertor
 
generateSaxFragment(ContentHandler, Locale) - Method in class org.apache.cocoon.forms.datatype.convertor.HtmlCleaningConvertor
 
generateSaxFragment(ContentHandler, Locale) - Method in class org.apache.cocoon.forms.datatype.convertor.Icu4jDateConvertor
 
generateSaxFragment(ContentHandler, Locale) - Method in class org.apache.cocoon.forms.datatype.convertor.MillisDateConvertor
 
generateSaxFragment(ContentHandler, Locale) - Method in class org.apache.cocoon.forms.datatype.convertor.PlainBooleanConvertor
 
generateSaxFragment(ContentHandler, Locale) - Method in class org.apache.cocoon.forms.datatype.convertor.PlainDecimalConvertor
 
generateSaxFragment(ContentHandler, Locale) - Method in class org.apache.cocoon.forms.datatype.convertor.PlainDoubleConvertor
 
generateSaxFragment(ContentHandler, Locale) - Method in class org.apache.cocoon.forms.datatype.convertor.PlainFloatConvertor
 
generateSaxFragment(ContentHandler, Locale) - Method in class org.apache.cocoon.forms.datatype.convertor.PlainIntegerConvertor
 
generateSaxFragment(ContentHandler, Locale) - Method in class org.apache.cocoon.forms.datatype.convertor.PlainLongConvertor
 
generateSaxFragment(ContentHandler, Locale) - Method in class org.apache.cocoon.forms.datatype.typeimpl.AbstractDatatype
 
generateSaxFragment(ContentHandler, Locale) - Method in class org.apache.cocoon.forms.formmodel.AbstractWidget
Generates an XML representation of this widget. The startDocument and endDocument SAX events will not be called. It is assumed that the prefix for the CForms namespace mentioned in Constants.FI_PREFIX is already declared (by the caller or otherwise). This will generate some standard XML consisting of a simple wrapper element (name provided by AbstractWidget.getXMLElementName()) with attributes (provided by AbstractWidget.getXMLElementAttributes() around anything injected in by both AbstractWidget.generateDisplayData(ContentHandler) and AbstractWidget.generateItemSaxFragment(ContentHandler, Locale).
generateSaxFragment(ContentHandler, Locale) - Method in class org.apache.cocoon.forms.formmodel.RowAction.MoveDownAction
 
generateSaxFragment(ContentHandler, Locale) - Method in class org.apache.cocoon.forms.formmodel.RowAction.MoveUpAction
 
generateSaxFragment(ContentHandler, Locale) - Method in interface org.apache.cocoon.forms.formmodel.Widget
Generates an XML representation of this widget.
generateSaxFragment(ContentHandler, Locale) - Method in class org.apache.cocoon.forms.formmodel.WidgetList
Generates the SAXfragments of the contained widgets
generateSaxFragment(ContentHandler) - Method in class org.apache.cocoon.forms.validation.ValidationError
Generates SAX events for this ValidationError.
generateSize(ContentHandler) - Method in class org.apache.cocoon.forms.formmodel.Repeater
Generates a repeater-size element with a size attribute indicating the size of this repeater.
generateStyling(Map) - Method in class org.apache.cocoon.forms.generation.JXMacrosHelper
 
generateStyling(ContentHandler, Map) - Static method in class org.apache.cocoon.forms.generation.JXMacrosHelper
Generate a <fi:styling> element holding the attributes of a ft:* element that are in the "fi:" namespace.
generateValidationError(ValidationError) - Method in class org.apache.cocoon.forms.generation.JXMacrosHelper
 
generateWidget(Widget, Map) - Method in class org.apache.cocoon.forms.generation.JXMacrosHelper
Generate a widget's SAX fragment, buffering the root element's endElement() event so that the template can insert styling information in it.
generateWidgetLabel(String, ContentHandler) - Method in class org.apache.cocoon.forms.formmodel.Repeater
Generates the label of a certain widget in this repeater.
generateWidgetLabel(Widget, String) - Method in class org.apache.cocoon.forms.generation.JXMacrosHelper
 
get(Source, String) - Method in interface org.apache.cocoon.forms.CacheManager
Retrieves an object from the cache.
get(Source, String) - Method in class org.apache.cocoon.forms.DefaultCacheManager
 
get(String) - Method in interface org.apache.cocoon.forms.binding.library.LibraryManager
Get the cached instance of the library loaded from the specified source URI.
get(String, String) - Method in interface org.apache.cocoon.forms.binding.library.LibraryManager
Get the cached instance of the library loaded from the specified source URI, resolved relative to the base URI.
get(String) - Method in class org.apache.cocoon.forms.binding.library.LibraryManagerImpl
 
get(String, String) - Method in class org.apache.cocoon.forms.binding.library.LibraryManagerImpl
 
get() - Method in interface org.apache.cocoon.forms.datatype.convertor.Convertor.FormatCache
 
get() - Method in class org.apache.cocoon.forms.datatype.convertor.DefaultFormatCache
 
get(Locale) - Method in class org.apache.cocoon.forms.datatype.convertor.LocaleMap
Gets an object based on the given locale.
get(String, Scriptable) - Method in class org.apache.cocoon.forms.flow.javascript.ScriptableWidget
 
get(int, Scriptable) - Method in class org.apache.cocoon.forms.flow.javascript.ScriptableWidget
 
get(String) - Method in class org.apache.cocoon.forms.formmodel.ExpressionContextImpl
 
get(String) - Method in interface org.apache.cocoon.forms.formmodel.library.LibraryManager
Get the cached instance of the library loaded from the specified source URI.
get(String, String) - Method in interface org.apache.cocoon.forms.formmodel.library.LibraryManager
Get the cached instance of the library loaded from the specified source URI, resolved relative to the base URI.
get(String) - Method in class org.apache.cocoon.forms.formmodel.library.LibraryManagerImpl
 
get(String, String) - Method in class org.apache.cocoon.forms.formmodel.library.LibraryManagerImpl
 
get(Object) - Method in class org.apache.cocoon.forms.util.CombiningMap
 
get(Object) - Method in class org.apache.cocoon.forms.util.ContainerWidgetAsMap
 
get(int) - Method in class org.apache.cocoon.forms.util.RepeaterAsList
 
getAction() - Method in class org.apache.cocoon.forms.event.RepeaterEvent
 
getActionCommand() - Method in class org.apache.cocoon.forms.event.ActionEvent
 
getActionCommand() - Method in class org.apache.cocoon.forms.formmodel.ActionDefinition
 
getActionCommand() - Method in class org.apache.cocoon.forms.formmodel.ImageMapDefinition
 
getActualCollectionSize() - Method in class org.apache.cocoon.forms.binding.RepeaterJXPathCollection
 
getAdapter() - Method in class org.apache.cocoon.forms.binding.RepeaterJXPathCollection
 
getAddMethodName() - Method in class org.apache.cocoon.forms.binding.InsertBeanJXPathBinding
 
getAggregateFieldDefinition() - Method in class org.apache.cocoon.forms.formmodel.AggregateField
 
getAlgorithm() - Method in class org.apache.cocoon.forms.formmodel.CalculatedField
 
getAlgorithm() - Method in class org.apache.cocoon.forms.formmodel.CalculatedFieldDefinition
 
getAttribute(String) - Method in class org.apache.cocoon.forms.datatype.AbstractJavaSelectionList
 
getAttribute(String) - Method in interface org.apache.cocoon.forms.datatype.JavaSelectionList
 
getAttribute(String) - Method in class org.apache.cocoon.forms.formmodel.AbstractWidget
 
getAttribute(String) - Method in class org.apache.cocoon.forms.formmodel.AbstractWidgetDefinition
 
getAttribute(String) - Method in interface org.apache.cocoon.forms.formmodel.Widget
Retrieves an attribute on this widget.
getAttribute(String) - Method in interface org.apache.cocoon.forms.formmodel.WidgetDefinition
Gets an attribute that has been defined on the widget's definition.
getAttribute(Element, String) - Static method in class org.apache.cocoon.forms.util.DomHelper
Returns the value of an element's attribute, but throws an exception if the element has no such attribute.
getAttribute(Element, String, String) - Static method in class org.apache.cocoon.forms.util.DomHelper
Returns the value of an element's attribute, or a default value if the element has no such attribute.
getAttributeAsBoolean(Element, String, boolean) - Static method in class org.apache.cocoon.forms.util.DomHelper
 
getAttributeAsInteger(Element, String) - Static method in class org.apache.cocoon.forms.util.DomHelper
 
getAttributeAsInteger(Element, String, int) - Static method in class org.apache.cocoon.forms.util.DomHelper
 
getAttributeValue(String, Attributes, String) - Method in class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe
Get value of the required attribute
getAvalonContext() - Method in class org.apache.cocoon.forms.DefaultFormManager
 
getBinding(String) - Method in class org.apache.cocoon.forms.binding.library.Library
 
getBindingForConfigurationElement(Element) - Method in class org.apache.cocoon.forms.binding.JXPathBindingManager.Assistant
Creates a Binding following the specification in the provided config element.
getBuilder() - Method in interface org.apache.cocoon.forms.datatype.Datatype
Returns the factory that built this datatype.
getBuilder() - Method in class org.apache.cocoon.forms.datatype.typeimpl.AbstractDatatype
 
getBuilderAssistant() - Method in class org.apache.cocoon.forms.binding.JXPathBindingManager
 
getCachedItems() - Method in class org.apache.cocoon.forms.binding.RepeaterJXPathCollection
 
getCaseWidgetId() - Method in class org.apache.cocoon.forms.formmodel.UnionDefinition
 
getChild(String) - Method in class org.apache.cocoon.forms.formmodel.AbstractContainerWidget
 
getChild(String) - Method in class org.apache.cocoon.forms.formmodel.AbstractWidget
Concrete widgets that contain actual child widgets should override to return the actual child-widget.
getChild(String) - Method in class org.apache.cocoon.forms.formmodel.AggregateField
 
getChild(String) - Method in interface org.apache.cocoon.forms.formmodel.ContainerWidget
Gets the child widget with the given id.
getChild(String) - Method in class org.apache.cocoon.forms.formmodel.Repeater
Overrides AbstractWidget.getChild(String) to return the repeater-row indicated by the index in 'id'
getChild(String) - Method in class org.apache.cocoon.forms.formmodel.Union
 
getChild(String) - Method in class org.apache.cocoon.forms.formmodel.tree.DefaultTreeModel.DefaultTreeNode
 
getChild(String) - Method in interface org.apache.cocoon.forms.formmodel.tree.DefaultTreeModel.TreeNode
 
getChild(Object, String) - Method in class org.apache.cocoon.forms.formmodel.tree.DefaultTreeModel
 
getChild(Object, String) - Method in class org.apache.cocoon.forms.formmodel.tree.SourceTreeModel
 
getChild(Object, String) - Method in interface org.apache.cocoon.forms.formmodel.tree.TreeModel
 
getChildBindings() - Method in class org.apache.cocoon.forms.binding.ComposedJXPathBindingBase
Returns child bindings.
getChildBindings() - Method in class org.apache.cocoon.forms.binding.SimpleRepeaterJXPathBinding
 
getChildBindings() - Method in class org.apache.cocoon.forms.binding.TempRepeaterJXPathBinding
 
getChildBindingsMap() - Method in class org.apache.cocoon.forms.binding.JavaScriptJXPathBinding
 
getChildElement(Element, String, String) - Static method in class org.apache.cocoon.forms.util.DomHelper
Returns the first child element with the given namespace and localName, or null if there is no such element.
getChildElement(Element, String, String, boolean) - Static method in class org.apache.cocoon.forms.util.DomHelper
Returns the first child element with the given namespace and localName, or null if there is no such element and required flag is unset or throws an Exception if the "required" flag is set.
getChildElements(Element, String) - Static method in class org.apache.cocoon.forms.util.DomHelper
Returns all Element children of an Element that belong to the given namespace.
getChildElements(Element, String, String) - Static method in class org.apache.cocoon.forms.util.DomHelper
Returns all Element children of an Element that belong to the given namespace and have the given local name.
getChildKey(Object) - Method in class org.apache.cocoon.forms.formmodel.tree.DefaultTreeModel.DefaultTreeNode
 
getChildKey(Object) - Method in interface org.apache.cocoon.forms.formmodel.tree.DefaultTreeModel.TreeNode
 
getChildKey(Object, Object) - Method in class org.apache.cocoon.forms.formmodel.tree.DefaultTreeModel
 
getChildKey(Object, Object) - Method in class org.apache.cocoon.forms.formmodel.tree.SourceTreeModel
 
getChildKey(Object, Object) - Method in interface org.apache.cocoon.forms.formmodel.tree.TreeModel
 
getChildUpdatedWidgetIds() - Method in class org.apache.cocoon.forms.formmodel.Form
 
getChildren() - Method in class org.apache.cocoon.forms.formmodel.AbstractContainerWidget
 
getChildren() - Method in class org.apache.cocoon.forms.formmodel.AggregateField
 
getChildren() - Method in interface org.apache.cocoon.forms.formmodel.ContainerWidget
 
getChildren() - Method in class org.apache.cocoon.forms.formmodel.tree.DefaultTreeModel.DefaultTreeNode
 
getChildren() - Method in interface org.apache.cocoon.forms.formmodel.tree.DefaultTreeModel.TreeNode
 
getChildren(Object) - Method in class org.apache.cocoon.forms.formmodel.tree.DefaultTreeModel
 
getChildren(Object) - Method in class org.apache.cocoon.forms.formmodel.tree.SourceTreeModel
 
getChildren(Object) - Method in interface org.apache.cocoon.forms.formmodel.tree.TreeModel
 
getClass(String) - Method in class org.apache.cocoon.forms.binding.AbstractCustomBinding
 
getClass(String) - Method in interface org.apache.cocoon.forms.binding.Binding
Gets a binding class.
getClass(String) - Method in class org.apache.cocoon.forms.binding.ComposedJXPathBindingBase
Gets a binding class by id.
getClass(String) - Method in class org.apache.cocoon.forms.binding.JXPathBindingBase
 
getClassBody(String) - Method in class org.apache.cocoon.forms.generation.JXMacrosHelper
 
getClassName() - Method in class org.apache.cocoon.forms.binding.InsertBeanJXPathBinding
 
getClassName() - Method in class org.apache.cocoon.forms.flow.javascript.Form
 
getClassName() - Method in class org.apache.cocoon.forms.flow.javascript.ScriptableWidget
 
getClassName() - Method in class org.apache.cocoon.forms.util.FOM_SimpleCocoon
 
getClearOnLoad() - Method in class org.apache.cocoon.forms.binding.SimpleRepeaterJXPathBinding
 
getClearOnLoad() - Method in class org.apache.cocoon.forms.binding.TempRepeaterJXPathBinding
 
getCollection() - Method in class org.apache.cocoon.forms.formmodel.EnhancedRepeater
 
getColumnLocation(Element) - Static method in class org.apache.cocoon.forms.util.DomHelper
 
getCombineExpression() - Method in class org.apache.cocoon.forms.formmodel.AggregateFieldDefinition
 
getCombinedState() - Method in class org.apache.cocoon.forms.formmodel.AbstractWidget
 
getCombinedState() - Method in interface org.apache.cocoon.forms.formmodel.Widget
Get the widget's combined state, which is the strictest of its own state and parent state.
getCommonAttributes(Element) - Static method in class org.apache.cocoon.forms.binding.JXPathBindingBuilderBase
Helper method for interpreting the common attributes which are supported on each of the Bindings.
getCommonAtts() - Method in class org.apache.cocoon.forms.binding.JXPathBindingBase
 
getContentHandler() - Method in class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe
Needed to get things working with JDK 1.3.
getContext() - Method in class org.apache.cocoon.forms.binding.JXPathBindingManager.Assistant
 
getContext() - Method in class org.apache.cocoon.forms.binding.RepeaterItem
 
getContext() - Method in class org.apache.cocoon.forms.util.FOM_SimpleCocoon
 
getConvertor() - Method in class org.apache.cocoon.forms.binding.MultiValueJXPathBinding
 
getConvertor() - Method in class org.apache.cocoon.forms.binding.ValueJXPathBinding
 
getConvertor() - Method in interface org.apache.cocoon.forms.datatype.Datatype
Returns the convertor used by this datatype.
getConvertor() - Method in class org.apache.cocoon.forms.datatype.typeimpl.AbstractDatatype
 
getConvertorLocale() - Method in class org.apache.cocoon.forms.binding.ValueJXPathBinding
 
getCurrentMarker() - Method in class org.apache.cocoon.forms.formmodel.GoogleMapValue
 
getCurrentPage() - Method in class org.apache.cocoon.forms.formmodel.EnhancedRepeater
 
getCustomPageId() - Method in class org.apache.cocoon.forms.formmodel.RepeaterDefinition
 
getCustomPageWidgetValue() - Method in class org.apache.cocoon.forms.formmodel.EnhancedRepeater
 
getData() - Method in class org.apache.cocoon.forms.formmodel.tree.DefaultTreeModel.DefaultTreeNode
 
getDatatype() - Method in class org.apache.cocoon.forms.datatype.AbstractJavaSelectionList
 
getDatatype() - Method in class org.apache.cocoon.forms.datatype.DynamicSelectionList
 
getDatatype() - Method in class org.apache.cocoon.forms.datatype.EmptySelectionList
 
getDatatype() - Method in class org.apache.cocoon.forms.datatype.EnumSelectionList
 
getDatatype() - Method in class org.apache.cocoon.forms.datatype.FlowJXPathSelectionList
 
getDatatype() - Method in class org.apache.cocoon.forms.datatype.JavaScriptSelectionList
 
getDatatype() - Method in interface org.apache.cocoon.forms.datatype.SelectionList
 
getDatatype() - Method in class org.apache.cocoon.forms.datatype.StaticSelectionList
 
getDatatype() - Method in class org.apache.cocoon.forms.formmodel.AbstractDatatypeWidgetDefinition
 
getDatatype() - Method in interface org.apache.cocoon.forms.formmodel.DataWidget
 
getDatatype() - Method in class org.apache.cocoon.forms.formmodel.Field
 
getDatatype() - Method in class org.apache.cocoon.forms.formmodel.MultiValueField
 
getDatatype() - Method in class org.apache.cocoon.forms.formmodel.Output
 
getDatatypeManager() - Method in class org.apache.cocoon.forms.binding.JXPathBindingManager.Assistant
 
getDateFormat(Locale) - Method in class org.apache.cocoon.forms.datatype.convertor.FormattingDateConvertor
 
getDateFormat(Locale) - Method in class org.apache.cocoon.forms.datatype.convertor.Icu4jDateConvertor
 
getDecimalFormat(Locale, Convertor.FormatCache) - Method in class org.apache.cocoon.forms.datatype.convertor.FormattingDecimalConvertor
 
getDefaultFailMessage() - Method in class org.apache.cocoon.forms.validation.impl.AbstractJavaValidator
 
getDefaultVariant() - Method in class org.apache.cocoon.forms.datatype.convertor.FormattingDecimalConvertor
 
getDefaultVariant() - Method in class org.apache.cocoon.forms.datatype.convertor.FormattingIntegerConvertor
 
getDefaultVariant() - Method in class org.apache.cocoon.forms.datatype.convertor.FormattingLongConvertor
 
getDefinition() - Method in class org.apache.cocoon.forms.formmodel.AbstractWidget
Concrete subclasses should allow access to their underlaying Definition through this method.
getDefinition() - Method in class org.apache.cocoon.forms.formmodel.Action
 
getDefinition() - Method in class org.apache.cocoon.forms.formmodel.BooleanField
 
getDefinition() - Method in class org.apache.cocoon.forms.formmodel.Field
 
getDefinition() - Method in class org.apache.cocoon.forms.formmodel.Form
 
getDefinition() - Method in class org.apache.cocoon.forms.formmodel.GoogleMap
 
getDefinition() - Method in class org.apache.cocoon.forms.formmodel.Group
 
getDefinition() - Method in class org.apache.cocoon.forms.formmodel.ImageMap
 
getDefinition() - Method in class org.apache.cocoon.forms.formmodel.Messages
 
getDefinition() - Method in class org.apache.cocoon.forms.formmodel.MultiValueField
 
getDefinition() - Method in class org.apache.cocoon.forms.formmodel.Output
 
getDefinition() - Method in class org.apache.cocoon.forms.formmodel.Repeater.RepeaterRow
 
getDefinition() - Method in class org.apache.cocoon.forms.formmodel.Repeater
 
getDefinition() - Method in class org.apache.cocoon.forms.formmodel.Union
 
getDefinition() - Method in class org.apache.cocoon.forms.formmodel.Upload
 
getDefinition() - Method in interface org.apache.cocoon.forms.formmodel.Widget
Get this widget's definition.
getDefinition(String) - Method in class org.apache.cocoon.forms.formmodel.library.Library
 
getDefinition() - Method in class org.apache.cocoon.forms.formmodel.tree.Tree
 
getDeleteIfEmpty() - Method in class org.apache.cocoon.forms.binding.SimpleRepeaterJXPathBinding
 
getDeleteIfEmpty() - Method in class org.apache.cocoon.forms.binding.TempRepeaterJXPathBinding
 
getDeleteRowBinding() - Method in class org.apache.cocoon.forms.binding.RepeaterJXPathBinding
 
getDeletedRows() - Method in class org.apache.cocoon.forms.binding.RepeaterJXPathCollection
 
getDepth() - Method in class org.apache.cocoon.forms.formmodel.tree.TreeWalker
Get the current depth of this walker (can be used e.g.
getDescription() - Method in class org.apache.cocoon.forms.expression.IsNullFunction
 
getDescription() - Method in class org.apache.cocoon.forms.expression.NullFunction
 
getDescription() - Method in class org.apache.cocoon.forms.expression.StringFunction
 
getDescription() - Method in class org.apache.cocoon.forms.expression.SumFunction
 
getDescriptiveName() - Method in interface org.apache.cocoon.forms.datatype.Datatype
Returns a descriptive name for the base type of this datatype, i.e.
getDescriptiveName() - Method in class org.apache.cocoon.forms.datatype.typeimpl.BeanType
 
getDescriptiveName() - Method in class org.apache.cocoon.forms.datatype.typeimpl.BooleanType
 
getDescriptiveName() - Method in class org.apache.cocoon.forms.datatype.typeimpl.CharType
 
getDescriptiveName() - Method in class org.apache.cocoon.forms.datatype.typeimpl.DateType
 
getDescriptiveName() - Method in class org.apache.cocoon.forms.datatype.typeimpl.DecimalType
 
getDescriptiveName() - Method in class org.apache.cocoon.forms.datatype.typeimpl.DoubleType
 
getDescriptiveName() - Method in class org.apache.cocoon.forms.datatype.typeimpl.EnumType
 
getDescriptiveName() - Method in class org.apache.cocoon.forms.datatype.typeimpl.FloatType
 
getDescriptiveName() - Method in class org.apache.cocoon.forms.datatype.typeimpl.IntegerType
 
getDescriptiveName() - Method in class org.apache.cocoon.forms.datatype.typeimpl.LongType
 
getDescriptiveName() - Method in class org.apache.cocoon.forms.datatype.typeimpl.StringType
 
getDirectoryExcludePatterns() - Method in class org.apache.cocoon.forms.formmodel.tree.SourceTreeModelDefinition
 
getDirectoryIncludePatterns() - Method in class org.apache.cocoon.forms.formmodel.tree.SourceTreeModelDefinition
 
getDisplayableCurrentPage() - Method in class org.apache.cocoon.forms.formmodel.EnhancedRepeater
 
getDisplayableLastPage() - Method in class org.apache.cocoon.forms.formmodel.EnhancedRepeater
 
getElementText(Element) - Static method in class org.apache.cocoon.forms.util.DomHelper
 
getEnclosingLibrary() - Method in class org.apache.cocoon.forms.binding.AbstractCustomBinding
 
getEnclosingLibrary() - Method in interface org.apache.cocoon.forms.binding.Binding
returns the local library for this tree of bindings
getEnclosingLibrary() - Method in class org.apache.cocoon.forms.binding.JXPathBindingBase
 
getEnclosingLibrary() - Method in class org.apache.cocoon.forms.formmodel.AbstractWidgetDefinition
 
getEnclosingLibrary() - Method in interface org.apache.cocoon.forms.formmodel.WidgetDefinition
Gets the Library object containing this definition
getEnum(String) - Static method in class org.apache.cocoon.forms.event.ProcessingPhase
 
getEnum(int) - Static method in class org.apache.cocoon.forms.event.ProcessingPhase
 
getEnum(String) - Static method in class org.apache.cocoon.forms.event.RepeaterEventAction
 
getEnum(int) - Static method in class org.apache.cocoon.forms.event.RepeaterEventAction
 
getEnum(String) - Static method in class org.apache.cocoon.forms.formmodel.Whitespace
 
getEnumList() - Static method in class org.apache.cocoon.forms.event.ProcessingPhase
 
getEnumList() - Static method in class org.apache.cocoon.forms.event.RepeaterEventAction
 
getEnumList() - Static method in class org.apache.cocoon.forms.formmodel.Whitespace
 
getEnumMap() - Static method in class org.apache.cocoon.forms.event.ProcessingPhase
 
getEnumMap() - Static method in class org.apache.cocoon.forms.event.RepeaterEventAction
 
getEnumMap() - Static method in class org.apache.cocoon.forms.formmodel.Whitespace
 
getFactoryClassName() - Method in class org.apache.cocoon.forms.binding.ContextJXPathBinding
 
getFailMessage() - Method in class org.apache.cocoon.forms.datatype.validationruleimpl.AbstractValidationRule
Returns the failMessage wrapped in a ValidationError object.
getField() - Method in class org.apache.cocoon.forms.formmodel.RepeaterFilterFieldDefinition
 
getFieldDefinition() - Method in class org.apache.cocoon.forms.formmodel.Field
 
getFieldId() - Method in class org.apache.cocoon.forms.binding.ValueJXPathBinding
 
getFieldId() - Method in class org.apache.cocoon.forms.formmodel.AggregateFieldDefinition.SplitMapping
 
getFileExcludePatterns() - Method in class org.apache.cocoon.forms.formmodel.tree.SourceTreeModelDefinition
 
getFileIncludePatterns() - Method in class org.apache.cocoon.forms.formmodel.tree.SourceTreeModelDefinition
 
getFilter() - Method in interface org.apache.cocoon.forms.binding.RepeaterAdapter
 
getFilter() - Method in class org.apache.cocoon.forms.binding.RepeaterJXPathAdapter
 
getForm() - Method in class org.apache.cocoon.forms.event.ProcessingPhaseEvent
 
getForm() - Method in class org.apache.cocoon.forms.formmodel.AbstractWidget
 
getForm() - Method in class org.apache.cocoon.forms.formmodel.Repeater.RepeaterRow
 
getForm() - Method in interface org.apache.cocoon.forms.formmodel.Widget
 
getForm(Form, String) - Method in class org.apache.cocoon.forms.generation.JXMacrosHelper
 
getFormAction() - Method in class org.apache.cocoon.forms.transformation.FormsPipelineConfig
The value for the wi:form-generated/@action.
getFormAttributes() - Method in class org.apache.cocoon.forms.transformation.FormsPipelineConfig
The grouped attributes to set on the wi:form-generated element.
getFormDefinition() - Method in class org.apache.cocoon.forms.formmodel.AbstractWidgetDefinition
 
getFormDefinition() - Method in interface org.apache.cocoon.forms.formmodel.WidgetDefinition
Gets the FormDefinition.
getFormMethod() - Method in class org.apache.cocoon.forms.transformation.FormsPipelineConfig
The value for the wi:form-generated/@method.
getFormula() - Method in class org.apache.cocoon.forms.formmodel.algorithms.SimpleFormula
 
getFullName() - Method in class org.apache.cocoon.forms.formmodel.AbstractWidget
 
getFullName() - Method in interface org.apache.cocoon.forms.formmodel.Widget
 
getGroup() - Method in class org.apache.cocoon.forms.formmodel.AggregateFieldDefinition.SplitMapping
 
getHandle() - Method in class org.apache.cocoon.forms.binding.RepeaterItem
 
getIconType() - Method in class org.apache.cocoon.forms.formmodel.tree.TreeWalker
Get the "icon type" that should be used for this node, according to the common visual paradigms used to render trees: "leaf" for leaf nodes (will be e.g.
getId() - Method in class org.apache.cocoon.forms.binding.AbstractCustomBinding
Returns binding definition id.
getId() - Method in class org.apache.cocoon.forms.binding.AggregateJXPathBinding
 
getId() - Method in interface org.apache.cocoon.forms.binding.Binding
Gets binding definition id.
getId() - Method in class org.apache.cocoon.forms.binding.CaseJXPathBinding
 
getId() - Method in class org.apache.cocoon.forms.binding.ClassJXPathBinding
Returns binding definition id.
getId() - Method in class org.apache.cocoon.forms.binding.CustomJXPathBinding
 
getId() - Method in class org.apache.cocoon.forms.binding.GroupJXPathBinding
 
getId() - Method in class org.apache.cocoon.forms.binding.JXPathBindingBase
Returns binding definition id.
getId() - Method in class org.apache.cocoon.forms.binding.JavaScriptJXPathBinding
 
getId() - Method in class org.apache.cocoon.forms.binding.MultiValueJXPathBinding
 
getId() - Method in class org.apache.cocoon.forms.binding.NewJXPathBinding
 
getId() - Method in class org.apache.cocoon.forms.binding.RepeaterJXPathBinding
 
getId() - Method in class org.apache.cocoon.forms.binding.SetAttributeJXPathBinding
 
getId() - Method in class org.apache.cocoon.forms.binding.SimpleRepeaterJXPathBinding
 
getId() - Method in class org.apache.cocoon.forms.binding.StructJXPathBinding
 
getId() - Method in class org.apache.cocoon.forms.binding.TempRepeaterJXPathBinding
 
getId() - Method in class org.apache.cocoon.forms.binding.TreeModelJXPath
 
getId() - Method in class org.apache.cocoon.forms.binding.UnionJXPathBinding
 
getId() - Method in class org.apache.cocoon.forms.binding.ValueJXPathBinding
 
getId() - Method in class org.apache.cocoon.forms.formmodel.AbstractWidget
Gets the id of this widget.
getId() - Method in class org.apache.cocoon.forms.formmodel.AbstractWidgetDefinition
 
getId() - Method in class org.apache.cocoon.forms.formmodel.Form
 
getId() - Method in class org.apache.cocoon.forms.formmodel.Repeater.RepeaterRow
 
getId() - Method in interface org.apache.cocoon.forms.formmodel.Widget
 
getId() - Method in interface org.apache.cocoon.forms.formmodel.WidgetDefinition
Gets id of this widget definition.
getIdentityBinding() - Method in class org.apache.cocoon.forms.binding.RepeaterJXPathBinding
 
getImageURI() - Method in class org.apache.cocoon.forms.formmodel.ImageMap
 
getImageURI() - Method in class org.apache.cocoon.forms.formmodel.ImageMapDefinition
 
getInheritedNSDeclarations(Element) - Static method in class org.apache.cocoon.forms.util.DomHelper
 
getInitialPage() - Method in class org.apache.cocoon.forms.formmodel.RepeaterDefinition
 
getInitialResult() - Method in class org.apache.cocoon.forms.formmodel.algorithms.RepeatedFormula
 
getInitialSize() - Method in class org.apache.cocoon.forms.formmodel.RepeaterDefinition
 
getInitialValue() - Method in class org.apache.cocoon.forms.formmodel.AbstractDatatypeWidgetDefinition
 
getInitialValue() - Method in class org.apache.cocoon.forms.formmodel.BooleanFieldDefinition
 
getInitialValue() - Method in class org.apache.cocoon.forms.formmodel.GoogleMapDefinition
 
getInsertChildBindings() - Method in class org.apache.cocoon.forms.binding.TempRepeaterJXPathBinding
 
getInsertRowBinding() - Method in class org.apache.cocoon.forms.binding.RepeaterJXPathBinding
 
getInsertRowPath() - Method in class org.apache.cocoon.forms.binding.RepeaterJXPathBinding
 
getInsertedRows() - Method in class org.apache.cocoon.forms.binding.RepeaterJXPathCollection
 
getItem(int) - Method in interface org.apache.cocoon.forms.binding.RepeaterAdapter
 
getItem(int) - Method in class org.apache.cocoon.forms.binding.RepeaterJXPathAdapter
 
getItems(int, int) - Method in class org.apache.cocoon.forms.binding.RepeaterJXPathCollection
 
getItems() - Method in class org.apache.cocoon.forms.datatype.AbstractJavaSelectionList
 
getItems() - Method in class org.apache.cocoon.forms.datatype.StaticSelectionList
 
getJsfunction() - Method in class org.apache.cocoon.forms.formmodel.algorithms.JavaScript
 
getLastKey() - Method in class org.apache.cocoon.forms.formmodel.tree.TreePath
Returns the key of last element of this path.
getLastPathObject(TreeModel) - Method in class org.apache.cocoon.forms.formmodel.tree.TreePath
Returns the last component of this path.
getLat() - Method in class org.apache.cocoon.forms.formmodel.GoogleMapMarker
 
getLat() - Method in class org.apache.cocoon.forms.formmodel.GoogleMapValue
 
getLength() - Method in class org.apache.cocoon.forms.formmodel.CaptchaFieldDefinition
 
getLexicalHandler() - Method in class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe
Needed to get things working with JDK 1.3.
getLibraryManager() - Method in class org.apache.cocoon.forms.binding.JXPathBindingManager.Assistant
 
getLineLocation(Element) - Static method in class org.apache.cocoon.forms.util.DomHelper
 
getLng() - Method in class org.apache.cocoon.forms.formmodel.GoogleMapMarker
 
getLng() - Method in class org.apache.cocoon.forms.formmodel.GoogleMapValue
 
getLoadScript() - Method in class org.apache.cocoon.forms.binding.JavaScriptJXPathBinding
 
getLocalLibrary() - Method in class org.apache.cocoon.forms.binding.BindingBuilderContext
 
getLocalLibrary() - Method in class org.apache.cocoon.forms.formmodel.FormDefinition
 
getLocalLibrary() - Method in class org.apache.cocoon.forms.formmodel.WidgetDefinitionBuilderContext
 
getLocalNSDeclarations(Element) - Static method in class org.apache.cocoon.forms.util.DomHelper
 
getLocale() - Method in class org.apache.cocoon.forms.FormContext
 
getLocale() - Method in class org.apache.cocoon.forms.binding.MultiValueJXPathBinding
 
getLocale() - Method in class org.apache.cocoon.forms.formmodel.Form
Get the locale to be used to process this form.
getLocale() - Method in class org.apache.cocoon.forms.transformation.FormsPipelineConfig
 
getLocale() - Method in class org.apache.cocoon.forms.util.XMLAdapter
Get the locale used for conversion between XML data and Java objects
getLocaleParameter() - Method in class org.apache.cocoon.forms.transformation.FormsPipelineConfig
 
getLocation() - Method in class org.apache.cocoon.forms.binding.JXPathBindingBase
Gets source location of this binding.
getLocation() - Method in class org.apache.cocoon.forms.datatype.JavaScriptSelectionList
 
getLocation() - Method in class org.apache.cocoon.forms.formmodel.AbstractWidget
 
getLocation() - Method in class org.apache.cocoon.forms.formmodel.AbstractWidgetDefinition
 
getLocation() - Method in interface org.apache.cocoon.forms.formmodel.Widget
 
getLocation() - Method in interface org.apache.cocoon.forms.formmodel.WidgetDefinition
Gets source location of this widget definition.
getLocation() - Method in class org.apache.cocoon.forms.transformation.EffectPipe
 
getLocation(Element) - Static method in class org.apache.cocoon.forms.util.DomHelper
Retrieves the location of an element node in the source file from which the Document was created.
getLocationObject(Element) - Static method in class org.apache.cocoon.forms.util.DomHelper
 
getMarkers() - Method in class org.apache.cocoon.forms.formmodel.GoogleMapValue
 
getMaxPage() - Method in class org.apache.cocoon.forms.formmodel.EnhancedRepeater
 
getMaxSize() - Method in class org.apache.cocoon.forms.formmodel.Repeater
 
getMaxSize() - Method in class org.apache.cocoon.forms.formmodel.RepeaterDefinition
 
getMessage() - Method in class org.apache.cocoon.forms.formmodel.CannotYetResolveWarning
 
getMimeTypes() - Method in class org.apache.cocoon.forms.formmodel.UploadDefinition
 
getMinSize() - Method in class org.apache.cocoon.forms.formmodel.Repeater
 
getMinSize() - Method in class org.apache.cocoon.forms.formmodel.RepeaterDefinition
 
getModel() - Method in class org.apache.cocoon.forms.formmodel.tree.Tree
 
getMultiValuePath() - Method in class org.apache.cocoon.forms.binding.MultiValueJXPathBinding
 
getName() - Method in class org.apache.cocoon.forms.formmodel.AbstractWidget
 
getName() - Method in interface org.apache.cocoon.forms.formmodel.Widget
 
getName() - Method in class org.apache.cocoon.forms.transformation.EffectPipe.ErrorHandler
 
getName() - Method in class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.ContinuationIdHandler
 
getNewAdditions() - Method in class org.apache.cocoon.forms.util.WidgetFinder
Gets the new widgets that has been added to the list, as a consequence of new repeater rows additions, since last time this method was called or the finder was initialized.
getNewValue() - Method in class org.apache.cocoon.forms.event.DeferredValueChangedEvent
 
getNewValue() - Method in class org.apache.cocoon.forms.event.ValueChangedEvent
 
getNode(TreePath) - Method in class org.apache.cocoon.forms.formmodel.tree.DefaultTreeModel
 
getNode(TreePath) - Method in class org.apache.cocoon.forms.formmodel.tree.SourceTreeModel
 
getNode(TreePath) - Method in interface org.apache.cocoon.forms.formmodel.tree.TreeModel
 
getNode(TreePath) - Method in class org.apache.cocoon.forms.formmodel.tree.TreeModelHelper
 
getNode() - Method in class org.apache.cocoon.forms.formmodel.tree.TreeWalker
Get the current node, which is the result of the last call to TreeWalker.next() (except if TreeWalker.enterChildren() or TreeWalker.leave() where called inbetween.
getObject(TreeModel) - Method in class org.apache.cocoon.forms.formmodel.tree.TreePath
 
getObjectPath(TreeModel) - Method in class org.apache.cocoon.forms.formmodel.tree.TreePath
Returns an ordered array of Objects containing the components of this TreePath.
getOldValue() - Method in class org.apache.cocoon.forms.event.ValueChangedEvent
 
getOrderable() - Method in class org.apache.cocoon.forms.formmodel.RepeaterDefinition
 
getOriginalCollectionSize() - Method in class org.apache.cocoon.forms.binding.RepeaterJXPathCollection
 
getOutputDefinition() - Method in class org.apache.cocoon.forms.formmodel.Output
 
getPageSize() - Method in class org.apache.cocoon.forms.formmodel.EnhancedRepeater
 
getPageSize() - Method in class org.apache.cocoon.forms.formmodel.RepeaterDefinition
 
getParent() - Method in class org.apache.cocoon.forms.formmodel.AbstractWidget
 
getParent() - Method in class org.apache.cocoon.forms.formmodel.AbstractWidgetDefinition
Gets the parent of this definition.
getParent() - Method in interface org.apache.cocoon.forms.formmodel.Widget
 
getParentPath() - Method in class org.apache.cocoon.forms.formmodel.tree.TreePath
Returns a path containing all the elements of this object, except the last path component.
getParentRow(Widget) - Static method in class org.apache.cocoon.forms.formmodel.Repeater
Crawls up the parents of a widget up to finding a repeater row.
getParentScope(Map) - Static method in class org.apache.cocoon.forms.util.JavaScriptHelper
Get a parent scope for building a child scope.
getPath() - Method in class org.apache.cocoon.forms.binding.JavaScriptJXPathBinding
 
getPath() - Method in class org.apache.cocoon.forms.formmodel.tree.TreeModelEvent
 
getPath() - Method in class org.apache.cocoon.forms.formmodel.tree.TreeSelectionEvent
Get the first path element.
getPath() - Method in class org.apache.cocoon.forms.formmodel.tree.TreeWalker
Get the path of the current node.
getPathCount() - Method in class org.apache.cocoon.forms.formmodel.tree.TreePath
Returns the number of elements in the path.
getPaths() - Method in class org.apache.cocoon.forms.formmodel.tree.TreeSelectionEvent
Get paths that have been added or removed from the selection.
getPatterns(Element, String) - Method in class org.apache.cocoon.forms.formmodel.tree.builder.SourceTreeModelDefinitionBuilder
 
getPhase() - Method in class org.apache.cocoon.forms.event.ProcessingPhaseEvent
 
getPlainConvertor() - Method in interface org.apache.cocoon.forms.datatype.Datatype
Returns the "plain convertor".
getPlainConvertor() - Method in interface org.apache.cocoon.forms.datatype.DatatypeBuilder
 
getPlainConvertor() - Method in class org.apache.cocoon.forms.datatype.typeimpl.AbstractDatatype
 
getPlainConvertor() - Method in class org.apache.cocoon.forms.datatype.typeimpl.AbstractDatatypeBuilder
 
getPlainConvertor() - Method in class org.apache.cocoon.forms.datatype.typeimpl.BeanType
We make sure the plain Convertor is the same
getProcessInfoProvider() - Method in class org.apache.cocoon.forms.formmodel.AbstractDatatypeWidgetDefinitionBuilder
 
getProcessingPhaseListener() - Method in class org.apache.cocoon.forms.formmodel.FormDefinition
 
getRepeatOn() - Method in class org.apache.cocoon.forms.formmodel.algorithms.RepeatedFormula
 
getRepeater() - Method in class org.apache.cocoon.forms.formmodel.RepeaterAction
Get the repeater on which this action acts.
getRepeaterListener() - Method in class org.apache.cocoon.forms.formmodel.RepeaterDefinition
 
getRepeaterName() - Method in class org.apache.cocoon.forms.formmodel.RepeaterActionDefinition
Get the name of the repeater on which to act.
getRepeaterName() - Method in class org.apache.cocoon.forms.formmodel.RepeaterFilterFieldDefinition
 
getRepeaterPath() - Method in class org.apache.cocoon.forms.binding.RepeaterJXPathBinding
 
getRepeaterPath() - Method in class org.apache.cocoon.forms.binding.SimpleRepeaterJXPathBinding
 
getRepeaterPath() - Method in class org.apache.cocoon.forms.binding.TempRepeaterJXPathBinding
 
getRequest() - Method in class org.apache.cocoon.forms.FormContext
 
getRequest() - Method in class org.apache.cocoon.forms.util.FOM_SimpleCocoon
 
getRequestParameterName() - Method in class org.apache.cocoon.forms.formmodel.AbstractWidget
 
getRequestParameterName() - Method in class org.apache.cocoon.forms.formmodel.Repeater.RepeaterRow
 
getRequestParameterName() - Method in interface org.apache.cocoon.forms.formmodel.Widget
 
getRequiredAttributeValue(String, Attributes, String) - Method in class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe
Get non-empty value of the required attribute
getResolver() - Method in class org.apache.cocoon.forms.formmodel.tree.SourceTreeModelDefinition
 
getResponse() - Method in class org.apache.cocoon.forms.util.FOM_SimpleCocoon
 
getResult() - Method in class org.apache.cocoon.forms.datatype.convertor.ConversionResult
 
getResultType() - Method in class org.apache.cocoon.forms.expression.IsNullFunction
 
getResultType() - Method in class org.apache.cocoon.forms.expression.NullFunction
 
getResultType() - Method in class org.apache.cocoon.forms.expression.StringFunction
 
getResultType() - Method in class org.apache.cocoon.forms.expression.SumFunction
 
getRoot() - Method in class org.apache.cocoon.forms.formmodel.tree.DefaultTreeModel
 
getRoot() - Method in class org.apache.cocoon.forms.formmodel.tree.SourceTreeModel
 
getRoot() - Method in interface org.apache.cocoon.forms.formmodel.tree.TreeModel
Returns the root of the tree.
getRootScope(Map) - Static method in class org.apache.cocoon.forms.util.JavaScriptHelper
Get a root scope for building child scopes.
getRootURL() - Method in class org.apache.cocoon.forms.formmodel.tree.SourceTreeModelDefinition
 
getRow() - Method in class org.apache.cocoon.forms.binding.RepeaterItem
 
getRow() - Method in class org.apache.cocoon.forms.event.RepeaterEvent
 
getRow(int) - Method in class org.apache.cocoon.forms.formmodel.Repeater
 
getRowBinding() - Method in class org.apache.cocoon.forms.binding.RepeaterJXPathBinding
 
getRowPath() - Method in class org.apache.cocoon.forms.binding.MultiValueJXPathBinding
 
getRowPath() - Method in class org.apache.cocoon.forms.binding.RepeaterJXPathBinding
 
getRowPath() - Method in class org.apache.cocoon.forms.binding.SimpleRepeaterJXPathBinding
 
getRowPath() - Method in class org.apache.cocoon.forms.binding.TempRepeaterJXPathBinding
 
getRowPathInsert() - Method in class org.apache.cocoon.forms.binding.TempRepeaterJXPathBinding
 
getSaveScript() - Method in class org.apache.cocoon.forms.binding.JavaScriptJXPathBinding
 
getSelectionCount() - Method in class org.apache.cocoon.forms.formmodel.tree.Tree
 
getSelectionList() - Method in class org.apache.cocoon.forms.formmodel.AbstractDatatypeWidgetDefinition
 
getSelectionListener() - Method in class org.apache.cocoon.forms.formmodel.tree.TreeDefinition
 
getSelectionModel() - Method in class org.apache.cocoon.forms.formmodel.tree.TreeDefinition
 
getSelectionPath() - Method in class org.apache.cocoon.forms.formmodel.tree.Tree
 
getSelectionPaths() - Method in class org.apache.cocoon.forms.formmodel.tree.Tree
 
getSelectionType() - Method in class org.apache.cocoon.forms.formmodel.tree.TreeWalker
Get the "selection type" that should be used for this node, that can be used e.g.
getSession() - Method in class org.apache.cocoon.forms.util.FOM_SimpleCocoon
 
getSize() - Method in class org.apache.cocoon.forms.formmodel.AbstractContainerWidget
 
getSize() - Method in class org.apache.cocoon.forms.formmodel.Repeater
 
getSourceModel() - Method in class org.apache.cocoon.forms.formmodel.tree.TreeModelEvent
 
getSourceURI() - Method in class org.apache.cocoon.forms.binding.library.Library
 
getSourceURI() - Method in class org.apache.cocoon.forms.formmodel.library.Library
 
getSourceWidget() - Method in class org.apache.cocoon.forms.event.WidgetEvent
The widget on which this event occured.
getSplitFailMessage() - Method in class org.apache.cocoon.forms.formmodel.AggregateFieldDefinition
 
getSplitMappingsIterator() - Method in class org.apache.cocoon.forms.formmodel.AggregateFieldDefinition
 
getSplitPattern() - Method in class org.apache.cocoon.forms.formmodel.AggregateFieldDefinition
 
getSplitRegexp() - Method in class org.apache.cocoon.forms.formmodel.AggregateFieldDefinition
 
getState() - Method in class org.apache.cocoon.forms.formmodel.AbstractWidget
 
getState() - Method in class org.apache.cocoon.forms.formmodel.AbstractWidgetDefinition
 
getState() - Method in interface org.apache.cocoon.forms.formmodel.Widget
Get the widget's own state.
getStorageContext() - Method in class org.apache.cocoon.forms.binding.RepeaterJXPathCollection
 
getSubmitWidget() - Method in class org.apache.cocoon.forms.formmodel.Form
Get the widget that triggered the current processing.
getSuggestionLabel() - Method in class org.apache.cocoon.forms.formmodel.Field
If the user has chosen an item in a suggestion list, returns that item's label.
getSuggestionList() - Method in class org.apache.cocoon.forms.formmodel.Field
 
getSuggestionList() - Method in class org.apache.cocoon.forms.formmodel.FieldDefinition
 
getSuperBinding() - Method in class org.apache.cocoon.forms.binding.BindingBuilderContext
 
getSuperDefinition() - Method in class org.apache.cocoon.forms.formmodel.WidgetDefinitionBuilderContext
 
getSystemIdLocation(Element) - Static method in class org.apache.cocoon.forms.util.DomHelper
 
getTemplate() - Method in class org.apache.cocoon.forms.binding.InsertNodeJXPathBinding
 
getText() - Method in class org.apache.cocoon.forms.formmodel.GoogleMapMarker
 
getTree() - Method in class org.apache.cocoon.forms.formmodel.tree.TreeSelectionEvent
 
getTriggerWidgets() - Method in interface org.apache.cocoon.forms.formmodel.CalculatedFieldAlgorithm
Returns an iterator on trigger widget paths.
getTriggerWidgets() - Method in class org.apache.cocoon.forms.formmodel.algorithms.AbstractBaseAlgorithm
 
getTriggerWidgets() - Method in class org.apache.cocoon.forms.formmodel.algorithms.JavaScript
 
getTrueParamValue() - Method in class org.apache.cocoon.forms.formmodel.BooleanFieldDefinition
Get the parameter value that indicates a true value.
getTypeClass() - Method in interface org.apache.cocoon.forms.datatype.Datatype
Gets the class object for the type represented by this datatype.
getTypeClass() - Method in class org.apache.cocoon.forms.datatype.convertor.BeanConvertor
 
getTypeClass() - Method in class org.apache.cocoon.forms.datatype.convertor.CharConvertor
 
getTypeClass() - Method in interface org.apache.cocoon.forms.datatype.convertor.Convertor
 
getTypeClass() - Method in class org.apache.cocoon.forms.datatype.convertor.DummyStringConvertor
 
getTypeClass() - Method in class org.apache.cocoon.forms.datatype.convertor.EnumConvertor
 
getTypeClass() - Method in class org.apache.cocoon.forms.datatype.convertor.FormattingDateConvertor
 
getTypeClass() - Method in class org.apache.cocoon.forms.datatype.convertor.FormattingDecimalConvertor
 
getTypeClass() - Method in class org.apache.cocoon.forms.datatype.convertor.FormattingDoubleConvertor
 
getTypeClass() - Method in class org.apache.cocoon.forms.datatype.convertor.FormattingFloatConvertor
 
getTypeClass() - Method in class org.apache.cocoon.forms.datatype.convertor.FormattingIntegerConvertor
 
getTypeClass() - Method in class org.apache.cocoon.forms.datatype.convertor.FormattingLongConvertor
 
getTypeClass() - Method in class org.apache.cocoon.forms.datatype.convertor.HtmlCleaningConvertor
 
getTypeClass() - Method in class org.apache.cocoon.forms.datatype.convertor.Icu4jDateConvertor
 
getTypeClass() - Method in class org.apache.cocoon.forms.datatype.convertor.MillisDateConvertor
 
getTypeClass() - Method in class org.apache.cocoon.forms.datatype.convertor.PlainBooleanConvertor
 
getTypeClass() - Method in class org.apache.cocoon.forms.datatype.convertor.PlainDecimalConvertor
 
getTypeClass() - Method in class org.apache.cocoon.forms.datatype.convertor.PlainDoubleConvertor
 
getTypeClass() - Method in class org.apache.cocoon.forms.datatype.convertor.PlainFloatConvertor
 
getTypeClass() - Method in class org.apache.cocoon.forms.datatype.convertor.PlainIntegerConvertor
 
getTypeClass() - Method in class org.apache.cocoon.forms.datatype.convertor.PlainLongConvertor
 
getTypeClass() - Method in class org.apache.cocoon.forms.datatype.typeimpl.BeanType
 
getTypeClass() - Method in class org.apache.cocoon.forms.datatype.typeimpl.BooleanType
 
getTypeClass() - Method in class org.apache.cocoon.forms.datatype.typeimpl.CharType
 
getTypeClass() - Method in class org.apache.cocoon.forms.datatype.typeimpl.DateType
 
getTypeClass() - Method in class org.apache.cocoon.forms.datatype.typeimpl.DecimalType
 
getTypeClass() - Method in class org.apache.cocoon.forms.datatype.typeimpl.DoubleType
 
getTypeClass() - Method in class org.apache.cocoon.forms.datatype.typeimpl.EnumType
 
getTypeClass() - Method in class org.apache.cocoon.forms.datatype.typeimpl.FloatType
 
getTypeClass() - Method in class org.apache.cocoon.forms.datatype.typeimpl.IntegerType
 
getTypeClass() - Method in class org.apache.cocoon.forms.datatype.typeimpl.LongType
 
getTypeClass() - Method in class org.apache.cocoon.forms.datatype.typeimpl.StringType
 
getUpdateBinding() - Method in class org.apache.cocoon.forms.binding.MultiValueJXPathBinding
 
getUpdateBinding() - Method in class org.apache.cocoon.forms.binding.ValueJXPathBinding
 
getUpdatedRows() - Method in class org.apache.cocoon.forms.binding.RepeaterJXPathCollection
 
getUpdatedWidgetIds() - Method in class org.apache.cocoon.forms.formmodel.Form
 
getUploadDefinition() - Method in class org.apache.cocoon.forms.formmodel.Upload
 
getUsermarker() - Method in class org.apache.cocoon.forms.formmodel.GoogleMapValue
 
getValidationError() - Method in class org.apache.cocoon.forms.datatype.convertor.ConversionResult
 
getValidationError() - Method in class org.apache.cocoon.forms.formmodel.BooleanField
Returns the validation error, if any.
getValidationError() - Method in class org.apache.cocoon.forms.formmodel.Field
Returns the validation error, if any.
getValidationError() - Method in class org.apache.cocoon.forms.formmodel.Form
Set a validation error on this field.
getValidationError() - Method in class org.apache.cocoon.forms.formmodel.MultiValueField
 
getValidationError() - Method in class org.apache.cocoon.forms.formmodel.Repeater
Set a validation error on this field.
getValidationError() - Method in class org.apache.cocoon.forms.formmodel.Upload
Returns the validation error, if any.
getValidationError() - Method in interface org.apache.cocoon.forms.validation.ValidationErrorAware
 
getValue() - Method in class org.apache.cocoon.forms.binding.SetAttributeJXPathBinding
 
getValue() - Method in class org.apache.cocoon.forms.datatype.StaticSelectionList.SelectionListItem
 
getValue() - Method in class org.apache.cocoon.forms.formmodel.AbstractWidget
 
getValue() - Method in class org.apache.cocoon.forms.formmodel.BooleanField
 
getValue() - Method in class org.apache.cocoon.forms.formmodel.CalculatedField
 
getValue() - Method in class org.apache.cocoon.forms.formmodel.Field
 
getValue() - Method in class org.apache.cocoon.forms.formmodel.GoogleMap
 
getValue() - Method in class org.apache.cocoon.forms.formmodel.ImageMap
 
getValue() - Method in class org.apache.cocoon.forms.formmodel.MultiValueField
 
getValue() - Method in class org.apache.cocoon.forms.formmodel.Output
 
getValue() - Method in class org.apache.cocoon.forms.formmodel.Union
 
getValue() - Method in class org.apache.cocoon.forms.formmodel.Upload
 
getValue() - Method in interface org.apache.cocoon.forms.formmodel.Widget
Get the value of a widget.
getValueChangedListener() - Method in class org.apache.cocoon.forms.formmodel.AbstractDatatypeWidgetDefinition
 
getValueChangedListener() - Method in class org.apache.cocoon.forms.formmodel.BooleanFieldDefinition
 
getValueChangedListener() - Method in class org.apache.cocoon.forms.formmodel.UploadDefinition
 
getVariable(String) - Method in class org.apache.cocoon.forms.transformation.FormsPipelineConfig.FormsVariables
 
getVirtualRows() - Method in class org.apache.cocoon.forms.binding.TempRepeaterJXPathBinding
 
getWhitespaceTrim() - Method in class org.apache.cocoon.forms.formmodel.FieldDefinition
 
getWidget(String) - Method in class org.apache.cocoon.forms.formmodel.AbstractWidget
 
getWidget(int, String) - Method in class org.apache.cocoon.forms.formmodel.Repeater
Gets a widget on a certain row.
getWidget(String) - Method in interface org.apache.cocoon.forms.formmodel.Widget
Deprecated. getWidget got removed, use lookupWidget or getChild instead.
getWidget(String) - Method in class org.apache.cocoon.forms.formmodel.WidgetList
Looks for a widget in this list by using the provided id as a lookup key.
getWidget(Widget, String) - Method in class org.apache.cocoon.forms.generation.JXMacrosHelper
Get a child widget of a given widget, throwing an exception if no such child exists.
getWidget() - Method in class org.apache.cocoon.forms.util.ContainerWidgetAsMap
Get the container widget that is wrapped by this Map.
getWidget(String) - Method in class org.apache.cocoon.forms.util.ContainerWidgetAsMap
Get a widget relative to the container wrapped by this Map
getWidget() - Method in class org.apache.cocoon.forms.util.RepeaterAsList
Get the repeater widget that is wrapped by this List.
getWidget(String) - Method in class org.apache.cocoon.forms.util.RepeaterAsList
Get a widget relative to the repeater wrapped by this List
getWidgetClass() - Method in class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.AggregateWidgetHandler
 
getWidgetClass() - Method in class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.GroupHandler
 
getWidgetClass() - Method in class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.RepeaterHandler
 
getWidgetClass() - Method in class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.StructHandler
 
getWidgetClass() - Method in class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.UnionHandler
 
getWidgetDefinition(String) - Method in class org.apache.cocoon.forms.formmodel.AbstractContainerDefinition
 
getWidgetDefinition(String) - Method in interface org.apache.cocoon.forms.formmodel.ContainerDefinition
Gets a (sub) widget definition from this definition.
getWidgetDefinition(String) - Method in class org.apache.cocoon.forms.formmodel.WidgetDefinitionList
 
getWidgetDefinitions() - Method in class org.apache.cocoon.forms.formmodel.AbstractContainerDefinition
 
getWidgetDefinitions() - Method in interface org.apache.cocoon.forms.formmodel.ContainerDefinition
Gets the collection of (sub) widget definition from this definition.
getWidgetDefinitions() - Method in class org.apache.cocoon.forms.formmodel.WidgetDefinitionList
 
getWidgetForPath(TreePath) - Method in class org.apache.cocoon.forms.formmodel.tree.Tree
 
getWidgetList() - Method in class org.apache.cocoon.forms.formmodel.WidgetList
Get the (unmodifiable) list of widgets
getWidgetMap() - Method in class org.apache.cocoon.forms.formmodel.WidgetList
Get the (unmodifiable) map of widgets
getWidgetName() - Method in class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.AggregateWidgetHandler
 
getWidgetName() - Method in class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.GroupHandler
 
getWidgetName() - Method in class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.RepeaterHandler
 
getWidgetName() - Method in class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.StructHandler
 
getWidgetName() - Method in class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.UnionHandler
 
getWidgets() - Method in class org.apache.cocoon.forms.util.WidgetFinder
Return all widgets found for the given paths.
getWrappedBinding() - Method in class org.apache.cocoon.forms.binding.CustomJXPathBinding
 
getX() - Method in class org.apache.cocoon.forms.event.ImageMapEvent
 
getX() - Method in class org.apache.cocoon.forms.formmodel.ImageMap
 
getXMLElementAttributes() - Method in class org.apache.cocoon.forms.formmodel.AbstractWidget
The XML attributes used in AbstractWidget.generateSaxFragment(ContentHandler, Locale) to be placed on the wrapping element for all the XML-instance-content of this Widget.
getXMLElementAttributes() - Method in class org.apache.cocoon.forms.formmodel.BooleanField
 
getXMLElementAttributes() - Method in class org.apache.cocoon.forms.formmodel.EnhancedRepeater
 
getXMLElementAttributes() - Method in class org.apache.cocoon.forms.formmodel.Field
Adds the @required attribute
getXMLElementAttributes() - Method in class org.apache.cocoon.forms.formmodel.ImageMap
Adds the @imageuri attribute to the XML element
getXMLElementAttributes() - Method in class org.apache.cocoon.forms.formmodel.Repeater
Adds @size attribute
getXMLElementAttributes() - Method in class org.apache.cocoon.forms.formmodel.Submit
 
getXMLElementAttributes() - Method in class org.apache.cocoon.forms.formmodel.Upload
Adds attributes @required, @mime-types
getXMLElementName() - Method in class org.apache.cocoon.forms.formmodel.AbstractWidget
The XML element name used in AbstractWidget.generateSaxFragment(ContentHandler, Locale) to produce the wrapping element for all the XML-instance-content of this Widget.
getXMLElementName() - Method in class org.apache.cocoon.forms.formmodel.Action
 
getXMLElementName() - Method in class org.apache.cocoon.forms.formmodel.AggregateField
 
getXMLElementName() - Method in class org.apache.cocoon.forms.formmodel.BooleanField
 
getXMLElementName() - Method in class org.apache.cocoon.forms.formmodel.Field
 
getXMLElementName() - Method in class org.apache.cocoon.forms.formmodel.Form
 
getXMLElementName() - Method in class org.apache.cocoon.forms.formmodel.GoogleMap
 
getXMLElementName() - Method in class org.apache.cocoon.forms.formmodel.Group
 
getXMLElementName() - Method in class org.apache.cocoon.forms.formmodel.ImageMap
 
getXMLElementName() - Method in class org.apache.cocoon.forms.formmodel.Messages
 
getXMLElementName() - Method in class org.apache.cocoon.forms.formmodel.MultiValueField
 
getXMLElementName() - Method in class org.apache.cocoon.forms.formmodel.Output
 
getXMLElementName() - Method in class org.apache.cocoon.forms.formmodel.Repeater.RepeaterRow
 
getXMLElementName() - Method in class org.apache.cocoon.forms.formmodel.Repeater
 
getXMLElementName() - Method in class org.apache.cocoon.forms.formmodel.Struct
Deprecated.  
getXMLElementName() - Method in class org.apache.cocoon.forms.formmodel.Union
 
getXMLElementName() - Method in class org.apache.cocoon.forms.formmodel.Upload
 
getXMLElementName() - Method in class org.apache.cocoon.forms.formmodel.tree.Tree
 
getXPath() - Method in class org.apache.cocoon.forms.binding.AggregateJXPathBinding
 
getXPath() - Method in class org.apache.cocoon.forms.binding.CaseJXPathBinding
 
getXPath() - Method in class org.apache.cocoon.forms.binding.ComposedJXPathBindingBase
 
getXPath() - Method in class org.apache.cocoon.forms.binding.ContextJXPathBinding
To allow child classes to know which path they bind to
getXPath() - Method in class org.apache.cocoon.forms.binding.CustomJXPathBinding
 
getXPath() - Method in class org.apache.cocoon.forms.binding.UnionJXPathBinding
 
getXPath() - Method in class org.apache.cocoon.forms.binding.ValueJXPathBinding
 
getXpath() - Method in class org.apache.cocoon.forms.binding.AbstractCustomBinding
 
getY() - Method in class org.apache.cocoon.forms.event.ImageMapEvent
 
getY() - Method in class org.apache.cocoon.forms.formmodel.ImageMap
 
getZoom() - Method in class org.apache.cocoon.forms.formmodel.GoogleMapValue
 
goToPage(int) - Method in class org.apache.cocoon.forms.formmodel.EnhancedRepeater
 

H

HandleFormSubmitAction - class org.apache.cocoon.forms.acting.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 validation failed.
HandleFormSubmitAction() - Constructor for class org.apache.cocoon.forms.acting.HandleFormSubmitAction
 
HtmlCleaningConvertor - class org.apache.cocoon.forms.datatype.convertor.HtmlCleaningConvertor.
A CForms convertor doing string-to-string conversion by utilizing the Daisy HtmlCleaner component.
HtmlCleaningConvertor(HtmlCleanerTemplate) - Constructor for class org.apache.cocoon.forms.datatype.convertor.HtmlCleaningConvertor
 
HtmlCleaningConvertorBuilder - class org.apache.cocoon.forms.datatype.convertor.HtmlCleaningConvertorBuilder.
Builds HtmlCleaningConvertors.
HtmlCleaningConvertorBuilder() - Constructor for class org.apache.cocoon.forms.datatype.convertor.HtmlCleaningConvertorBuilder
 
hBuffer - Variable in class org.apache.cocoon.forms.transformation.EffectPipe
 
hChoosePassThru - Variable in class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe
 
hForm - Variable in class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe
 
hNested - Variable in class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe
 
hNull - Variable in class org.apache.cocoon.forms.transformation.EffectPipe
 
hSkip - Variable in class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe
 
hStyling - Variable in class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe
 
hUnionPassThru - Variable in class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe
 
handleActionEvent(ActionEvent) - Method in class org.apache.cocoon.forms.event.AbstractFormHandler
Called when an ActionEvent occured.
handleActivate() - Method in class org.apache.cocoon.forms.formmodel.Action
Handle the fact that this action was activated.
handleActivate() - Method in class org.apache.cocoon.forms.formmodel.ImageMap
Handle the fact that this action was activated.
handleActivate() - Method in class org.apache.cocoon.forms.formmodel.Submit
 
handleEvent(WidgetEvent) - Method in class org.apache.cocoon.forms.event.AbstractFormHandler
 
handleEvent(WidgetEvent) - Method in interface org.apache.cocoon.forms.event.FormHandler
 
handleValueChangedEvent(ValueChangedEvent) - Method in class org.apache.cocoon.forms.event.AbstractFormHandler
Called when an ValueChangedEvent occured.
has(String, Scriptable) - Method in class org.apache.cocoon.forms.flow.javascript.ScriptableWidget
 
has(int, Scriptable) - Method in class org.apache.cocoon.forms.flow.javascript.ScriptableWidget
 
hasActionListeners() - Method in class org.apache.cocoon.forms.formmodel.ActionDefinition
 
hasActionListeners() - Method in class org.apache.cocoon.forms.formmodel.ImageMapDefinition
 
hasActionListeners() - Method in class org.apache.cocoon.forms.formmodel.RepeaterActionDefinition.DeleteRowsActionDefinition
 
hasActionListeners() - Method in class org.apache.cocoon.forms.formmodel.RowActionDefinition.DeleteRowDefinition
 
hasChild(String) - Method in class org.apache.cocoon.forms.formmodel.AbstractContainerWidget
 
hasChild(String) - Method in class org.apache.cocoon.forms.formmodel.AggregateField
 
hasChild(String) - Method in interface org.apache.cocoon.forms.formmodel.ContainerWidget
Checks if there is a child widget with the given id.
hasFailMessage() - Method in class org.apache.cocoon.forms.datatype.validationruleimpl.AbstractValidationRule
Returns true if this validation rule has a user-defined fail message.
hasFormHandler() - Method in class org.apache.cocoon.forms.formmodel.Form
 
hasInstanceNamespace - Variable in class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe
True if instance namespace has been mapped to the 'fi' prefix.
hasNewAdditions() - Method in class org.apache.cocoon.forms.util.WidgetFinder
 
hasNext() - Method in class org.apache.cocoon.forms.formmodel.tree.TreeWalker
Are there more nodes to iterate on at this level?
hasPrefixMapping(String, String) - Method in class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe
 
hasProcessingPhaseListeners() - Method in class org.apache.cocoon.forms.formmodel.FormDefinition
 
hasRepeaterListeners() - Method in class org.apache.cocoon.forms.formmodel.Repeater
 
hasRepeaterListeners() - Method in class org.apache.cocoon.forms.formmodel.RepeaterDefinition
 
hasRepeaterListeners() - Method in class org.apache.cocoon.forms.util.WidgetFinder
 
hasValueChangedListeners() - Method in interface org.apache.cocoon.forms.event.ValueChangedListenerEnabled
 
hasValueChangedListeners() - Method in class org.apache.cocoon.forms.formmodel.AbstractDatatypeWidgetDefinition
 
hasValueChangedListeners() - Method in class org.apache.cocoon.forms.formmodel.BooleanField
 
hasValueChangedListeners() - Method in class org.apache.cocoon.forms.formmodel.BooleanFieldDefinition
 
hasValueChangedListeners() - Method in class org.apache.cocoon.forms.formmodel.Field
 
hasValueChangedListeners() - Method in class org.apache.cocoon.forms.formmodel.MultiValueField
 
hasValueChangedListeners() - Method in class org.apache.cocoon.forms.formmodel.Output
 
hasValueChangedListeners() - Method in class org.apache.cocoon.forms.formmodel.Upload
 
hasValueChangedListeners() - Method in class org.apache.cocoon.forms.formmodel.UploadDefinition
 
hasWidget(String) - Method in class org.apache.cocoon.forms.formmodel.AbstractContainerDefinition
 
hasWidget(String) - Method in class org.apache.cocoon.forms.formmodel.AggregateFieldDefinition
 
hasWidget(String) - Method in interface org.apache.cocoon.forms.formmodel.ContainerDefinition
Check if this definition contains the named definition.
hasWidget(String) - Method in class org.apache.cocoon.forms.formmodel.WidgetDefinitionList
 
hasWidget(String) - Method in class org.apache.cocoon.forms.formmodel.WidgetList
Checks if a widget with the provided id is contained in the list.
hashCode() - Method in class org.apache.cocoon.forms.binding.RepeaterItem
 
hashCode() - Method in class org.apache.cocoon.forms.formmodel.tree.TreePath
 

I

I18N_CATALOGUE - Static variable in class org.apache.cocoon.forms.FormsConstants
I18n catalogue containing the built-in messages.
I18N_NS - Static variable in class org.apache.cocoon.forms.FormsConstants
 
I18N_PREFIX - Static variable in class org.apache.cocoon.forms.FormsConstants
 
I18N_PREFIX_COLON - Static variable in class org.apache.cocoon.forms.FormsConstants
 
I18nMessage - class org.apache.cocoon.forms.util.I18nMessage.
A XMLizable implementation that will produce SAX events for the I18nTransformer in its toSAX method, based on the information given in the constructor.
I18nMessage(String) - Constructor for class org.apache.cocoon.forms.util.I18nMessage
 
I18nMessage(String, String) - Constructor for class org.apache.cocoon.forms.util.I18nMessage
 
I18nMessage(String, String[]) - Constructor for class org.apache.cocoon.forms.util.I18nMessage
 
I18nMessage(String, String[], String) - Constructor for class org.apache.cocoon.forms.util.I18nMessage
 
I18nMessage(String, String[], boolean[]) - Constructor for class org.apache.cocoon.forms.util.I18nMessage
 
I18nMessage(String, String[], boolean[], String) - Constructor for class org.apache.cocoon.forms.util.I18nMessage
 
IMAGEMAP_EL - Static variable in class org.apache.cocoon.forms.formmodel.ImageMap
 
INSTANCE_NS - Static variable in class org.apache.cocoon.forms.FormsConstants
Namespace for Instance elements
INSTANCE_PREFIX - Static variable in class org.apache.cocoon.forms.FormsConstants
 
INSTANCE_PREFIX_COLON - Static variable in class org.apache.cocoon.forms.FormsConstants
 
INTEGER - Static variable in class org.apache.cocoon.forms.datatype.convertor.FormattingDecimalConvertor
 
INVISIBLE - Static variable in class org.apache.cocoon.forms.formmodel.WidgetState
Invisible state.
ITEM_EL - Static variable in interface org.apache.cocoon.forms.datatype.SelectionList
 
Icu4jDateConvertor - class org.apache.cocoon.forms.datatype.convertor.Icu4jDateConvertor.
A Convertor for Date objects backed by ICU4J's SimpleDateFormat class.
Icu4jDateConvertor() - Constructor for class org.apache.cocoon.forms.datatype.convertor.Icu4jDateConvertor
 
Icu4jDateConvertorBuilder - class org.apache.cocoon.forms.datatype.convertor.Icu4jDateConvertorBuilder.
Builds Icu4jDateConvertors.
Icu4jDateConvertorBuilder() - Constructor for class org.apache.cocoon.forms.datatype.convertor.Icu4jDateConvertorBuilder
 
ImageMap - class org.apache.cocoon.forms.formmodel.ImageMap.
A server-side map widget.
ImageMap(ImageMapDefinition) - Constructor for class org.apache.cocoon.forms.formmodel.ImageMap
 
ImageMapDefinition - class org.apache.cocoon.forms.formmodel.ImageMapDefinition.
The WidgetDefinition part of an ImageMap widget, see ImageMap for more information.
ImageMapDefinition() - Constructor for class org.apache.cocoon.forms.formmodel.ImageMapDefinition
 
ImageMapDefinitionBuilder - class org.apache.cocoon.forms.formmodel.ImageMapDefinitionBuilder.
Builds ImageMapDefinitions.
ImageMapDefinitionBuilder() - Constructor for class org.apache.cocoon.forms.formmodel.ImageMapDefinitionBuilder
 
ImageMapEvent - class org.apache.cocoon.forms.event.ImageMapEvent.
Currently this event originates from a ImageMap widget.
ImageMapEvent(Widget, String) - Constructor for class org.apache.cocoon.forms.event.ImageMapEvent
 
ImportDefinitionBuilder - class org.apache.cocoon.forms.formmodel.ImportDefinitionBuilder.
 
ImportDefinitionBuilder() - Constructor for class org.apache.cocoon.forms.formmodel.ImportDefinitionBuilder
 
ImportJXPathBinding - class org.apache.cocoon.forms.binding.ImportJXPathBinding.
Dummy class cause binding doesn't accept null results from binding builders
ImportJXPathBinding() - Constructor for class org.apache.cocoon.forms.binding.ImportJXPathBinding
 
ImportJXPathBindingBuilder - class org.apache.cocoon.forms.binding.ImportJXPathBindingBuilder.
Handles binding library imports
ImportJXPathBindingBuilder() - Constructor for class org.apache.cocoon.forms.binding.ImportJXPathBindingBuilder
 
IncompletenessException - exception org.apache.cocoon.forms.formmodel.IncompletenessException.
 
IncompletenessException(String, WidgetDefinition) - Constructor for class org.apache.cocoon.forms.formmodel.IncompletenessException
 
IncompletenessException(String, WidgetDefinition, Exception) - Constructor for class org.apache.cocoon.forms.formmodel.IncompletenessException
 
InsertBeanJXPathBinding - class org.apache.cocoon.forms.binding.InsertBeanJXPathBinding.
InsertBeanJXPathBinding provides an implementation of a Binding that inserts a new instance of the specified bean (classname) or a new instance created by the model itself into the target back-end model upon save.
InsertBeanJXPathBinding(JXPathBindingBuilderBase.CommonAttributes, String, String) - Constructor for class org.apache.cocoon.forms.binding.InsertBeanJXPathBinding
Constructs InsertBeanJXPathBinding
InsertBeanJXPathBindingBuilder - class org.apache.cocoon.forms.binding.InsertBeanJXPathBindingBuilder.
InsertBeanJXPathBindingBuilder provides a helper class for the Factory implemented in JXPathBindingManager that helps construct the actual InsertBeanJXPathBinding out of the configuration in the provided configElement which looks like:
InsertBeanJXPathBindingBuilder() - Constructor for class org.apache.cocoon.forms.binding.InsertBeanJXPathBindingBuilder
 
InsertNodeJXPathBinding - class org.apache.cocoon.forms.binding.InsertNodeJXPathBinding.
InsertNodeJXPathBinding provides an implementation of a Binding that inserts a clone of some 'template document-fragment' into the target back-end model upon save.
InsertNodeJXPathBinding(JXPathBindingBuilderBase.CommonAttributes, DocumentFragment) - Constructor for class org.apache.cocoon.forms.binding.InsertNodeJXPathBinding
Constructs InsertNodeJXPathBinding
InsertNodeJXPathBindingBuilder - class org.apache.cocoon.forms.binding.InsertNodeJXPathBindingBuilder.
InsertNodeJXPathBindingBuilder provides a helper class for the Factory implemented in JXPathBindingManager that helps construct the actual InsertNodeJXPathBinding out of the configuration in the provided configElement which looks like:
InsertNodeJXPathBindingBuilder() - Constructor for class org.apache.cocoon.forms.binding.InsertNodeJXPathBindingBuilder
 
IntegerConvertorBuilder - interface org.apache.cocoon.forms.datatype.convertor.IntegerConvertorBuilder.
 
IntegerType - class org.apache.cocoon.forms.datatype.typeimpl.IntegerType.
A Datatype implementation for whole numbers.
IntegerType() - Constructor for class org.apache.cocoon.forms.datatype.typeimpl.IntegerType
 
IntegerTypeBuilder - class org.apache.cocoon.forms.datatype.typeimpl.IntegerTypeBuilder.
Builds IntegerTypes.
IntegerTypeBuilder() - Constructor for class org.apache.cocoon.forms.datatype.typeimpl.IntegerTypeBuilder
 
IsNullFunction - class org.apache.cocoon.forms.expression.IsNullFunction.
Returns true if argument is null.
IsNullFunction() - Constructor for class org.apache.cocoon.forms.expression.IsNullFunction
 
ignorableWhitespace(char[], int, int) - Method in class org.apache.cocoon.forms.datatype.DynamicSelectionList.SelectionListHandler
 
ignorableWhitespace(char[], int, int) - Method in class org.apache.cocoon.forms.transformation.EffectPipe.BufferHandler
 
ignorableWhitespace(char[], int, int) - Method in class org.apache.cocoon.forms.transformation.EffectPipe.CopyHandler
 
ignorableWhitespace(char[], int, int) - Method in interface org.apache.cocoon.forms.transformation.EffectPipe.Handler
 
ignorableWhitespace(char[], int, int) - Method in class org.apache.cocoon.forms.transformation.EffectPipe.NullHandler
 
ignorableWhitespace(char[], int, int) - Method in class org.apache.cocoon.forms.transformation.EffectPipe
 
includeAs(String, String) - Method in class org.apache.cocoon.forms.binding.library.Library
"Registers" a library to be referenced later under a certain key or prefix.
includeAs(String, String) - Method in class org.apache.cocoon.forms.formmodel.library.Library
"Registers" a library to be referenced later under a certain key or prefix.
inclusions - Variable in class org.apache.cocoon.forms.binding.library.Library
 
inclusions - Variable in class org.apache.cocoon.forms.formmodel.library.Library
 
indexOf(Repeater.RepeaterRow) - Method in class org.apache.cocoon.forms.formmodel.Repeater
Get the position of a row in this repeater.
informEndLoadingModel() - Method in class org.apache.cocoon.forms.formmodel.Form
Inform the form that the values are loaded.
informEndSavingModel() - Method in class org.apache.cocoon.forms.formmodel.Form
Inform the form that the values are saved.
informStartLoadingModel() - Method in class org.apache.cocoon.forms.formmodel.Form
Inform the form that the values will be loaded.
informStartSavingModel() - Method in class org.apache.cocoon.forms.formmodel.Form
Inform the form that the values will be saved.
init(JXPathContext, String, RepeaterAdapter) - Method in class org.apache.cocoon.forms.binding.RepeaterJXPathCollection
 
init(EffectPipe.Handler) - Method in class org.apache.cocoon.forms.transformation.EffectPipe
Initialize the pipe before starting processing
init(Widget, FormsPipelineConfig) - Method in class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe
 
initialize() - Method in class org.apache.cocoon.forms.formmodel.AbstractContainerWidget
Called after widget's environment has been setup, to allow for any contextual initalization such as looking up case widgets for union widgets.
initialize() - Method in class org.apache.cocoon.forms.formmodel.AbstractWidget
Called after widget's environment has been setup, to allow for any contextual initalization, such as looking up case widgets for union widgets.
initialize() - Method in class org.apache.cocoon.forms.formmodel.AggregateField
 
initialize() - Method in class org.apache.cocoon.forms.formmodel.BooleanField
 
initialize() - Method in class org.apache.cocoon.forms.formmodel.CalculatedField
 
initialize() - Method in class org.apache.cocoon.forms.formmodel.EnhancedRepeater
 
initialize() - Method in class org.apache.cocoon.forms.formmodel.Field
 
initialize() - Method in class org.apache.cocoon.forms.formmodel.Form
Initialize the form by recursively initializing all its children.
initialize() - Method in class org.apache.cocoon.forms.formmodel.GoogleMap
 
initialize() - Method in class org.apache.cocoon.forms.formmodel.MultiValueField
 
initialize() - Method in class org.apache.cocoon.forms.formmodel.Output
 
initialize() - Method in class org.apache.cocoon.forms.formmodel.Repeater.RepeaterRow
 
initialize() - Method in class org.apache.cocoon.forms.formmodel.Repeater
 
initialize() - Method in class org.apache.cocoon.forms.formmodel.RepeaterFilterField
 
initialize() - Method in class org.apache.cocoon.forms.formmodel.Union
Called after widget's environment has been setup, to allow for any contextual initalization such as looking up case widgets for union widgets.
initialize() - Method in interface org.apache.cocoon.forms.formmodel.Widget
Called after widget's environment has been setup, to allow for any contextual initalization such as looking up case widgets for union widgets.
initializeFrom(WidgetDefinition) - Method in class org.apache.cocoon.forms.formmodel.AbstractContainerDefinition
initialize this definition with the other, sort of like a copy constructor
initializeFrom(WidgetDefinition) - Method in class org.apache.cocoon.forms.formmodel.AbstractDatatypeWidgetDefinition
initialize this definition with the other, sort of like a copy constructor
initializeFrom(WidgetDefinition) - Method in class org.apache.cocoon.forms.formmodel.AbstractWidgetDefinition
initialize this definition with the other, sort of like a copy constructor
initializeFrom(WidgetDefinition) - Method in class org.apache.cocoon.forms.formmodel.ActionDefinition
initialize this definition with the other, sort of like a copy constructor
initializeFrom(WidgetDefinition) - Method in class org.apache.cocoon.forms.formmodel.AggregateFieldDefinition
initialize this definition with the other, sort of like a copy constructor
initializeFrom(WidgetDefinition) - Method in class org.apache.cocoon.forms.formmodel.BooleanFieldDefinition
initialize this definition with the other, sort of like a copy constructor
initializeFrom(WidgetDefinition) - Method in class org.apache.cocoon.forms.formmodel.CaptchaFieldDefinition
initialize this definition with the other, sort of like a copy constructor
initializeFrom(WidgetDefinition) - Method in class org.apache.cocoon.forms.formmodel.FieldDefinition
initialize this definition with the other, sort of like a copy constructor
initializeFrom(WidgetDefinition) - Method in class org.apache.cocoon.forms.formmodel.GoogleMapDefinition
initialize this definition with the other, sort of like a copy constructor
initializeFrom(WidgetDefinition) - Method in class org.apache.cocoon.forms.formmodel.RepeaterActionDefinition.ChangePageActionDefinition
initialize this definition with the other, sort of like a copy constructor
initializeFrom(WidgetDefinition) - Method in class org.apache.cocoon.forms.formmodel.RepeaterActionDefinition.DeleteRowsActionDefinition
initialize this definition with the other, sort of like a copy constructor
initializeFrom(WidgetDefinition) - Method in class org.apache.cocoon.forms.formmodel.RepeaterActionDefinition.InsertRowsActionDefinition
initialize this definition with the other, sort of like a copy constructor
initializeFrom(WidgetDefinition) - Method in class org.apache.cocoon.forms.formmodel.RepeaterActionDefinition
initialize this definition with the other, sort of like a copy constructor
initializeFrom(WidgetDefinition) - Method in class org.apache.cocoon.forms.formmodel.RepeaterDefinition
initialize this definition with the other, sort of like a copy constructor
initializeFrom(WidgetDefinition) - Method in class org.apache.cocoon.forms.formmodel.RepeaterFilterFieldDefinition
 
initializeFrom(WidgetDefinition) - Method in class org.apache.cocoon.forms.formmodel.SubmitDefinition
initialize this definition with the other, sort of like a copy constructor
initializeFrom(WidgetDefinition) - Method in class org.apache.cocoon.forms.formmodel.UnionDefinition
initialize this definition with the other, sort of like a copy constructor
initializeFrom(WidgetDefinition) - Method in class org.apache.cocoon.forms.formmodel.UploadDefinition
initialize this definition with the other, sort of like a copy constructor
initializeFrom(WidgetDefinition) - Method in interface org.apache.cocoon.forms.formmodel.WidgetDefinition
Initializes this definition with values from the given other definition
installHandlers() - Method in class org.apache.cocoon.forms.formmodel.CalculatedField
Installs handlers on other widgets.
isAcceptingInputs() - Method in class org.apache.cocoon.forms.formmodel.WidgetState
Does this state accept user inputs?
isAddedPath() - Method in class org.apache.cocoon.forms.formmodel.tree.TreeSelectionEvent
Is the first path a new addition to the selection?
isAddedPath(int) - Method in class org.apache.cocoon.forms.formmodel.tree.TreeSelectionEvent
Was the indexth path added to the selection?
isArrayType() - Method in interface org.apache.cocoon.forms.datatype.Datatype
Indicates wether this datatype represents an array type.
isArrayType() - Method in class org.apache.cocoon.forms.datatype.typeimpl.AbstractDatatype
 
isCollapsed(TreePath) - Method in class org.apache.cocoon.forms.formmodel.tree.Tree
 
isCollapsed() - Method in class org.apache.cocoon.forms.formmodel.tree.TreeWalker
Is the current node collapsed?
isDeclaredVariable(String) - Method in class org.apache.cocoon.forms.transformation.FormsPipelineConfig.FormsVariables
 
isDescendant(TreePath) - Method in class org.apache.cocoon.forms.formmodel.tree.TreePath
Returns true if aTreePath is a descendant of this TreePath.
isDisplayingValues() - Method in class org.apache.cocoon.forms.formmodel.WidgetState
Does this state display widget values?
isEnhanced() - Method in class org.apache.cocoon.forms.formmodel.EnhancedRepeater
 
isEnhanced() - Method in class org.apache.cocoon.forms.formmodel.RepeaterDefinition
 
isExpanded(TreePath) - Method in class org.apache.cocoon.forms.formmodel.tree.Tree
 
isExpanded() - Method in class org.apache.cocoon.forms.formmodel.tree.TreeWalker
Is the current node expanded?
isFirstPage() - Method in class org.apache.cocoon.forms.formmodel.EnhancedRepeater
 
isLastPage() - Method in class org.apache.cocoon.forms.formmodel.EnhancedRepeater
 
isLeaf() - Method in class org.apache.cocoon.forms.formmodel.tree.DefaultTreeModel.DefaultTreeNode
 
isLeaf() - Method in interface org.apache.cocoon.forms.formmodel.tree.DefaultTreeModel.TreeNode
 
isLeaf(Object) - Method in class org.apache.cocoon.forms.formmodel.tree.DefaultTreeModel
 
isLeaf(Object) - Method in class org.apache.cocoon.forms.formmodel.tree.SourceTreeModel
 
isLeaf(Object) - Method in interface org.apache.cocoon.forms.formmodel.tree.TreeModel
Returns true if node is a leaf.
isLeaf() - Method in class org.apache.cocoon.forms.formmodel.tree.TreeWalker
Is the current node a leaf?
isModified(Widget) - Method in class org.apache.cocoon.forms.generation.JXMacrosHelper
 
isMutable() - Method in class org.apache.cocoon.forms.util.WidgetFinder
 
isNullable() - Method in class org.apache.cocoon.forms.datatype.AbstractJavaSelectionList
 
isNullable() - Method in interface org.apache.cocoon.forms.datatype.JavaSelectionList
 
isPathSelected(TreePath) - Method in class org.apache.cocoon.forms.formmodel.tree.Tree
 
isRequired() - Method in class org.apache.cocoon.forms.formmodel.AbstractWidget
 
isRequired() - Method in class org.apache.cocoon.forms.formmodel.Field
 
isRequired() - Method in class org.apache.cocoon.forms.formmodel.FieldDefinition
 
isRequired() - Method in class org.apache.cocoon.forms.formmodel.UploadDefinition
 
isRequired() - Method in interface org.apache.cocoon.forms.formmodel.Widget
 
isRootVisible() - Method in class org.apache.cocoon.forms.formmodel.tree.Tree
 
isRootVisible() - Method in class org.apache.cocoon.forms.formmodel.tree.TreeDefinition
 
isSelected() - Method in class org.apache.cocoon.forms.formmodel.tree.TreeWalker
Is the current node selected?
isSelectedCase(Widget, String) - Method in class org.apache.cocoon.forms.generation.JXMacrosHelper
 
isSelectionEmpty() - Method in class org.apache.cocoon.forms.formmodel.tree.Tree
 
isSuccessful() - Method in class org.apache.cocoon.forms.datatype.convertor.ConversionResult
 
isSuggested() - Method in class org.apache.cocoon.forms.formmodel.Field
If this field has a selection-list, indicates if the value comes from that list or if a new value was input by the user.
isSuitableFor(Datatype) - Method in interface org.apache.cocoon.forms.formmodel.CalculatedFieldAlgorithm
Checks wether this algorithm is able to return the given datatype.
isSuitableFor(Datatype) - Method in class org.apache.cocoon.forms.formmodel.algorithms.JavaScript
 
isSuitableFor(Datatype) - Method in class org.apache.cocoon.forms.formmodel.algorithms.SimpleFormula
 
isValid() - Method in class org.apache.cocoon.forms.binding.AbstractCustomBinding
 
isValid() - Method in interface org.apache.cocoon.forms.binding.Binding
checks for deep validity of this binding tree (taking into accound included libraries)
isValid() - Method in class org.apache.cocoon.forms.binding.JXPathBindingBase
 
isValid() - Method in class org.apache.cocoon.forms.binding.library.Library.Dependency
 
isValid() - Method in class org.apache.cocoon.forms.formmodel.AbstractWidget
 
isValid() - Method in class org.apache.cocoon.forms.formmodel.Action
 
isValid() - Method in class org.apache.cocoon.forms.formmodel.Form
Was form validation successful ?
isValid() - Method in class org.apache.cocoon.forms.formmodel.Output
 
isValid() - Method in interface org.apache.cocoon.forms.formmodel.Widget
Return the current validation state.
isValid() - Method in class org.apache.cocoon.forms.formmodel.library.Library.Dependency
 
isValidDomain(String) - Method in class org.apache.cocoon.forms.datatype.validationruleimpl.EmailValidationRule
Returns true if the domain component of an email address is valid.
isValidIpAddress(Perl5Util) - Method in class org.apache.cocoon.forms.datatype.validationruleimpl.EmailValidationRule
Validates an IP address.
isValidSymbolicDomain(String) - Method in class org.apache.cocoon.forms.datatype.validationruleimpl.EmailValidationRule
Validates a symbolic domain name.
isValidUser(String) - Method in class org.apache.cocoon.forms.datatype.validationruleimpl.EmailValidationRule
Returns true if the user component of an email address is valid.
isValidatingValues() - Method in class org.apache.cocoon.forms.formmodel.WidgetState
Does this state validate widget values?
isValidationError(Object) - Method in class org.apache.cocoon.forms.generation.JXMacrosHelper
 
isVisible(TreePath) - Method in class org.apache.cocoon.forms.formmodel.tree.Tree
Returns true if the value identified by path is currently viewable, which means it is either the root or all of its parents are expanded.
isVisible() - Method in class org.apache.cocoon.forms.formmodel.tree.TreeWalker
Is the current node visible (i.e.
isVisible(Widget) - Method in class org.apache.cocoon.forms.generation.JXMacrosHelper
 
isVisible(Widget) - Method in class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe
 
iterator() - Static method in class org.apache.cocoon.forms.event.ProcessingPhase
 
iterator() - Static method in class org.apache.cocoon.forms.event.RepeaterEventAction
 
iterator() - Static method in class org.apache.cocoon.forms.formmodel.Whitespace
 
iterator() - Method in class org.apache.cocoon.forms.formmodel.WidgetList
 

J

JXMacrosHelper - class org.apache.cocoon.forms.generation.JXMacrosHelper.
Helper class for the implementation of the CForms template language with JXTemplate macros.
JXMacrosHelper(XMLConsumer, Request, String) - Constructor for class org.apache.cocoon.forms.generation.JXMacrosHelper
 
JXPathBindingBase - class org.apache.cocoon.forms.binding.JXPathBindingBase.
Provides a base class for hooking up Binding implementations that use the Jakarta Commons JXPath package.
JXPathBindingBase(JXPathBindingBuilderBase.CommonAttributes) - Constructor for class org.apache.cocoon.forms.binding.JXPathBindingBase
 
JXPathBindingBuilder - interface org.apache.cocoon.forms.binding.JXPathBindingBuilder.
 
JXPathBindingBuilderBase - class org.apache.cocoon.forms.binding.JXPathBindingBuilderBase.
Abstract base class enabling logging and supporting the interpretation of common configuration settings on all specific implementations of JXPathBindingBase.
JXPathBindingBuilderBase() - Constructor for class org.apache.cocoon.forms.binding.JXPathBindingBuilderBase
 
JXPathBindingBuilderBase.CommonAttributes - class org.apache.cocoon.forms.binding.JXPathBindingBuilderBase.CommonAttributes.
CommonAttributes is a simple helper class for holding the distinct data member fields indicating the activity of the separate load and save actions of a given binding.
JXPathBindingManager - class org.apache.cocoon.forms.binding.JXPathBindingManager.
JXPathBindingManager provides an implementation of BindingManagerby usage of the JXPath package .
JXPathBindingManager() - Constructor for class org.apache.cocoon.forms.binding.JXPathBindingManager
 
JXPathBindingManager.Assistant - class org.apache.cocoon.forms.binding.JXPathBindingManager.Assistant.
Assistant Inner class discloses enough features to the created childBindings to recursively This patterns was chosen to prevent Inversion Of Control between this factory and its builder classes (that could be provided by third parties.)
JXPathBindingManager.Assistant() - Constructor for class org.apache.cocoon.forms.binding.JXPathBindingManager.Assistant
 
JavaAlgorithmBuilder - class org.apache.cocoon.forms.formmodel.algorithms.JavaAlgorithmBuilder.
Builder for user custom CalculatedFieldAlgorithms.
JavaAlgorithmBuilder() - Constructor for class org.apache.cocoon.forms.formmodel.algorithms.JavaAlgorithmBuilder
 
JavaClassValidatorBuilder - class org.apache.cocoon.forms.validation.impl.JavaClassValidatorBuilder.
A WidgetValidatorBuilder that uses Spring beans.
JavaClassValidatorBuilder() - Constructor for class org.apache.cocoon.forms.validation.impl.JavaClassValidatorBuilder
 
JavaClassWidgetListenerBuilder - class org.apache.cocoon.forms.event.impl.JavaClassWidgetListenerBuilder.
A WidgetListenerBuilder that uses Spring beans.
JavaClassWidgetListenerBuilder() - Constructor for class org.apache.cocoon.forms.event.impl.JavaClassWidgetListenerBuilder
 
JavaScript - class org.apache.cocoon.forms.formmodel.algorithms.JavaScript.
Javascript calculated field algorithm.
JavaScript() - Constructor for class org.apache.cocoon.forms.formmodel.algorithms.JavaScript
 
JavaScriptBuilder - class org.apache.cocoon.forms.formmodel.algorithms.JavaScriptBuilder.
Javascript based calculated field algorithm builder.
JavaScriptBuilder() - Constructor for class org.apache.cocoon.forms.formmodel.algorithms.JavaScriptBuilder
 
JavaScriptHelper - class org.apache.cocoon.forms.util.JavaScriptHelper.
Helper methods to use JavaScript in various locations of the Cocoon Forms configuration files such as event listeners and bindings.
JavaScriptHelper() - Constructor for class org.apache.cocoon.forms.util.JavaScriptHelper
 
JavaScriptJXPathBinding - class org.apache.cocoon.forms.binding.JavaScriptJXPathBinding.
 
JavaScriptJXPathBinding(ProcessInfoProvider, JXPathBindingBuilderBase.CommonAttributes, String, String, Function, Function, Map) - Constructor for class org.apache.cocoon.forms.binding.JavaScriptJXPathBinding
 
JavaScriptJXPathBindingBuilder - class org.apache.cocoon.forms.binding.JavaScriptJXPathBindingBuilder.
Builds a Binding based on two JavaScript snippets, respectively for loading and saving the form.
JavaScriptJXPathBindingBuilder() - Constructor for class org.apache.cocoon.forms.binding.JavaScriptJXPathBindingBuilder
 
JavaScriptSelectionList - class org.apache.cocoon.forms.datatype.JavaScriptSelectionList.
A FilterableSelectionList based on a JavaScript snippet.
JavaScriptSelectionList(ProcessInfoProvider, Datatype, Function, String, Location) - Constructor for class org.apache.cocoon.forms.datatype.JavaScriptSelectionList
 
JavaScriptSelectionListBuilder - class org.apache.cocoon.forms.datatype.JavaScriptSelectionListBuilder.
Builds a selection list that will take its values from a JavaScript snippet.
JavaScriptSelectionListBuilder() - Constructor for class org.apache.cocoon.forms.datatype.JavaScriptSelectionListBuilder
 
JavaScriptValidator - class org.apache.cocoon.forms.validation.impl.JavaScriptValidator.
A WidgetValidator implemented as a JavaScript snippet.
JavaScriptValidator(ProcessInfoProvider, Function) - Constructor for class org.apache.cocoon.forms.validation.impl.JavaScriptValidator
 
JavaScriptValidatorBuilder - class org.apache.cocoon.forms.validation.impl.JavaScriptValidatorBuilder.
Builds a JavaScript validator.
JavaScriptValidatorBuilder() - Constructor for class org.apache.cocoon.forms.validation.impl.JavaScriptValidatorBuilder
 
JavaScriptWidgetListener - class org.apache.cocoon.forms.event.impl.JavaScriptWidgetListener.
Listeners built by JavaScriptWidgetListenerBuilder
JavaScriptWidgetListener(Function, ProcessInfoProvider) - Constructor for class org.apache.cocoon.forms.event.impl.JavaScriptWidgetListener
 
JavaScriptWidgetListener.JSActionListener - class org.apache.cocoon.forms.event.impl.JavaScriptWidgetListener.JSActionListener.
 
JavaScriptWidgetListener.JSActionListener(Function, ProcessInfoProvider) - Constructor for class org.apache.cocoon.forms.event.impl.JavaScriptWidgetListener.JSActionListener
 
JavaScriptWidgetListener.JSCreateListener - class org.apache.cocoon.forms.event.impl.JavaScriptWidgetListener.JSCreateListener.
 
JavaScriptWidgetListener.JSCreateListener(Function, ProcessInfoProvider) - Constructor for class org.apache.cocoon.forms.event.impl.JavaScriptWidgetListener.JSCreateListener
 
JavaScriptWidgetListener.JSProcessingPhaseListener - class org.apache.cocoon.forms.event.impl.JavaScriptWidgetListener.JSProcessingPhaseListener.
 
JavaScriptWidgetListener.JSProcessingPhaseListener(Function, ProcessInfoProvider) - Constructor for class org.apache.cocoon.forms.event.impl.JavaScriptWidgetListener.JSProcessingPhaseListener
 
JavaScriptWidgetListener.JSRepeaterListener - class org.apache.cocoon.forms.event.impl.JavaScriptWidgetListener.JSRepeaterListener.
 
JavaScriptWidgetListener.JSRepeaterListener(Function, ProcessInfoProvider) - Constructor for class org.apache.cocoon.forms.event.impl.JavaScriptWidgetListener.JSRepeaterListener
 
JavaScriptWidgetListener.JSTreeSelectionListener - class org.apache.cocoon.forms.event.impl.JavaScriptWidgetListener.JSTreeSelectionListener.
 
JavaScriptWidgetListener.JSTreeSelectionListener(Function, ProcessInfoProvider) - Constructor for class org.apache.cocoon.forms.event.impl.JavaScriptWidgetListener.JSTreeSelectionListener
 
JavaScriptWidgetListener.JSValueChangedListener - class org.apache.cocoon.forms.event.impl.JavaScriptWidgetListener.JSValueChangedListener.
 
JavaScriptWidgetListener.JSValueChangedListener(Function, ProcessInfoProvider) - Constructor for class org.apache.cocoon.forms.event.impl.JavaScriptWidgetListener.JSValueChangedListener
 
JavaScriptWidgetListenerBuilder - class org.apache.cocoon.forms.event.impl.JavaScriptWidgetListenerBuilder.
Builds a WidgetListener based on a JavaScript snippet.
JavaScriptWidgetListenerBuilder() - Constructor for class org.apache.cocoon.forms.event.impl.JavaScriptWidgetListenerBuilder
 
JavaSelectionList - interface org.apache.cocoon.forms.datatype.JavaSelectionList.
A selection list that takes its values from the custom java class itself.
JavaSelectionListBuilder - class org.apache.cocoon.forms.datatype.JavaSelectionListBuilder.
Builds SelectionLists from a JavaSelectionList classes configured in Spring context
JavaSelectionListBuilder() - Constructor for class org.apache.cocoon.forms.datatype.JavaSelectionListBuilder
 
JavaTreeModelDefinition - class org.apache.cocoon.forms.formmodel.tree.JavaTreeModelDefinition.
A TreeModelDefinition based on a Spring bean implementing TreeModel.
JavaTreeModelDefinition() - Constructor for class org.apache.cocoon.forms.formmodel.tree.JavaTreeModelDefinition
 
JavaTreeModelDefinitionBuilder - class org.apache.cocoon.forms.formmodel.tree.builder.JavaTreeModelDefinitionBuilder.
Builds a TreeModelDefinition based on an Spring bean subclassing .
JavaTreeModelDefinitionBuilder() - Constructor for class org.apache.cocoon.forms.formmodel.tree.builder.JavaTreeModelDefinitionBuilder
 
jsFunction_equals(Object) - Method in class org.apache.cocoon.forms.flow.javascript.ScriptableWidget
 
jsFunction_forwardTo(String, Object, Object) - Method in class org.apache.cocoon.forms.flow.javascript.Form
 
jsFunction_makeWebContinuation(Object, Object, int) - Method in class org.apache.cocoon.forms.flow.javascript.Form
 
jsFunction_remove(int) - Method in class org.apache.cocoon.forms.flow.javascript.ScriptableWidget
 
jsGet_context() - Method in class org.apache.cocoon.forms.util.FOM_SimpleCocoon
 
jsGet_id() - Method in class org.apache.cocoon.forms.flow.javascript.ScriptableWidget
 
jsGet_parameters() - Method in class org.apache.cocoon.forms.util.FOM_SimpleCocoon
Get Sitemap parameters
jsGet_parent() - Method in class org.apache.cocoon.forms.flow.javascript.ScriptableWidget
 
jsGet_request() - Method in class org.apache.cocoon.forms.flow.javascript.Form
 
jsGet_request() - Method in class org.apache.cocoon.forms.util.FOM_SimpleCocoon
 
jsGet_response() - Method in class org.apache.cocoon.forms.util.FOM_SimpleCocoon
 
jsGet_session() - Method in class org.apache.cocoon.forms.util.FOM_SimpleCocoon
 
jsGet_state() - Method in class org.apache.cocoon.forms.flow.javascript.ScriptableWidget
 
jsSet_state(Object) - Method in class org.apache.cocoon.forms.flow.javascript.ScriptableWidget
 

L

LABEL_EL - Static variable in interface org.apache.cocoon.forms.datatype.SelectionList
 
LAST - Static variable in class org.apache.cocoon.forms.formmodel.RepeaterActionDefinition.ChangePageActionDefinition
 
LOAD_MODEL - Static variable in class org.apache.cocoon.forms.event.ProcessingPhase
 
LOAD_MODEL_VALUE - Static variable in class org.apache.cocoon.forms.event.ProcessingPhase
 
LengthValidationRule - class org.apache.cocoon.forms.datatype.validationruleimpl.LengthValidationRule.
Checks the length of a String.
LengthValidationRule() - Constructor for class org.apache.cocoon.forms.datatype.validationruleimpl.LengthValidationRule
 
LengthValidationRuleBuilder - class org.apache.cocoon.forms.datatype.validationruleimpl.LengthValidationRuleBuilder.
Builds LengthValidationRules.
LengthValidationRuleBuilder() - Constructor for class org.apache.cocoon.forms.datatype.validationruleimpl.LengthValidationRuleBuilder
 
LengthValidatorBuilder - class org.apache.cocoon.forms.validation.impl.LengthValidatorBuilder.
Adapter for LengthValidationRuleBuilder
LengthValidatorBuilder() - Constructor for class org.apache.cocoon.forms.validation.impl.LengthValidatorBuilder
 
Library - class org.apache.cocoon.forms.binding.library.Library.
Form binding library.
Library(LibraryManager, JXPathBindingManager.Assistant) - Constructor for class org.apache.cocoon.forms.binding.library.Library
 
Library - class org.apache.cocoon.forms.formmodel.library.Library.
Form model library.
Library(LibraryManager, Map) - Constructor for class org.apache.cocoon.forms.formmodel.library.Library
 
Library.Dependency - class org.apache.cocoon.forms.binding.library.Library.Dependency.
Encapsulates a uri to designate an import plus a timestamp so previously reloaded
Library.Dependency(String) - Constructor for class org.apache.cocoon.forms.binding.library.Library.Dependency
 
Library.Dependency - class org.apache.cocoon.forms.formmodel.library.Library.Dependency.
Encapsulates a uri to designate an import plus a timestamp so previously reloaded
Library.Dependency(String) - Constructor for class org.apache.cocoon.forms.formmodel.library.Library.Dependency
 
LibraryException - exception org.apache.cocoon.forms.binding.library.LibraryException.
This exception is thrown when something specific to the library system goes wrong.
LibraryException(String) - Constructor for class org.apache.cocoon.forms.binding.library.LibraryException
 
LibraryException(String, Throwable) - Constructor for class org.apache.cocoon.forms.binding.library.LibraryException
 
LibraryException(String, Location) - Constructor for class org.apache.cocoon.forms.binding.library.LibraryException
 
LibraryException(String, Throwable, Location) - Constructor for class org.apache.cocoon.forms.binding.library.LibraryException
 
LibraryException - exception org.apache.cocoon.forms.formmodel.library.LibraryException.
This exception is thrown when something specific to the library system goes wrong.
LibraryException(String) - Constructor for class org.apache.cocoon.forms.formmodel.library.LibraryException
 
LibraryException(String, Throwable) - Constructor for class org.apache.cocoon.forms.formmodel.library.LibraryException
 
LibraryException(String, Location) - Constructor for class org.apache.cocoon.forms.formmodel.library.LibraryException
 
LibraryException(String, Throwable, Location) - Constructor for class org.apache.cocoon.forms.formmodel.library.LibraryException
 
LibraryManager - interface org.apache.cocoon.forms.binding.library.LibraryManager.
The work interface for the LibraryManager, the class that manages all used form binding library definitions so they can be shared between forms.
LibraryManager - interface org.apache.cocoon.forms.formmodel.library.LibraryManager.
The work interface for the LibraryManager, the class that manages all used form model library definitions so they can be shared between forms.
LibraryManagerImpl - class org.apache.cocoon.forms.binding.library.LibraryManagerImpl.
 
LibraryManagerImpl() - Constructor for class org.apache.cocoon.forms.binding.library.LibraryManagerImpl
 
LibraryManagerImpl - class org.apache.cocoon.forms.formmodel.library.LibraryManagerImpl.
 
LibraryManagerImpl() - Constructor for class org.apache.cocoon.forms.formmodel.library.LibraryManagerImpl
 
LocaleMap - class org.apache.cocoon.forms.datatype.convertor.LocaleMap.
Map using Locale objects as keys.
LocaleMap() - Constructor for class org.apache.cocoon.forms.datatype.convertor.LocaleMap
 
LongConvertorBuilder - interface org.apache.cocoon.forms.datatype.convertor.LongConvertorBuilder.
 
LongType - class org.apache.cocoon.forms.datatype.typeimpl.LongType.
A Datatype implementation for whole numbers.
LongType() - Constructor for class org.apache.cocoon.forms.datatype.typeimpl.LongType
 
LongTypeBuilder - class org.apache.cocoon.forms.datatype.typeimpl.LongTypeBuilder.
Builds LongTypes.
LongTypeBuilder() - Constructor for class org.apache.cocoon.forms.datatype.typeimpl.LongTypeBuilder
 
leave() - Method in class org.apache.cocoon.forms.formmodel.tree.TreeWalker
Go back to the parent node, restoring the iterator at this node.
libraryManager - Variable in class org.apache.cocoon.forms.binding.JXPathBindingManager
 
libraryManager - Variable in class org.apache.cocoon.forms.formmodel.FormDefinitionBuilder
 
load(String) - Method in interface org.apache.cocoon.forms.binding.library.LibraryManager
Loads (and caches) a library from specified source URI.
load(String, String) - Method in interface org.apache.cocoon.forms.binding.library.LibraryManager
Loads (and caches) a library from specified source URI, resolved relative to the base URI.
load(String) - Method in class org.apache.cocoon.forms.binding.library.LibraryManagerImpl
 
load(String, String) - Method in class org.apache.cocoon.forms.binding.library.LibraryManagerImpl
 
load(String) - Method in interface org.apache.cocoon.forms.formmodel.library.LibraryManager
Loads (and caches) a library from specified source URI.
load(String, String) - Method in interface org.apache.cocoon.forms.formmodel.library.LibraryManager
Loads (and caches) a library from specified source URI, resolved relative to the base URI.
load(String) - Method in class org.apache.cocoon.forms.formmodel.library.LibraryManagerImpl
 
load(String, String) - Method in class org.apache.cocoon.forms.formmodel.library.LibraryManagerImpl
 
loadFormFromModel(Widget, Object) - Method in class org.apache.cocoon.forms.binding.AbstractCustomBinding
Binding service method called upon loading.
loadFormFromModel(Widget, Object) - Method in interface org.apache.cocoon.forms.binding.Binding
Loads the information-elements from the objModel to the frmModel.
loadFormFromModel(Widget, JXPathContext) - Method in class org.apache.cocoon.forms.binding.JXPathBindingBase
Redefines the Binding action as working on a JXPathContext Type rather then on generic objects.
loadFormFromModel(Widget, Object) - Method in class org.apache.cocoon.forms.binding.JXPathBindingBase
Hooks up with the more generic Binding of any objectModel by wrapping it up in a JXPathContext object and then transfering control over to the new overloaded version of this method.
locale - Variable in class org.apache.cocoon.forms.FormContext
 
locator - Variable in class org.apache.cocoon.forms.transformation.EffectPipe
 
lookupWidget(String) - Method in class org.apache.cocoon.forms.formmodel.AbstractWidget
 
lookupWidget(String) - Method in interface org.apache.cocoon.forms.formmodel.Widget
Finds a widget relative to this one based on a path-like string (/-delimted) into the widget-tree structure.

M

MULTIPLE_SELECTION - Static variable in class org.apache.cocoon.forms.formmodel.tree.Tree
 
MakeFormAction - class org.apache.cocoon.forms.acting.MakeFormAction.
An action that creates a new form instance and stores it in a request attribute.
MakeFormAction() - Constructor for class org.apache.cocoon.forms.acting.MakeFormAction
 
Messages - class org.apache.cocoon.forms.formmodel.Messages.
A widget to output one or messages.
Messages(MessagesDefinition) - Constructor for class org.apache.cocoon.forms.formmodel.Messages
 
MessagesDefinition - class org.apache.cocoon.forms.formmodel.MessagesDefinition.
The WidgetDefinition part of a Messages widget, see Messages for more information.
MessagesDefinition() - Constructor for class org.apache.cocoon.forms.formmodel.MessagesDefinition
 
MessagesDefinitionBuilder - class org.apache.cocoon.forms.formmodel.MessagesDefinitionBuilder.
Builds MessagesDefinitions.
MessagesDefinitionBuilder() - Constructor for class org.apache.cocoon.forms.formmodel.MessagesDefinitionBuilder
 
MillisDateConvertor - class org.apache.cocoon.forms.datatype.convertor.MillisDateConvertor.
A Convertor for Date objects which uses the number of milliseconds since January 1, 1970, 00:00:00 GMT as string representation.
MillisDateConvertor() - Constructor for class org.apache.cocoon.forms.datatype.convertor.MillisDateConvertor
 
MillisDateConvertorBuilder - class org.apache.cocoon.forms.datatype.convertor.MillisDateConvertorBuilder.
Builds MillisDateConvertors.
MillisDateConvertorBuilder() - Constructor for class org.apache.cocoon.forms.datatype.convertor.MillisDateConvertorBuilder
 
Mod10ValidationRule - class org.apache.cocoon.forms.datatype.validationruleimpl.Mod10ValidationRule.
Performs the so called "mod 10" algorithm to check the validity of credit card numbers such as VISA.
Mod10ValidationRule() - Constructor for class org.apache.cocoon.forms.datatype.validationruleimpl.Mod10ValidationRule
 
Mod10ValidationRuleBuilder - class org.apache.cocoon.forms.datatype.validationruleimpl.Mod10ValidationRuleBuilder.
Builds Mod10ValidationRules.
Mod10ValidationRuleBuilder() - Constructor for class org.apache.cocoon.forms.datatype.validationruleimpl.Mod10ValidationRuleBuilder
 
Mod10ValidatorBuilder - class org.apache.cocoon.forms.validation.impl.Mod10ValidatorBuilder.
Adapter for Mod10ValidationRuleBuilder
Mod10ValidatorBuilder() - Constructor for class org.apache.cocoon.forms.validation.impl.Mod10ValidatorBuilder
 
MultiValueField - class org.apache.cocoon.forms.formmodel.MultiValueField.
A MultiValueField is mostly the same as a normal Field, but can hold multiple values.
MultiValueField(MultiValueFieldDefinition) - Constructor for class org.apache.cocoon.forms.formmodel.MultiValueField
 
MultiValueFieldDefinition - class org.apache.cocoon.forms.formmodel.MultiValueFieldDefinition.
The WidgetDefinition part of a MultiValueField widget, see MultiValueField for more information.
MultiValueFieldDefinition() - Constructor for class org.apache.cocoon.forms.formmodel.MultiValueFieldDefinition
 
MultiValueFieldDefinitionBuilder - class org.apache.cocoon.forms.formmodel.MultiValueFieldDefinitionBuilder.
Builds MultiValueFieldDefinitions.
MultiValueFieldDefinitionBuilder() - Constructor for class org.apache.cocoon.forms.formmodel.MultiValueFieldDefinitionBuilder
 
MultiValueJXPathBinding - class org.apache.cocoon.forms.binding.MultiValueJXPathBinding.
Simple binding for multi fields: on save, first deletes the target data before recreating it from scratch.
MultiValueJXPathBinding(JXPathBindingBuilderBase.CommonAttributes, String, String, String, JXPathBindingBase[], Convertor, Locale) - Constructor for class org.apache.cocoon.forms.binding.MultiValueJXPathBinding
 
MultiValueJXPathBindingBuilder - class org.apache.cocoon.forms.binding.MultiValueJXPathBindingBuilder.
A simple multi field binding that will replace (i.e.
MultiValueJXPathBindingBuilder() - Constructor for class org.apache.cocoon.forms.binding.MultiValueJXPathBindingBuilder
 
makeChildBindings(Element) - Method in class org.apache.cocoon.forms.binding.JXPathBindingManager.Assistant
proxy for compatibility
makeChildBindings(Element, JXPathBindingBase[]) - Method in class org.apache.cocoon.forms.binding.JXPathBindingManager.Assistant
Makes an array of childBindings for the child-elements of the provided configuration element.
makeImmutable() - Method in class org.apache.cocoon.forms.formmodel.AbstractWidgetDefinition
Locks this definition so that it becomes immutable.
makeVisible(TreePath) - Method in class org.apache.cocoon.forms.formmodel.tree.Tree
 
manager - Variable in class org.apache.cocoon.forms.acting.AbstractFormsAction
 
manager - Variable in class org.apache.cocoon.forms.binding.library.Library
 
manager - Variable in class org.apache.cocoon.forms.formmodel.library.Library
 
maps - Variable in class org.apache.cocoon.forms.util.CombiningMap
 
markForRebuild() - Method in class org.apache.cocoon.forms.datatype.AbstractJavaSelectionList
Enforce one rebuild on next usage of #generateSaxFragment(ContentHandler, Locale).
mergeCommonAttributes(JXPathBindingBuilderBase.CommonAttributes, JXPathBindingBuilderBase.CommonAttributes) - Static method in class org.apache.cocoon.forms.binding.JXPathBindingBuilderBase
 
method - Variable in class org.apache.cocoon.forms.formmodel.RepeaterActionDefinition.ChangePageActionDefinition
 
mode - Variable in class org.apache.cocoon.forms.event.impl.RequiredControl.RequiredDescription
 
moveRow(int, int) - Method in class org.apache.cocoon.forms.formmodel.Repeater
Move a row from one place to another
moveRow2(int, int) - Method in class org.apache.cocoon.forms.formmodel.Repeater
Move a row from one place to another.
moveRowLeft(int) - Method in class org.apache.cocoon.forms.formmodel.Repeater
 
moveRowRight(int) - Method in class org.apache.cocoon.forms.formmodel.Repeater
 

N

NAMESPACE - Static variable in interface org.apache.cocoon.forms.binding.BindingManager
Constant matching the namespace used for the Binding config files.
NEXT - Static variable in class org.apache.cocoon.forms.formmodel.RepeaterActionDefinition.ChangePageActionDefinition
 
NUMBER - Static variable in class org.apache.cocoon.forms.datatype.convertor.FormattingDecimalConvertor
 
NewDefinition - class org.apache.cocoon.forms.formmodel.NewDefinition.
This is the "WidgetDefinition" which is used to instantiate a ClassDefinition.
NewDefinition() - Constructor for class org.apache.cocoon.forms.formmodel.NewDefinition
 
NewDefinitionBuilder - class org.apache.cocoon.forms.formmodel.NewDefinitionBuilder.
Builds {NewDefinition}s.
NewDefinitionBuilder() - Constructor for class org.apache.cocoon.forms.formmodel.NewDefinitionBuilder
 
NewJXPathBinding - class org.apache.cocoon.forms.binding.NewJXPathBinding.
NewJXPathBinding provides an implementation of a Binding that references a class of bindings.
NewJXPathBinding(JXPathBindingBuilderBase.CommonAttributes, String, JXPathBindingBase[]) - Constructor for class org.apache.cocoon.forms.binding.NewJXPathBinding
Constructs NewJXPathBinding
NewJXPathBindingBuilder - class org.apache.cocoon.forms.binding.NewJXPathBindingBuilder.
NewJXPathBindingBuilder provides a helper class for the Factory implemented in JXPathBindingManager that helps construct the actual NewJXPathBinding out of the configuration in the provided configElement which looks like:
NewJXPathBindingBuilder() - Constructor for class org.apache.cocoon.forms.binding.NewJXPathBindingBuilder
 
NullFunction - class org.apache.cocoon.forms.expression.NullFunction.
Returns null constant.
NullFunction() - Constructor for class org.apache.cocoon.forms.expression.NullFunction
 
nestedElement(String, String, String, Attributes) - Method in interface org.apache.cocoon.forms.transformation.EffectPipe.Handler
Called before startElement, handler can decide what other handler should process next startElement.
nestedElement(String, String, String, Attributes) - Method in class org.apache.cocoon.forms.transformation.EffectPipe.NullHandler
 
nestedElement(String, String, String, Attributes) - Method in class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.ChooseHandler
 
nestedElement(String, String, String, Attributes) - Method in class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.ChoosePassThruHandler
 
nestedElement(String, String, String, Attributes) - Method in class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.ClassHandler
 
nestedElement(String, String, String, Attributes) - Method in class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.DocHandler
 
nestedElement(String, String, String, Attributes) - Method in class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.NestedHandler
 
nestedElement(String, String, String, Attributes) - Method in class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.NewHandler
 
nestedElement(String, String, String, Attributes) - Method in class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.RepeaterRowsHandler
 
nestedElement(String, String, String, Attributes) - Method in class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.RepeaterWidgetHandler
 
nestedElement(String, String, String, Attributes) - Method in class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.UnionHandler
 
nestedElement(String, String, String, Attributes) - Method in class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.UnionPassThruHandler
 
nestedElement(String, String, String, Attributes) - Method in class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.ValidationErrorHandler
 
nestedElement(String, String, String, Attributes) - Method in class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.WidgetHandler
 
newLibrary() - Method in interface org.apache.cocoon.forms.binding.library.LibraryManager
Create new instance of the Library.
newLibrary() - Method in class org.apache.cocoon.forms.binding.library.LibraryManagerImpl
 
newLibrary() - Method in interface org.apache.cocoon.forms.formmodel.library.LibraryManager
Create new instance of the Library.
newLibrary() - Method in class org.apache.cocoon.forms.formmodel.library.LibraryManagerImpl
 
next() - Method in class org.apache.cocoon.forms.formmodel.tree.TreeWalker
Get the next node in the current iteration level.

O

ONACTION_EL - Static variable in class org.apache.cocoon.forms.formmodel.ImageMap
 
OUTPUT - Static variable in class org.apache.cocoon.forms.formmodel.WidgetState
Output state, value is displayed but user input is ignored.
Output - class org.apache.cocoon.forms.formmodel.Output.
An Output widget can be used to show a non-editable value to the user.
Output(OutputDefinition) - Constructor for class org.apache.cocoon.forms.formmodel.Output
 
OutputDefinition - class org.apache.cocoon.forms.formmodel.OutputDefinition.
The WidgetDefinition part of a Output widget.
OutputDefinition() - Constructor for class org.apache.cocoon.forms.formmodel.OutputDefinition
 
OutputDefinitionBuilder - class org.apache.cocoon.forms.formmodel.OutputDefinitionBuilder.
Builds OutputDefinitions.
OutputDefinitionBuilder() - Constructor for class org.apache.cocoon.forms.formmodel.OutputDefinitionBuilder
 
org.apache.cocoon.forms - package org.apache.cocoon.forms
 
org.apache.cocoon.forms.acting - package org.apache.cocoon.forms.acting
 
org.apache.cocoon.forms.binding - package org.apache.cocoon.forms.binding
 
org.apache.cocoon.forms.binding.library - package org.apache.cocoon.forms.binding.library
 
org.apache.cocoon.forms.datatype - package org.apache.cocoon.forms.datatype
 
org.apache.cocoon.forms.datatype.convertor - package org.apache.cocoon.forms.datatype.convertor
General purpose convertors for converting between string and object representations of things (numbers, dates, ...).
org.apache.cocoon.forms.datatype.typeimpl - package org.apache.cocoon.forms.datatype.typeimpl
 
org.apache.cocoon.forms.datatype.validationruleimpl - package org.apache.cocoon.forms.datatype.validationruleimpl
 
org.apache.cocoon.forms.event - package org.apache.cocoon.forms.event
 
org.apache.cocoon.forms.event.impl - package org.apache.cocoon.forms.event.impl
 
org.apache.cocoon.forms.expression - package org.apache.cocoon.forms.expression
 
org.apache.cocoon.forms.flow.javascript - package org.apache.cocoon.forms.flow.javascript
 
org.apache.cocoon.forms.formmodel - package org.apache.cocoon.forms.formmodel
 
org.apache.cocoon.forms.formmodel.algorithms - package org.apache.cocoon.forms.formmodel.algorithms
 
org.apache.cocoon.forms.formmodel.library - package org.apache.cocoon.forms.formmodel.library
 
org.apache.cocoon.forms.formmodel.tree - package org.apache.cocoon.forms.formmodel.tree
 
org.apache.cocoon.forms.formmodel.tree.builder - package org.apache.cocoon.forms.formmodel.tree.builder
 
org.apache.cocoon.forms.generation - package org.apache.cocoon.forms.generation
 
org.apache.cocoon.forms.transformation - package org.apache.cocoon.forms.transformation
 
org.apache.cocoon.forms.util - package org.apache.cocoon.forms.util
 
org.apache.cocoon.forms.validation - package org.apache.cocoon.forms.validation
 
org.apache.cocoon.forms.validation.impl - package org.apache.cocoon.forms.validation.impl
 

P

PATH_SEPARATOR - Static variable in interface org.apache.cocoon.forms.formmodel.Widget
Widget-Separator used in path-like notations
PERCENT - Static variable in class org.apache.cocoon.forms.datatype.convertor.FormattingDecimalConvertor
 
PREFIX - Static variable in class org.apache.cocoon.forms.binding.library.LibraryManagerImpl
 
PREFIX_ATTRIBUTE - Static variable in class org.apache.cocoon.forms.formmodel.ImportDefinitionBuilder
 
PRESERVE - Static variable in class org.apache.cocoon.forms.formmodel.Whitespace
 
PREV - Static variable in class org.apache.cocoon.forms.formmodel.RepeaterActionDefinition.ChangePageActionDefinition
 
PROCESSING_INITIALIZE - Static variable in class org.apache.cocoon.forms.event.ProcessingPhase
 
PROCESSING_INITIALIZE_VALUE - Static variable in class org.apache.cocoon.forms.event.ProcessingPhase
 
PlainBeanConvertorBuilder - class org.apache.cocoon.forms.datatype.convertor.PlainBeanConvertorBuilder.
Creates BeanConvertors
PlainBeanConvertorBuilder() - Constructor for class org.apache.cocoon.forms.datatype.convertor.PlainBeanConvertorBuilder
 
PlainBooleanConvertor - class org.apache.cocoon.forms.datatype.convertor.PlainBooleanConvertor.
Convertor for java.lang.Boolean's.
PlainBooleanConvertor() - Constructor for class org.apache.cocoon.forms.datatype.convertor.PlainBooleanConvertor
 
PlainBooleanConvertorBuilder - class org.apache.cocoon.forms.datatype.convertor.PlainBooleanConvertorBuilder.
Builds {PlainBooleanConvertor}s.
PlainBooleanConvertorBuilder() - Constructor for class org.apache.cocoon.forms.datatype.convertor.PlainBooleanConvertorBuilder
 
PlainCharConvertorBuilder - class org.apache.cocoon.forms.datatype.convertor.PlainCharConvertorBuilder.
The builder for the char default convertor.
PlainCharConvertorBuilder() - Constructor for class org.apache.cocoon.forms.datatype.convertor.PlainCharConvertorBuilder
 
PlainDecimalConvertor - class org.apache.cocoon.forms.datatype.convertor.PlainDecimalConvertor.
Convertor for BigDecimals that does not do any (locale-dependent) formatting.
PlainDecimalConvertor() - Constructor for class org.apache.cocoon.forms.datatype.convertor.PlainDecimalConvertor
 
PlainDecimalConvertorBuilder - class org.apache.cocoon.forms.datatype.convertor.PlainDecimalConvertorBuilder.
 
PlainDecimalConvertorBuilder() - Constructor for class org.apache.cocoon.forms.datatype.convertor.PlainDecimalConvertorBuilder
 
PlainDoubleConvertor - class org.apache.cocoon.forms.datatype.convertor.PlainDoubleConvertor.
Convertor for java.lang.Doubles that does not do any (Locale-dependent) formatting.
PlainDoubleConvertor() - Constructor for class org.apache.cocoon.forms.datatype.convertor.PlainDoubleConvertor
 
PlainDoubleConvertorBuilder - class org.apache.cocoon.forms.datatype.convertor.PlainDoubleConvertorBuilder.
 
PlainDoubleConvertorBuilder() - Constructor for class org.apache.cocoon.forms.datatype.convertor.PlainDoubleConvertorBuilder
 
PlainEnumConvertorBuilder - class org.apache.cocoon.forms.datatype.convertor.PlainEnumConvertorBuilder.
Builds EnumConvertors.
PlainEnumConvertorBuilder() - Constructor for class org.apache.cocoon.forms.datatype.convertor.PlainEnumConvertorBuilder
 
PlainFloatConvertor - class org.apache.cocoon.forms.datatype.convertor.PlainFloatConvertor.
Convertor for Floats that does not do any (locale-dependent) formatting.
PlainFloatConvertor() - Constructor for class org.apache.cocoon.forms.datatype.convertor.PlainFloatConvertor
 
PlainFloatConvertorBuilder - class org.apache.cocoon.forms.datatype.convertor.PlainFloatConvertorBuilder.
 
PlainFloatConvertorBuilder() - Constructor for class org.apache.cocoon.forms.datatype.convertor.PlainFloatConvertorBuilder
 
PlainIntegerConvertor - class org.apache.cocoon.forms.datatype.convertor.PlainIntegerConvertor.
Convertor for java.lang.Integers that does not do any (Locale-dependent) formatting.
PlainIntegerConvertor() - Constructor for class org.apache.cocoon.forms.datatype.convertor.PlainIntegerConvertor
 
PlainIntegerConvertorBuilder - class org.apache.cocoon.forms.datatype.convertor.PlainIntegerConvertorBuilder.
Builds PlainIntegerConvertors.
PlainIntegerConvertorBuilder() - Constructor for class org.apache.cocoon.forms.datatype.convertor.PlainIntegerConvertorBuilder
 
PlainLongConvertor - class org.apache.cocoon.forms.datatype.convertor.PlainLongConvertor.
Convertor for java.lang.Longs that does not do any (Locale-dependent) formatting.
PlainLongConvertor() - Constructor for class org.apache.cocoon.forms.datatype.convertor.PlainLongConvertor
 
PlainLongConvertorBuilder - class org.apache.cocoon.forms.datatype.convertor.PlainLongConvertorBuilder.
Builds PlainLongConvertors.
PlainLongConvertorBuilder() - Constructor for class org.apache.cocoon.forms.datatype.convertor.PlainLongConvertorBuilder
 
ProcessingPhase - class org.apache.cocoon.forms.event.ProcessingPhase.
Type-safe enumeration of the various form processing phases.
ProcessingPhase(String, int) - Constructor for class org.apache.cocoon.forms.event.ProcessingPhase
 
ProcessingPhaseEvent - class org.apache.cocoon.forms.event.ProcessingPhaseEvent.
Event raised when a form processing phase is finished.
ProcessingPhaseEvent(Form, ProcessingPhase) - Constructor for class org.apache.cocoon.forms.event.ProcessingPhaseEvent
 
ProcessingPhaseListener - interface org.apache.cocoon.forms.event.ProcessingPhaseListener.
Listener invoked when a form processing phase ends.
parent - Variable in class org.apache.cocoon.forms.binding.JXPathBindingBase
Parent binding of this binding.
parent - Variable in class org.apache.cocoon.forms.formmodel.AbstractWidgetDefinition
 
parse(String) - Method in class org.apache.cocoon.forms.expression.DefaultExpressionManager
 
parse(String) - Method in interface org.apache.cocoon.forms.expression.ExpressionManager
Parse the given expression.
parse(InputSource, SAXParser) - Static method in class org.apache.cocoon.forms.util.DomHelper
Creates a W3C Document that remembers the location of each element in the source file.
parseExpression(String, Element, String) - Method in class org.apache.cocoon.forms.datatype.validationruleimpl.AbstractValidationRuleBuilder
Parses an expression and throws a nice error message if this fails.
parseVariables(String) - Method in class org.apache.cocoon.forms.expression.DefaultExpressionManager
 
parseVariables(String) - Method in interface org.apache.cocoon.forms.expression.ExpressionManager
Parse the given expression to extract variables.
peekWidget() - Method in class org.apache.cocoon.forms.generation.JXMacrosHelper
 
performAction() - Method in class org.apache.cocoon.forms.formmodel.Action
Performs all actions and calls on-action listeners attached to this object.
phaseEnded(ProcessingPhaseEvent) - Method in interface org.apache.cocoon.forms.event.ProcessingPhaseListener
 
phaseEnded(ProcessingPhaseEvent) - Method in class org.apache.cocoon.forms.event.WidgetEventMulticaster
 
phaseEnded(ProcessingPhaseEvent) - Method in class org.apache.cocoon.forms.event.impl.JavaScriptWidgetListener.JSProcessingPhaseListener
 
phaseEnded(ProcessingPhaseEvent) - Method in class org.apache.cocoon.forms.event.impl.RequiredControl
 
pipeContext - Variable in class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe
 
popHandler() - Method in class org.apache.cocoon.forms.transformation.EffectPipe
 
popWidget() - Method in class org.apache.cocoon.forms.generation.JXMacrosHelper
 
populateRow(RepeaterItem) - Method in interface org.apache.cocoon.forms.binding.RepeaterAdapter
 
populateRow(RepeaterItem) - Method in class org.apache.cocoon.forms.binding.RepeaterJXPathAdapter
 
process(Widget) - Method in class org.apache.cocoon.forms.event.impl.RequiredControl.RequiredDescription
 
process(FormContext) - Method in class org.apache.cocoon.forms.formmodel.Form
Processes a form submit.
processingInstruction(String, String) - Method in class org.apache.cocoon.forms.datatype.DynamicSelectionList.SelectionListHandler
 
processingInstruction(String, String) - Method in class org.apache.cocoon.forms.transformation.EffectPipe.BufferHandler
 
processingInstruction(String, String) - Method in class org.apache.cocoon.forms.transformation.EffectPipe.CopyHandler
 
processingInstruction(String, String) - Method in class org.apache.cocoon.forms.transformation.EffectPipe.ErrorHandler
 
processingInstruction(String, String) - Method in interface org.apache.cocoon.forms.transformation.EffectPipe.Handler
 
processingInstruction(String, String) - Method in class org.apache.cocoon.forms.transformation.EffectPipe.NullHandler
 
processingInstruction(String, String) - Method in class org.apache.cocoon.forms.transformation.EffectPipe
 
pushContainer(String) - Method in class org.apache.cocoon.forms.generation.JXMacrosHelper
 
pushHandler(EffectPipe.Handler) - Method in class org.apache.cocoon.forms.transformation.EffectPipe
 
pushRepeater(String, boolean) - Method in class org.apache.cocoon.forms.generation.JXMacrosHelper
Enter a repeater
pushWidget(String, boolean) - Method in class org.apache.cocoon.forms.generation.JXMacrosHelper
 
pushWidget(String) - Method in class org.apache.cocoon.forms.generation.JXMacrosHelper
 
put(Locale, Object) - Method in class org.apache.cocoon.forms.datatype.convertor.LocaleMap
 
put(String, Scriptable, Object) - Method in class org.apache.cocoon.forms.flow.javascript.ScriptableWidget
 
put(Object, Object) - Method in class org.apache.cocoon.forms.util.ContainerWidgetAsMap
Put a value in a child widget.
putAll(Map) - Method in class org.apache.cocoon.forms.util.ContainerWidgetAsMap
 

R

READ_FROM_REQUEST - Static variable in class org.apache.cocoon.forms.event.ProcessingPhase
 
READ_FROM_REQUEST_VALUE - Static variable in class org.apache.cocoon.forms.event.ProcessingPhase
 
ROLE - Static variable in interface org.apache.cocoon.forms.CacheManager
 
ROLE - Static variable in interface org.apache.cocoon.forms.FormManager
 
ROLE - Static variable in interface org.apache.cocoon.forms.binding.BindingManager
Avalon Role for this service interface.
ROLE - Static variable in interface org.apache.cocoon.forms.binding.library.LibraryManager
 
ROLE - Static variable in interface org.apache.cocoon.forms.datatype.DatatypeManager
 
ROLE - Static variable in interface org.apache.cocoon.forms.datatype.SelectionListBuilder
 
ROLE - Static variable in interface org.apache.cocoon.forms.event.WidgetListenerBuilder
 
ROLE - Static variable in interface org.apache.cocoon.forms.expression.ExpressionManager
 
ROLE - Static variable in interface org.apache.cocoon.forms.formmodel.CalculatedFieldAlgorithmBuilder
 
ROLE - Static variable in interface org.apache.cocoon.forms.formmodel.library.LibraryManager
 
ROLE - Static variable in interface org.apache.cocoon.forms.formmodel.tree.builder.TreeModelDefinitionBuilder
 
ROLE - Static variable in interface org.apache.cocoon.forms.validation.WidgetValidatorBuilder
 
ROOT_PATH - Static variable in class org.apache.cocoon.forms.formmodel.tree.TreePath
 
ROWS_CLEARED - Static variable in class org.apache.cocoon.forms.event.RepeaterEventAction
This event type is triggered after the repeater has been cleared (aka after all rows have been removed)
ROWS_CLEARED_VALUE - Static variable in class org.apache.cocoon.forms.event.RepeaterEventAction
 
ROWS_CLEARING - Static variable in class org.apache.cocoon.forms.event.RepeaterEventAction
This event type is triggered before the repeater is cleared (aka before all rows are removed).
ROWS_CLEARING_VALUE - Static variable in class org.apache.cocoon.forms.event.RepeaterEventAction
 
ROWS_REARRANGED - Static variable in class org.apache.cocoon.forms.event.RepeaterEventAction
This event type is triggered after the order of one or more rows has been changed.
ROWS_REARRANGED_VALUE - Static variable in class org.apache.cocoon.forms.event.RepeaterEventAction
 
ROW_ADDED - Static variable in class org.apache.cocoon.forms.event.RepeaterEventAction
This event type is triggered after a row has been added.
ROW_ADDED_VALUE - Static variable in class org.apache.cocoon.forms.event.RepeaterEventAction
 
ROW_DELETED - Static variable in class org.apache.cocoon.forms.event.RepeaterEventAction
This event type is triggered after a row has been removed.
ROW_DELETED_VALUE - Static variable in class org.apache.cocoon.forms.event.RepeaterEventAction
 
ROW_DELETING - Static variable in class org.apache.cocoon.forms.event.RepeaterEventAction
This event type is triggered before a row get's removed.
ROW_DELETING_VALUE - Static variable in class org.apache.cocoon.forms.event.RepeaterEventAction
 
RangeValidationRule - class org.apache.cocoon.forms.datatype.validationruleimpl.RangeValidationRule.
Checks numeric ranges.
RangeValidationRule() - Constructor for class org.apache.cocoon.forms.datatype.validationruleimpl.RangeValidationRule
 
RangeValidationRuleBuilder - class org.apache.cocoon.forms.datatype.validationruleimpl.RangeValidationRuleBuilder.
Builds RangeValidationRules.
RangeValidationRuleBuilder() - Constructor for class org.apache.cocoon.forms.datatype.validationruleimpl.RangeValidationRuleBuilder
 
RangeValidatorBuilder - class org.apache.cocoon.forms.validation.impl.RangeValidatorBuilder.
Adapter for RangeValidationRuleBuilder
RangeValidatorBuilder() - Constructor for class org.apache.cocoon.forms.validation.impl.RangeValidatorBuilder
 
RegExpValidationRule - class org.apache.cocoon.forms.datatype.validationruleimpl.RegExpValidationRule.
Checks that a String matches a regular expression.
RegExpValidationRule() - Constructor for class org.apache.cocoon.forms.datatype.validationruleimpl.RegExpValidationRule
 
RegExpValidationRuleBuilder - class org.apache.cocoon.forms.datatype.validationruleimpl.RegExpValidationRuleBuilder.
Builds RegExpValidationRules.
RegExpValidationRuleBuilder() - Constructor for class org.apache.cocoon.forms.datatype.validationruleimpl.RegExpValidationRuleBuilder
 
RegExpValidatorBuilder - class org.apache.cocoon.forms.validation.impl.RegExpValidatorBuilder.
Adapter for RegExpValidationRuleBuilder
RegExpValidatorBuilder() - Constructor for class org.apache.cocoon.forms.validation.impl.RegExpValidatorBuilder
 
RepeatedFormula - class org.apache.cocoon.forms.formmodel.algorithms.RepeatedFormula.
An xreporter Expression based algorithm that repeats the formula on a set of fields.
RepeatedFormula() - Constructor for class org.apache.cocoon.forms.formmodel.algorithms.RepeatedFormula
 
RepeatedFormulaBuilder - class org.apache.cocoon.forms.formmodel.algorithms.RepeatedFormulaBuilder.
Builds a RepeatedFormula algorithm.
RepeatedFormulaBuilder() - Constructor for class org.apache.cocoon.forms.formmodel.algorithms.RepeatedFormulaBuilder
 
Repeater - class org.apache.cocoon.forms.formmodel.Repeater.
A repeater is a widget that repeats a number of other widgets.
Repeater(RepeaterDefinition) - Constructor for class org.apache.cocoon.forms.formmodel.Repeater
 
Repeater.RepeaterRow - class org.apache.cocoon.forms.formmodel.Repeater.RepeaterRow.
 
Repeater.RepeaterRow(RepeaterDefinition) - Constructor for class org.apache.cocoon.forms.formmodel.Repeater.RepeaterRow
 
RepeaterAction - class org.apache.cocoon.forms.formmodel.RepeaterAction.
An action that acts on a repeater.
RepeaterAction(RepeaterActionDefinition) - Constructor for class org.apache.cocoon.forms.formmodel.RepeaterAction
 
RepeaterActionDefinition - class org.apache.cocoon.forms.formmodel.RepeaterActionDefinition.
Abstract repeater action.
RepeaterActionDefinition() - Constructor for class org.apache.cocoon.forms.formmodel.RepeaterActionDefinition
Builds an action whose target repeater is the parent of this widget
RepeaterActionDefinition(String) - Constructor for class org.apache.cocoon.forms.formmodel.RepeaterActionDefinition
Builds an action whose target is a sibling of this widget
RepeaterActionDefinition.AddRowActionDefinition - class org.apache.cocoon.forms.formmodel.RepeaterActionDefinition.AddRowActionDefinition.
The definition of a repeater action that adds a row to a sibling repeater.
RepeaterActionDefinition.AddRowActionDefinition(String, int) - Constructor for class org.apache.cocoon.forms.formmodel.RepeaterActionDefinition.AddRowActionDefinition
 
RepeaterActionDefinition.ChangePageActionDefinition - class org.apache.cocoon.forms.formmodel.RepeaterActionDefinition.ChangePageActionDefinition.
 
RepeaterActionDefinition.ChangePageActionDefinition(String, int) - Constructor for class org.apache.cocoon.forms.formmodel.RepeaterActionDefinition.ChangePageActionDefinition
 
RepeaterActionDefinition.DeleteRowsActionDefinition - class org.apache.cocoon.forms.formmodel.RepeaterActionDefinition.DeleteRowsActionDefinition.
The definition of a repeater action that deletes the selected rows of a sibling repeater.
RepeaterActionDefinition.DeleteRowsActionDefinition(String, String) - Constructor for class org.apache.cocoon.forms.formmodel.RepeaterActionDefinition.DeleteRowsActionDefinition
 
RepeaterActionDefinition.InsertRowsActionDefinition - class org.apache.cocoon.forms.formmodel.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.
RepeaterActionDefinition.InsertRowsActionDefinition(String, String) - Constructor for class org.apache.cocoon.forms.formmodel.RepeaterActionDefinition.InsertRowsActionDefinition
 
RepeaterActionDefinition.SortActionDefinition - class org.apache.cocoon.forms.formmodel.RepeaterActionDefinition.SortActionDefinition.
 
RepeaterActionDefinition.SortActionDefinition(String, String) - Constructor for class org.apache.cocoon.forms.formmodel.RepeaterActionDefinition.SortActionDefinition
 
RepeaterActionDefinitionBuilder - class org.apache.cocoon.forms.formmodel.RepeaterActionDefinitionBuilder.
Builds a <fd:repeater-action/>
RepeaterActionDefinitionBuilder() - Constructor for class org.apache.cocoon.forms.formmodel.RepeaterActionDefinitionBuilder
 
RepeaterAdapter - interface org.apache.cocoon.forms.binding.RepeaterAdapter.
 
RepeaterAsList - class org.apache.cocoon.forms.util.RepeaterAsList.
A List view of a Repeater, each element of the list being a Map wrapping a repeater row, as defined by ContainerWidgetAsMap.
RepeaterAsList(Repeater, boolean) - Constructor for class org.apache.cocoon.forms.util.RepeaterAsList
Create a List view around a repeater.
RepeaterAsList(Repeater) - Constructor for class org.apache.cocoon.forms.util.RepeaterAsList
Same as RepeaterAsList(repeater, false).
RepeaterDefinition - class org.apache.cocoon.forms.formmodel.RepeaterDefinition.
The WidgetDefinition part of a Repeater widget, see Repeater for more information.
RepeaterDefinition(int, int, int, boolean, boolean) - Constructor for class org.apache.cocoon.forms.formmodel.RepeaterDefinition
 
RepeaterDefinition(int, int, int, boolean, boolean, boolean, int, int, String) - Constructor for class org.apache.cocoon.forms.formmodel.RepeaterDefinition
 
RepeaterDefinitionBuilder - class org.apache.cocoon.forms.formmodel.RepeaterDefinitionBuilder.
Builds RepeaterDefinitions.
RepeaterDefinitionBuilder() - Constructor for class org.apache.cocoon.forms.formmodel.RepeaterDefinitionBuilder
 
RepeaterEvent - class org.apache.cocoon.forms.event.RepeaterEvent.
An event raised when a repeater widget row is added, removed or reordered.
RepeaterEvent(Widget, RepeaterEventAction) - Constructor for class org.apache.cocoon.forms.event.RepeaterEvent
 
RepeaterEvent(Widget, RepeaterEventAction, int) - Constructor for class org.apache.cocoon.forms.event.RepeaterEvent
 
RepeaterEventAction - class org.apache.cocoon.forms.event.RepeaterEventAction.
Type-safe enumeration of the various repeater actions that triggers events.
RepeaterEventAction(String, int) - Constructor for class org.apache.cocoon.forms.event.RepeaterEventAction
 
RepeaterFilter - interface org.apache.cocoon.forms.binding.RepeaterFilter.
 
RepeaterFilterField - class org.apache.cocoon.forms.formmodel.RepeaterFilterField.
 
RepeaterFilterField(RepeaterFilterFieldDefinition) - Constructor for class org.apache.cocoon.forms.formmodel.RepeaterFilterField
 
RepeaterFilterFieldDefinition - class org.apache.cocoon.forms.formmodel.RepeaterFilterFieldDefinition.
 
RepeaterFilterFieldDefinition() - Constructor for class org.apache.cocoon.forms.formmodel.RepeaterFilterFieldDefinition
 
RepeaterFilterFieldDefinitionBuilder - class org.apache.cocoon.forms.formmodel.RepeaterFilterFieldDefinitionBuilder.
 
RepeaterFilterFieldDefinitionBuilder() - Constructor for class org.apache.cocoon.forms.formmodel.RepeaterFilterFieldDefinitionBuilder
 
RepeaterItem - class org.apache.cocoon.forms.binding.RepeaterItem.
 
RepeaterItem(Object) - Constructor for class org.apache.cocoon.forms.binding.RepeaterItem
 
RepeaterJXPathAdapter - class org.apache.cocoon.forms.binding.RepeaterJXPathAdapter.
 
RepeaterJXPathAdapter() - Constructor for class org.apache.cocoon.forms.binding.RepeaterJXPathAdapter
 
RepeaterJXPathBinding - class org.apache.cocoon.forms.binding.RepeaterJXPathBinding.
RepeaterJXPathBinding provides an implementation of a Binding that allows for bidirectional binding of a repeater-widget to/from repeating structures in the back-end object model.
RepeaterJXPathBinding(JXPathBindingBuilderBase.CommonAttributes, String, String, String, String, JXPathBindingBase[], JXPathBindingBase, JXPathBindingBase[], JXPathBindingBase[]) - Constructor for class org.apache.cocoon.forms.binding.RepeaterJXPathBinding
Constructs RepeaterJXPathBinding
RepeaterJXPathBindingBuilder - class org.apache.cocoon.forms.binding.RepeaterJXPathBindingBuilder.
RepeaterJXPathBindingBuilder provides a helper class for the Factory implemented in JXPathBindingManager that helps construct the actual RepeaterJXPathBinding out of the configuration in the provided configElement which looks like:
RepeaterJXPathBindingBuilder() - Constructor for class org.apache.cocoon.forms.binding.RepeaterJXPathBindingBuilder
 
RepeaterJXPathCollection - class org.apache.cocoon.forms.binding.RepeaterJXPathCollection.
Implements a collection that takes care about removed, updated and inserted elements, obtaining from a RepeaterAdapter all the needed objects.
RepeaterJXPathCollection() - Constructor for class org.apache.cocoon.forms.binding.RepeaterJXPathCollection
 
RepeaterListener - interface org.apache.cocoon.forms.event.RepeaterListener.
Listeners for RepeaterEvents
RepeaterSorter - interface org.apache.cocoon.forms.binding.RepeaterSorter.
 
RequiredControl - class org.apache.cocoon.forms.event.impl.RequiredControl.
This processing phase listener can be used to dynamically change the required fields in a form.
RequiredControl() - Constructor for class org.apache.cocoon.forms.event.impl.RequiredControl
 
RequiredControl.RequiredDescription - class org.apache.cocoon.forms.event.impl.RequiredControl.RequiredDescription.
 
RequiredControl.RequiredDescription(String, String) - Constructor for class org.apache.cocoon.forms.event.impl.RequiredControl.RequiredDescription
 
RequiredControl.RequiredDescription(String, String, String) - Constructor for class org.apache.cocoon.forms.event.impl.RequiredControl.RequiredDescription
 
RowAction - class org.apache.cocoon.forms.formmodel.RowAction.
 
RowAction(RowActionDefinition) - Constructor for class org.apache.cocoon.forms.formmodel.RowAction
 
RowAction.MoveDownAction - class org.apache.cocoon.forms.formmodel.RowAction.MoveDownAction.
 
RowAction.MoveDownAction(RowActionDefinition.MoveDownDefinition) - Constructor for class org.apache.cocoon.forms.formmodel.RowAction.MoveDownAction
 
RowAction.MoveUpAction - class org.apache.cocoon.forms.formmodel.RowAction.MoveUpAction.
 
RowAction.MoveUpAction(RowActionDefinition.MoveUpDefinition) - Constructor for class org.apache.cocoon.forms.formmodel.RowAction.MoveUpAction
 
RowActionDefinition - class org.apache.cocoon.forms.formmodel.RowActionDefinition.
 
RowActionDefinition() - Constructor for class org.apache.cocoon.forms.formmodel.RowActionDefinition
 
RowActionDefinition.AddAfterDefinition - class org.apache.cocoon.forms.formmodel.RowActionDefinition.AddAfterDefinition.
Adds a row after the one containing this action.
RowActionDefinition.AddAfterDefinition() - Constructor for class org.apache.cocoon.forms.formmodel.RowActionDefinition.AddAfterDefinition
 
RowActionDefinition.DeleteRowDefinition - class org.apache.cocoon.forms.formmodel.RowActionDefinition.DeleteRowDefinition.
Deletes the row containing this action.
RowActionDefinition.DeleteRowDefinition() - Constructor for class org.apache.cocoon.forms.formmodel.RowActionDefinition.DeleteRowDefinition
 
RowActionDefinition.MoveDownDefinition - class org.apache.cocoon.forms.formmodel.RowActionDefinition.MoveDownDefinition.
Moves up the row containing this action.
RowActionDefinition.MoveDownDefinition() - Constructor for class org.apache.cocoon.forms.formmodel.RowActionDefinition.MoveDownDefinition
 
RowActionDefinition.MoveUpDefinition - class org.apache.cocoon.forms.formmodel.RowActionDefinition.MoveUpDefinition.
Moves up the row containing this action.
RowActionDefinition.MoveUpDefinition() - Constructor for class org.apache.cocoon.forms.formmodel.RowActionDefinition.MoveUpDefinition
 
RowActionDefinitionBuilder - class org.apache.cocoon.forms.formmodel.RowActionDefinitionBuilder.
 
RowActionDefinitionBuilder() - Constructor for class org.apache.cocoon.forms.formmodel.RowActionDefinitionBuilder
 
random - Static variable in class org.apache.cocoon.forms.formmodel.CaptchaField
Random number generator used to create session attribute name.
readFromRequest(FormContext) - Method in class org.apache.cocoon.forms.formmodel.AbstractContainerWidget
Delegates the readFromRequest() down to the contained child-widgets.
readFromRequest(FormContext) - Method in class org.apache.cocoon.forms.formmodel.Action
 
readFromRequest(FormContext) - Method in class org.apache.cocoon.forms.formmodel.AggregateField
 
readFromRequest(FormContext) - Method in class org.apache.cocoon.forms.formmodel.BooleanField
 
readFromRequest(String) - Method in class org.apache.cocoon.forms.formmodel.CalculatedField
 
readFromRequest(FormContext) - Method in class org.apache.cocoon.forms.formmodel.Field
 
readFromRequest(String) - Method in class org.apache.cocoon.forms.formmodel.Field
 
readFromRequest(FormContext) - Method in class org.apache.cocoon.forms.formmodel.Form
 
readFromRequest(FormContext) - Method in class org.apache.cocoon.forms.formmodel.GoogleMap
 
readFromRequest(FormContext) - Method in class org.apache.cocoon.forms.formmodel.ImageMap
 
readFromRequest(FormContext) - Method in class org.apache.cocoon.forms.formmodel.Messages
 
readFromRequest(FormContext) - Method in class org.apache.cocoon.forms.formmodel.MultiValueField
 
readFromRequest(FormContext) - Method in class org.apache.cocoon.forms.formmodel.Output
 
readFromRequest(FormContext) - Method in class org.apache.cocoon.forms.formmodel.Repeater
 
readFromRequest(FormContext) - Method in class org.apache.cocoon.forms.formmodel.Union
 
readFromRequest(FormContext) - Method in class org.apache.cocoon.forms.formmodel.Upload
 
readFromRequest(FormContext) - Method in interface org.apache.cocoon.forms.formmodel.Widget
Lets this widget read its data from a request.
readFromRequest(FormContext) - Method in class org.apache.cocoon.forms.formmodel.WidgetList
Performs the Widget.readFromRequest(FormContext) on all the contained widgets.
readFromRequest(FormContext) - Method in class org.apache.cocoon.forms.formmodel.tree.Tree
 
recalculate() - Method in class org.apache.cocoon.forms.formmodel.CalculatedField
Calls the algorithm to perform a recaulculation.
recycle() - Method in class org.apache.cocoon.forms.generation.FormsGenerator
 
recycle() - Method in class org.apache.cocoon.forms.transformation.EffectPipe
Recycle the pipe after processing
recycle() - Method in class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.StylingContentHandler
 
recycle() - Method in class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe
 
referenceId - Variable in class org.apache.cocoon.forms.event.impl.RequiredControl.RequiredDescription
 
refreshForAdd(Repeater, int) - Method in class org.apache.cocoon.forms.util.WidgetFinder
Called when a new row addition event is received from a monitored repeater.
refreshForClear(Repeater) - Method in class org.apache.cocoon.forms.util.WidgetFinder
Called when a repeater clear event is received from a monitored repeater.
refreshForDelete(Repeater, int) - Method in class org.apache.cocoon.forms.util.WidgetFinder
Called when a row deletion event is received from a monitored repeater.
refreshPage() - Method in class org.apache.cocoon.forms.formmodel.EnhancedRepeater
 
remove(Source, String) - Method in interface org.apache.cocoon.forms.CacheManager
Removes an object from the cache.
remove(Source, String) - Method in class org.apache.cocoon.forms.DefaultCacheManager
 
remove(CreateListener, CreateListener) - Static method in class org.apache.cocoon.forms.event.WidgetEventMulticaster
 
remove(ActionListener, ActionListener) - Static method in class org.apache.cocoon.forms.event.WidgetEventMulticaster
 
remove(ValueChangedListener, ValueChangedListener) - Static method in class org.apache.cocoon.forms.event.WidgetEventMulticaster
 
remove(ProcessingPhaseListener, ProcessingPhaseListener) - Static method in class org.apache.cocoon.forms.event.WidgetEventMulticaster
 
remove(TreeSelectionListener, TreeSelectionListener) - Static method in class org.apache.cocoon.forms.event.WidgetEventMulticaster
 
remove(RepeaterListener, RepeaterListener) - Static method in class org.apache.cocoon.forms.event.WidgetEventMulticaster
 
remove(EventListener) - Method in class org.apache.cocoon.forms.event.WidgetEventMulticaster
 
remove() - Method in class org.apache.cocoon.forms.formmodel.tree.TreeWalker
Required by the Iterator interface, but not supported here.
remove(int) - Method in class org.apache.cocoon.forms.util.RepeaterAsList
 
removeActionListener(ActionListener) - Method in interface org.apache.cocoon.forms.event.ActionListenerEnabled
 
removeActionListener(ActionListener) - Method in class org.apache.cocoon.forms.formmodel.Action
 
removeActionListener(ActionListener) - Method in class org.apache.cocoon.forms.formmodel.ImageMap
 
removeAttribute(String) - Method in class org.apache.cocoon.forms.datatype.AbstractJavaSelectionList
 
removeAttribute(String) - Method in interface org.apache.cocoon.forms.datatype.JavaSelectionList
 
removeAttribute(String) - Method in class org.apache.cocoon.forms.formmodel.AbstractWidget
 
removeAttribute(String) - Method in interface org.apache.cocoon.forms.formmodel.Widget
Removes the named attribute from this widget.
removeProcessingPhaseListener(ProcessingPhaseListener) - Method in class org.apache.cocoon.forms.formmodel.Form
 
removeRepeaterListener(RepeaterListener) - Method in class org.apache.cocoon.forms.formmodel.Repeater
 
removeRepeaterListener(RepeaterListener) - Method in class org.apache.cocoon.forms.util.WidgetFinder
Removes a listener.
removeRow(int) - Method in class org.apache.cocoon.forms.formmodel.Repeater
 
removeRows() - Method in class org.apache.cocoon.forms.formmodel.Repeater
Deprecated. See Repeater.clear()
removeSelectionPath(TreePath) - Method in class org.apache.cocoon.forms.formmodel.tree.Tree
 
removeSelectionPaths(TreePath[]) - Method in class org.apache.cocoon.forms.formmodel.tree.Tree
 
removeTreeModelListener(TreeModelListener) - Method in class org.apache.cocoon.forms.formmodel.tree.DefaultTreeModel
 
removeTreeModelListener(TreeModelListener) - Method in class org.apache.cocoon.forms.formmodel.tree.SourceTreeModel
 
removeTreeModelListener(TreeModelListener) - Method in interface org.apache.cocoon.forms.formmodel.tree.TreeModel
Removes a listener previously added with TreeModel.addTreeModelListener(TreeModelListener).
removeTreeModelListener(TreeModelListener) - Method in class org.apache.cocoon.forms.formmodel.tree.TreeModelHelper
 
removeTreeSelectionListener(TreeSelectionListener) - Method in class org.apache.cocoon.forms.formmodel.tree.Tree
 
removeValidator(WidgetValidator) - Method in class org.apache.cocoon.forms.formmodel.AbstractWidget
Remove a validator from this widget instance
removeValidator(WidgetValidator) - Method in interface org.apache.cocoon.forms.formmodel.Widget
 
removeValueChangedListener(ValueChangedListener) - Method in interface org.apache.cocoon.forms.event.ValueChangedListenerEnabled
 
removeValueChangedListener(ValueChangedListener) - Method in class org.apache.cocoon.forms.formmodel.BooleanField
 
removeValueChangedListener(ValueChangedListener) - Method in class org.apache.cocoon.forms.formmodel.Field
 
removeValueChangedListener(ValueChangedListener) - Method in class org.apache.cocoon.forms.formmodel.MultiValueField
 
removeValueChangedListener(ValueChangedListener) - Method in class org.apache.cocoon.forms.formmodel.Output
 
removeValueChangedListener(ValueChangedListener) - Method in class org.apache.cocoon.forms.formmodel.Upload
 
repeaterModified(RepeaterEvent) - Method in interface org.apache.cocoon.forms.event.RepeaterListener
 
repeaterModified(RepeaterEvent) - Method in class org.apache.cocoon.forms.event.WidgetEventMulticaster
 
repeaterModified(RepeaterEvent) - Method in class org.apache.cocoon.forms.event.impl.JavaScriptWidgetListener.JSRepeaterListener
 
request - Variable in class org.apache.cocoon.forms.FormContext
 
required - Variable in class org.apache.cocoon.forms.formmodel.Field
 
resolve(List, WidgetDefinition) - Method in class org.apache.cocoon.forms.formmodel.AbstractContainerDefinition
 
resolve(List, WidgetDefinition) - Method in interface org.apache.cocoon.forms.formmodel.ContainerDefinition
Resolve references to widget definition classes
resolve() - Method in class org.apache.cocoon.forms.formmodel.FormDefinition
 
resolve(List, WidgetDefinition) - Method in class org.apache.cocoon.forms.formmodel.NewDefinition
 
resolve(List, WidgetDefinition) - Method in class org.apache.cocoon.forms.formmodel.WidgetDefinitionList
 
resolveVariable(String) - Method in class org.apache.cocoon.forms.formmodel.ExpressionContextImpl
Variables refer to other widgets.
rows - Variable in class org.apache.cocoon.forms.formmodel.Repeater
 

S

SAVE_MODEL - Static variable in class org.apache.cocoon.forms.event.ProcessingPhase
 
SAVE_MODEL_VALUE - Static variable in class org.apache.cocoon.forms.event.ProcessingPhase
 
SELECTION_LIST_EL - Static variable in interface org.apache.cocoon.forms.datatype.SelectionList
 
SEPARATOR - Static variable in class org.apache.cocoon.forms.binding.library.Library
 
SEPARATOR - Static variable in class org.apache.cocoon.forms.formmodel.library.Library
 
SESSION_ATTR_PREFIX - Static variable in class org.apache.cocoon.forms.formmodel.CaptchaField
 
SINGLE_SELECTION - Static variable in class org.apache.cocoon.forms.formmodel.tree.Tree
 
SUBMIT_ID_PARAMETER - Static variable in class org.apache.cocoon.forms.formmodel.Form
Form parameter containing the submit widget's id
SUGGESTED_LABEL_ATTR - Static variable in class org.apache.cocoon.forms.formmodel.Field
If the field was rendered as a suggestion-list and the user chose one of the suggestions, the field's value is the chosen item's value and the SUGGESTED_LABEL_ATTR field attribute contains the chosen item's label.
ScriptableWidget - class org.apache.cocoon.forms.flow.javascript.ScriptableWidget.
 
ScriptableWidget() - Constructor for class org.apache.cocoon.forms.flow.javascript.ScriptableWidget
 
ScriptableWidget(Object) - Constructor for class org.apache.cocoon.forms.flow.javascript.ScriptableWidget
 
SelectableWidget - interface org.apache.cocoon.forms.formmodel.SelectableWidget.
A Widget that can have a selection list.
SelectionList - interface org.apache.cocoon.forms.datatype.SelectionList.
Interface to be implemented by selection lists.
SelectionListBuilder - interface org.apache.cocoon.forms.datatype.SelectionListBuilder.
Builds SelectionLists from an XML description.
SelectionListFilter - class org.apache.cocoon.forms.generation.SelectionListFilter.
A filter for selection lists, that keeps only those items that start with a given filter value.
SelectionListFilter(String, ContentHandler) - Constructor for class org.apache.cocoon.forms.generation.SelectionListFilter
 
SetAttributeJXPathBinding - class org.apache.cocoon.forms.binding.SetAttributeJXPathBinding.
SetAttributeJXPathBinding provides an implementation of a Binding that sets a particular attribute to a fixed value upon save.
SetAttributeJXPathBinding(JXPathBindingBuilderBase.CommonAttributes, String, String) - Constructor for class org.apache.cocoon.forms.binding.SetAttributeJXPathBinding
Constructs SetAttributeJXPathBinding
SetAttributeJXPathBindingBuilder - class org.apache.cocoon.forms.binding.SetAttributeJXPathBindingBuilder.
SetAttributeJXPathBindingBuilder provides a helper class for the Factory implemented in JXPathBindingManager that helps construct the actual SetAttributeJXPathBinding out of the configuration in the provided configElement which looks like:
SetAttributeJXPathBindingBuilder() - Constructor for class org.apache.cocoon.forms.binding.SetAttributeJXPathBindingBuilder
 
SimpleFormula - class org.apache.cocoon.forms.formmodel.algorithms.SimpleFormula.
An xreported expression based algorithm.
SimpleFormula() - Constructor for class org.apache.cocoon.forms.formmodel.algorithms.SimpleFormula
 
SimpleFormulaBuilder - class org.apache.cocoon.forms.formmodel.algorithms.SimpleFormulaBuilder.
Builds a SimpleFormula algorithm.
SimpleFormulaBuilder() - Constructor for class org.apache.cocoon.forms.formmodel.algorithms.SimpleFormulaBuilder
 
SimpleRepeaterJXPathBinding - class org.apache.cocoon.forms.binding.SimpleRepeaterJXPathBinding.
Simple binding for repeaters: on save, first deletes the target data before recreating it from scratch.
SimpleRepeaterJXPathBinding(JXPathBindingBuilderBase.CommonAttributes, String, String, String, boolean, boolean, JXPathBindingBase) - Constructor for class org.apache.cocoon.forms.binding.SimpleRepeaterJXPathBinding
 
SimpleRepeaterJXPathBindingBuilder - class org.apache.cocoon.forms.binding.SimpleRepeaterJXPathBindingBuilder.
A simple repeater binding that will replace (i.e.
SimpleRepeaterJXPathBindingBuilder() - Constructor for class org.apache.cocoon.forms.binding.SimpleRepeaterJXPathBindingBuilder
 
SourceTreeModel - class org.apache.cocoon.forms.formmodel.tree.SourceTreeModel.
A TreeModel that builds a hierarchy of TraversableSources.
SourceTreeModel(SourceResolver, String) - Constructor for class org.apache.cocoon.forms.formmodel.tree.SourceTreeModel
 
SourceTreeModel(SourceTreeModelDefinition) - Constructor for class org.apache.cocoon.forms.formmodel.tree.SourceTreeModel
 
SourceTreeModelDefinition - class org.apache.cocoon.forms.formmodel.tree.SourceTreeModelDefinition.
Definition for SourceTreeModel
SourceTreeModelDefinition() - Constructor for class org.apache.cocoon.forms.formmodel.tree.SourceTreeModelDefinition
 
SourceTreeModelDefinitionBuilder - class org.apache.cocoon.forms.formmodel.tree.builder.SourceTreeModelDefinitionBuilder.
Builds a SourceTreeModel.
SourceTreeModelDefinitionBuilder() - Constructor for class org.apache.cocoon.forms.formmodel.tree.builder.SourceTreeModelDefinitionBuilder
 
StaticSelectionList - class org.apache.cocoon.forms.datatype.StaticSelectionList.
An implementation of a SelectionList.
StaticSelectionList(Datatype) - Constructor for class org.apache.cocoon.forms.datatype.StaticSelectionList
 
StaticSelectionList.SelectionListItem - class org.apache.cocoon.forms.datatype.StaticSelectionList.SelectionListItem.
 
StaticSelectionList.SelectionListItem(Object, XMLizable) - Constructor for class org.apache.cocoon.forms.datatype.StaticSelectionList.SelectionListItem
 
StaticSelectionList.SelectionListItem(Object, String) - Constructor for class org.apache.cocoon.forms.datatype.StaticSelectionList.SelectionListItem
 
StaticSelectionList.SelectionListItem(Object) - Constructor for class org.apache.cocoon.forms.datatype.StaticSelectionList.SelectionListItem
 
StringConvertorBuilder - interface org.apache.cocoon.forms.datatype.convertor.StringConvertorBuilder.
 
StringFunction - class org.apache.cocoon.forms.expression.StringFunction.
Converts argument to the string.
StringFunction() - Constructor for class org.apache.cocoon.forms.expression.StringFunction
 
StringMessage - class org.apache.cocoon.forms.util.StringMessage.
A string in an XMLizable form.
StringMessage(String) - Constructor for class org.apache.cocoon.forms.util.StringMessage
 
StringType - class org.apache.cocoon.forms.datatype.typeimpl.StringType.
A Datatype implementation for strings.
StringType() - Constructor for class org.apache.cocoon.forms.datatype.typeimpl.StringType
 
StringTypeBuilder - class org.apache.cocoon.forms.datatype.typeimpl.StringTypeBuilder.
Builds StringTypes.
StringTypeBuilder() - Constructor for class org.apache.cocoon.forms.datatype.typeimpl.StringTypeBuilder
 
Struct - class org.apache.cocoon.forms.formmodel.Struct.
Deprecated. replaced by Group
Struct(GroupDefinition) - Constructor for class org.apache.cocoon.forms.formmodel.Struct
Deprecated.  
StructDefinition - class org.apache.cocoon.forms.formmodel.StructDefinition.
Deprecated. replaced by GroupDefinition
StructDefinition() - Constructor for class org.apache.cocoon.forms.formmodel.StructDefinition
Deprecated.  
StructDefinitionBuilder - class org.apache.cocoon.forms.formmodel.StructDefinitionBuilder.
Deprecated. replaced by GroupDefinitionBuilder
StructDefinitionBuilder() - Constructor for class org.apache.cocoon.forms.formmodel.StructDefinitionBuilder
Deprecated.  
StructJXPathBinding - class org.apache.cocoon.forms.binding.StructJXPathBinding.
StructJXPathBinding provides an implementation of a Binding that narrows the context towards provided childbindings.
StructJXPathBinding(JXPathBindingBuilderBase.CommonAttributes, String, String, JXPathBindingBase[]) - Constructor for class org.apache.cocoon.forms.binding.StructJXPathBinding
Constructs StructJXPathBinding
StructJXPathBindingBuilder - class org.apache.cocoon.forms.binding.StructJXPathBindingBuilder.
StructJXPathBindingBuilder provides a helper class for the Factory implemented in JXPathBindingManager that helps construct the actual StructJXPathBinding out of the configuration in the provided configElement which looks like:
StructJXPathBindingBuilder() - Constructor for class org.apache.cocoon.forms.binding.StructJXPathBindingBuilder
 
Submit - class org.apache.cocoon.forms.formmodel.Submit.
A submit is an action that exits of the current form.
Submit(ActionDefinition, boolean) - Constructor for class org.apache.cocoon.forms.formmodel.Submit
 
SubmitDefinition - class org.apache.cocoon.forms.formmodel.SubmitDefinition.
Definition for a Submit.
SubmitDefinition() - Constructor for class org.apache.cocoon.forms.formmodel.SubmitDefinition
 
SubmitDefinitionBuilder - class org.apache.cocoon.forms.formmodel.SubmitDefinitionBuilder.
Builds a <fd:submit> widget.
SubmitDefinitionBuilder() - Constructor for class org.apache.cocoon.forms.formmodel.SubmitDefinitionBuilder
 
SuggestionListGenerator - class org.apache.cocoon.forms.generation.SuggestionListGenerator.
A generator for suggestion lists.
SuggestionListGenerator() - Constructor for class org.apache.cocoon.forms.generation.SuggestionListGenerator
 
SumFunction - class org.apache.cocoon.forms.expression.SumFunction.
Sum function.
SumFunction() - Constructor for class org.apache.cocoon.forms.expression.SumFunction
 
saveFormToModel(Widget, Object) - Method in class org.apache.cocoon.forms.binding.AbstractCustomBinding
Binding service method called upon saving.
saveFormToModel(Widget, Object) - Method in interface org.apache.cocoon.forms.binding.Binding
Saves the infortmation-elements to the objModel from the frmModel.
saveFormToModel(Widget, JXPathContext) - Method in class org.apache.cocoon.forms.binding.JXPathBindingBase
Redefines the Binding action as working on a JXPathContext Type rather then on generic objects.
saveFormToModel(Widget, Object) - Method in class org.apache.cocoon.forms.binding.JXPathBindingBase
Hooks up with the more generic Binding of any objectModel by wrapping it up in a JXPathContext object and then transfering control over to the new overloaded version of this method.
selectName - Variable in class org.apache.cocoon.forms.formmodel.RepeaterActionDefinition.InsertRowsActionDefinition
 
selectWidget(Widget, String) - Method in class org.apache.cocoon.forms.binding.JXPathBindingBase
Helper method that selects a child-widget with a given id from a parent.
selectionChanged(TreeSelectionEvent) - Method in class org.apache.cocoon.forms.event.WidgetEventMulticaster
 
selectionChanged(TreeSelectionEvent) - Method in class org.apache.cocoon.forms.event.impl.JavaScriptWidgetListener.JSTreeSelectionListener
 
selectionChanged(TreeSelectionEvent) - Method in interface org.apache.cocoon.forms.formmodel.tree.TreeSelectionListener
 
selectionList - Variable in class org.apache.cocoon.forms.formmodel.Field
Overrides selection list defined in FieldDefinition, if any.
service(ServiceManager) - Method in class org.apache.cocoon.forms.acting.AbstractFormsAction
 
service(ServiceManager) - Method in class org.apache.cocoon.forms.acting.MakeFormAction
 
service(ServiceManager) - Method in class org.apache.cocoon.forms.generation.SuggestionListGenerator
 
set(Object, Source, String) - Method in interface org.apache.cocoon.forms.CacheManager
Saves an object in the cache.
set(Object, Source, String) - Method in class org.apache.cocoon.forms.DefaultCacheManager
 
set(int, Object) - Method in class org.apache.cocoon.forms.util.RepeaterAsList
 
setActionCommand(String) - Method in class org.apache.cocoon.forms.formmodel.ActionDefinition
 
setActionCommand(String) - Method in class org.apache.cocoon.forms.formmodel.ImageMapDefinition
 
setAlgorithm(CalculatedFieldAlgorithm) - Method in class org.apache.cocoon.forms.formmodel.CalculatedFieldDefinition
 
setArrayType(boolean) - Method in class org.apache.cocoon.forms.datatype.typeimpl.AbstractDatatype
 
setAttribute(String, String) - Method in class org.apache.cocoon.forms.datatype.AbstractJavaSelectionList
 
setAttribute(String, String) - Method in interface org.apache.cocoon.forms.datatype.JavaSelectionList
 
setAttribute(String, Object) - Method in class org.apache.cocoon.forms.formmodel.AbstractWidget
 
setAttribute(String, Object) - Method in interface org.apache.cocoon.forms.formmodel.Widget
Sets an attribute on this widget.
setAttributes(Map) - Method in class org.apache.cocoon.forms.formmodel.AbstractWidgetDefinition
 
setAvalonContext(Context) - Method in class org.apache.cocoon.forms.DefaultFormManager
 
setBeanFactory(BeanFactory) - Method in class org.apache.cocoon.forms.binding.CustomJXPathBindingBuilder
 
setBeanFactory(BeanFactory) - Method in class org.apache.cocoon.forms.datatype.JavaSelectionListBuilder
 
setBeanFactory(BeanFactory) - Method in class org.apache.cocoon.forms.event.impl.JavaClassWidgetListenerBuilder
 
setBeanFactory(BeanFactory) - Method in class org.apache.cocoon.forms.formmodel.algorithms.JavaAlgorithmBuilder
 
setBeanFactory(BeanFactory) - Method in class org.apache.cocoon.forms.formmodel.tree.JavaTreeModelDefinition
 
setBeanFactory(BeanFactory) - Method in class org.apache.cocoon.forms.formmodel.tree.builder.JavaTreeModelDefinitionBuilder
 
setBeanFactory(BeanFactory) - Method in class org.apache.cocoon.forms.validation.impl.JavaClassValidatorBuilder
 
setBinding(EnhancedRepeaterJXPathBinding) - Method in interface org.apache.cocoon.forms.binding.RepeaterAdapter
 
setBinding(EnhancedRepeaterJXPathBinding) - Method in class org.apache.cocoon.forms.binding.RepeaterJXPathAdapter
 
setBindingBuilders(Map) - Method in class org.apache.cocoon.forms.binding.JXPathBindingManager
 
setBindingManager(JXPathBindingManager) - Method in class org.apache.cocoon.forms.binding.library.LibraryManagerImpl
 
setBuilder(DatatypeBuilder) - Method in class org.apache.cocoon.forms.datatype.typeimpl.AbstractDatatype
 
setCacheManager(CacheManager) - Method in class org.apache.cocoon.forms.DefaultFormManager
 
setCacheManager(CacheManager) - Method in class org.apache.cocoon.forms.binding.JXPathBindingManager
 
setCacheManager(CacheManager) - Method in class org.apache.cocoon.forms.binding.library.LibraryManagerImpl
 
setCacheManager(CacheManager) - Method in class org.apache.cocoon.forms.datatype.convertor.HtmlCleaningConvertorBuilder
 
setCacheManager(CacheManager) - Method in class org.apache.cocoon.forms.formmodel.library.LibraryManagerImpl
 
setCalculatedFieldAlgorithmBuilders(Map) - Method in class org.apache.cocoon.forms.formmodel.CalculatedFieldDefinitionBuilder
 
setCaseWidgetId(String) - Method in class org.apache.cocoon.forms.formmodel.UnionDefinition
 
setCollection(Collection) - Method in interface org.apache.cocoon.forms.binding.RepeaterAdapter
 
setCollection(Collection) - Method in class org.apache.cocoon.forms.binding.RepeaterJXPathAdapter
 
setCollection(Collection) - Method in interface org.apache.cocoon.forms.binding.RepeaterSorter
 
setCollection(RepeaterJXPathCollection) - Method in class org.apache.cocoon.forms.formmodel.EnhancedRepeater
 
setCombineExpression(Expression) - Method in class org.apache.cocoon.forms.formmodel.AggregateFieldDefinition
 
setCommonProperties(Element, AbstractWidgetDefinition) - Method in class org.apache.cocoon.forms.formmodel.AbstractWidgetDefinitionBuilder
 
setConfiguration(Element) - Method in interface org.apache.cocoon.forms.event.ConfigurableWidgetListener
Set the configuration Element
setConfiguration(Element) - Method in class org.apache.cocoon.forms.event.impl.RequiredControl
This method will be called with the Element node of its configuration
setConfiguration(Element) - Method in interface org.apache.cocoon.forms.validation.ConfigurableWidgetValidator
Set the configuration Element
setConfiguration(Element) - Method in class org.apache.cocoon.forms.validation.impl.AbstractJavaValidator
 
setContext(JXPathContext) - Method in class org.apache.cocoon.forms.binding.RepeaterItem
 
setConvertor(Convertor) - Method in class org.apache.cocoon.forms.datatype.typeimpl.AbstractDatatype
 
setConvertorBuilders(Map) - Method in class org.apache.cocoon.forms.datatype.typeimpl.AbstractDatatypeBuilder
 
setCreateListeners(Element, AbstractWidgetDefinition) - Method in class org.apache.cocoon.forms.formmodel.AbstractWidgetDefinitionBuilder
 
setCurrentMarker(int) - Method in class org.apache.cocoon.forms.formmodel.GoogleMapValue
 
setDatatype(Datatype) - Method in class org.apache.cocoon.forms.datatype.AbstractJavaSelectionList
 
setDatatype(Datatype) - Method in interface org.apache.cocoon.forms.datatype.JavaSelectionList
 
setDatatype(Datatype, Object) - Method in class org.apache.cocoon.forms.formmodel.AbstractDatatypeWidgetDefinition
 
setDatatypeBuilders(Map) - Method in class org.apache.cocoon.forms.datatype.DefaultDatatypeManager
 
setDatatypeManager(DatatypeManager) - Method in class org.apache.cocoon.forms.binding.JXPathBindingManager
 
setDatatypeManager(DatatypeManager) - Method in class org.apache.cocoon.forms.formmodel.AbstractWidgetDefinitionBuilder
 
setDefaultCalculatedFieldAlgorithmBuilder(String) - Method in class org.apache.cocoon.forms.formmodel.CalculatedFieldDefinitionBuilder
 
setDefaultConvertorName(String) - Method in class org.apache.cocoon.forms.datatype.typeimpl.AbstractDatatypeBuilder
 
setDefaultSelectionListBuilder(String) - Method in class org.apache.cocoon.forms.formmodel.AbstractDatatypeWidgetDefinitionBuilder
 
setDirectoryPatterns(List, List) - Method in class org.apache.cocoon.forms.formmodel.tree.SourceTreeModelDefinition
 
setDisplayData(Map) - Method in class org.apache.cocoon.forms.formmodel.AbstractWidgetDefinition
Sets the various display data for this widget.
setDisplayData(Element, AbstractWidgetDefinition) - Method in class org.apache.cocoon.forms.formmodel.AbstractWidgetDefinitionBuilder
 
setDocumentLocator(Locator) - Method in class org.apache.cocoon.forms.transformation.EffectPipe.BufferHandler
 
setDocumentLocator(Locator) - Method in class org.apache.cocoon.forms.transformation.EffectPipe
 
setEnclosingLibrary(Library) - Method in class org.apache.cocoon.forms.binding.AbstractCustomBinding
 
setEnclosingLibrary(Library) - Method in interface org.apache.cocoon.forms.binding.Binding
sets the library this binding is a part of
setEnclosingLibrary(Library) - Method in class org.apache.cocoon.forms.binding.JXPathBindingBase
 
setEnclosingLibrary(Library) - Method in class org.apache.cocoon.forms.formmodel.AbstractWidgetDefinition
 
setEnclosingLibrary(Library) - Method in interface org.apache.cocoon.forms.formmodel.WidgetDefinition
Sets the Library object containing this definition (should only be used by Library itself!)
setExactExpr(Expression) - Method in class org.apache.cocoon.forms.datatype.validationruleimpl.LengthValidationRule
 
setExactExpr(Expression) - Method in class org.apache.cocoon.forms.datatype.validationruleimpl.ValueCountValidationRule
 
setExpandsSelectedPath(boolean) - Method in class org.apache.cocoon.forms.formmodel.tree.Tree
 
setExpressionManager(ExpressionManager) - Method in class org.apache.cocoon.forms.datatype.validationruleimpl.AbstractValidationRuleBuilder
 
setExpressionManager(ExpressionManager) - Method in class org.apache.cocoon.forms.formmodel.AbstractWidgetDefinitionBuilder
 
setExpressionManager(ExpressionManager) - Method in class org.apache.cocoon.forms.formmodel.algorithms.SimpleFormulaBuilder
 
setFailMessage(XMLizable) - Method in class org.apache.cocoon.forms.datatype.validationruleimpl.AbstractValidationRule
Sets the failmessage to use for this validation rule, this will be used instead of the validation rules' built-in message.
setField(String) - Method in class org.apache.cocoon.forms.formmodel.RepeaterFilterFieldDefinition
 
setFilePatterns(List, List) - Method in class org.apache.cocoon.forms.formmodel.tree.SourceTreeModelDefinition
 
setFilter(String, Object) - Method in interface org.apache.cocoon.forms.binding.RepeaterFilter
 
setFilter(String, Object) - Method in class org.apache.cocoon.forms.formmodel.EnhancedRepeater
 
setFormHandler(FormHandler) - Method in class org.apache.cocoon.forms.formmodel.Form
 
setFormMethod(String) - Method in class org.apache.cocoon.forms.transformation.FormsPipelineConfig
Sets the form method to use in the generator/transformer that uses this.
setFormula(Expression) - Method in class org.apache.cocoon.forms.formmodel.algorithms.SimpleFormula
 
setFunctions(Map) - Method in class org.apache.cocoon.forms.expression.DefaultExpressionManager
 
setHandle(Object) - Method in class org.apache.cocoon.forms.binding.RepeaterItem
 
setId(String) - Method in class org.apache.cocoon.forms.formmodel.AbstractWidgetDefinition
 
setId(String) - Method in class org.apache.cocoon.forms.formmodel.Form
Set the optional id.
setImageURI(String) - Method in class org.apache.cocoon.forms.formmodel.ImageMap
 
setImageURI(String) - Method in class org.apache.cocoon.forms.formmodel.ImageMapDefinition
 
setInitialResult(Expression) - Method in class org.apache.cocoon.forms.formmodel.algorithms.RepeatedFormula
 
setInitialValue(Boolean) - Method in class org.apache.cocoon.forms.formmodel.BooleanFieldDefinition
 
setInitialValue(GoogleMapValue) - Method in class org.apache.cocoon.forms.formmodel.GoogleMapDefinition
 
setJXCollection(RepeaterJXPathCollection) - Method in interface org.apache.cocoon.forms.binding.RepeaterAdapter
 
setJXCollection(RepeaterJXPathCollection) - Method in class org.apache.cocoon.forms.binding.RepeaterJXPathAdapter
 
setJsfunction(Function) - Method in class org.apache.cocoon.forms.formmodel.algorithms.JavaScript
 
setLat(float) - Method in class org.apache.cocoon.forms.formmodel.GoogleMapMarker
 
setLat(float) - Method in class org.apache.cocoon.forms.formmodel.GoogleMapValue
 
setLength(int) - Method in class org.apache.cocoon.forms.formmodel.CaptchaFieldDefinition
 
setLenient(boolean) - Method in class org.apache.cocoon.forms.datatype.convertor.FormattingDateConvertor
 
setLenient(boolean) - Method in class org.apache.cocoon.forms.datatype.convertor.Icu4jDateConvertor
 
setLibraryManager(LibraryManagerImpl) - Method in class org.apache.cocoon.forms.binding.JXPathBindingManager
 
setLibraryManager(LibraryManager) - Method in class org.apache.cocoon.forms.formmodel.FormDefinitionBuilder
 
setLng(float) - Method in class org.apache.cocoon.forms.formmodel.GoogleMapMarker
 
setLng(float) - Method in class org.apache.cocoon.forms.formmodel.GoogleMapValue
 
setLocalLibrary(Library) - Method in class org.apache.cocoon.forms.binding.BindingBuilderContext
 
setLocale(Locale) - Method in class org.apache.cocoon.forms.transformation.FormsPipelineConfig
 
setLocale(Locale) - Method in class org.apache.cocoon.forms.util.XMLAdapter
Set the locale used for conversion between XML data and Java objects
setLocation(Location) - Method in class org.apache.cocoon.forms.formmodel.AbstractWidgetDefinition
 
setMarkers(List) - Method in class org.apache.cocoon.forms.formmodel.GoogleMapValue
 
setMaxExpr(Expression) - Method in class org.apache.cocoon.forms.datatype.validationruleimpl.LengthValidationRule
 
setMaxExpr(Expression) - Method in class org.apache.cocoon.forms.datatype.validationruleimpl.RangeValidationRule
 
setMaxExpr(Expression) - Method in class org.apache.cocoon.forms.datatype.validationruleimpl.ValueCountValidationRule
 
setMinExpr(Expression) - Method in class org.apache.cocoon.forms.datatype.validationruleimpl.LengthValidationRule
 
setMinExpr(Expression) - Method in class org.apache.cocoon.forms.datatype.validationruleimpl.RangeValidationRule
 
setMinExpr(Expression) - Method in class org.apache.cocoon.forms.datatype.validationruleimpl.ValueCountValidationRule
 
setModel(TreeModel) - Method in class org.apache.cocoon.forms.formmodel.tree.Tree
 
setModelBeanRef(String) - Method in class org.apache.cocoon.forms.formmodel.tree.JavaTreeModelDefinition
 
setModelDefinition(TreeModelDefinition) - Method in class org.apache.cocoon.forms.formmodel.tree.TreeDefinition
 
setNonLocalizedPattern(String) - Method in class org.apache.cocoon.forms.datatype.convertor.FormattingDateConvertor
 
setNonLocalizedPattern(String) - Method in class org.apache.cocoon.forms.datatype.convertor.FormattingDecimalConvertor
 
setNonLocalizedPattern(String) - Method in class org.apache.cocoon.forms.datatype.convertor.Icu4jDateConvertor
 
setNullable(boolean) - Method in class org.apache.cocoon.forms.datatype.AbstractJavaSelectionList
 
setNullable(boolean) - Method in interface org.apache.cocoon.forms.datatype.JavaSelectionList
 
setObjectModel(Map) - Method in class org.apache.cocoon.forms.util.FOM_SimpleCocoon
 
setPageSize(int) - Method in class org.apache.cocoon.forms.formmodel.EnhancedRepeater
 
setParent(Binding) - Method in class org.apache.cocoon.forms.binding.AbstractCustomBinding
Sets parent binding.
setParent(Binding) - Method in interface org.apache.cocoon.forms.binding.Binding
Sets parent binding.
setParent(Binding) - Method in class org.apache.cocoon.forms.binding.JXPathBindingBase
Sets parent binding.
setParent(Widget) - Method in class org.apache.cocoon.forms.formmodel.AbstractWidget
Sets the parent-widget of this widget.
setParent(WidgetDefinition) - Method in class org.apache.cocoon.forms.formmodel.AbstractWidgetDefinition
Sets the parent of this definition
setParent(Widget) - Method in interface org.apache.cocoon.forms.formmodel.Widget
This method is called on a widget when it is added to a container.
setParent(WidgetDefinition) - Method in interface org.apache.cocoon.forms.formmodel.WidgetDefinition
Sets the parent of this definition.
setParser(SAXParser) - Method in class org.apache.cocoon.forms.DefaultFormManager
 
setParser(SAXParser) - Method in class org.apache.cocoon.forms.binding.JXPathBindingManager
 
setParser(SAXParser) - Method in class org.apache.cocoon.forms.binding.library.LibraryManagerImpl
 
setParser(SAXParser) - Method in class org.apache.cocoon.forms.datatype.DefaultSelectionListBuilder
 
setParser(SAXParser) - Method in class org.apache.cocoon.forms.formmodel.library.LibraryManagerImpl
 
setPlainConvertorName(String) - Method in class org.apache.cocoon.forms.datatype.typeimpl.AbstractDatatypeBuilder
 
setProcessInfoProvider(ProcessInfoProvider) - Method in class org.apache.cocoon.forms.binding.JavaScriptJXPathBindingBuilder
 
setProcessInfoProvider(ProcessInfoProvider) - Method in class org.apache.cocoon.forms.datatype.DefaultSelectionListBuilder
 
setProcessInfoProvider(ProcessInfoProvider) - Method in class org.apache.cocoon.forms.datatype.FlowJXPathSelectionListBuilder
 
setProcessInfoProvider(ProcessInfoProvider) - Method in class org.apache.cocoon.forms.datatype.JavaScriptSelectionListBuilder
 
setProcessInfoProvider(ProcessInfoProvider) - Method in class org.apache.cocoon.forms.event.impl.JavaScriptWidgetListenerBuilder
 
setProcessInfoProvider(ProcessInfoProvider) - Method in class org.apache.cocoon.forms.formmodel.AbstractDatatypeWidgetDefinition
 
setProcessInfoProvider(ProcessInfoProvider) - Method in class org.apache.cocoon.forms.formmodel.AbstractDatatypeWidgetDefinitionBuilder
 
setProcessInfoProvider(ProcessInfoProvider) - Method in class org.apache.cocoon.forms.validation.impl.JavaScriptValidatorBuilder
 
setRepeatOn(String) - Method in class org.apache.cocoon.forms.formmodel.algorithms.RepeatedFormula
 
setRepeaterName(String) - Method in class org.apache.cocoon.forms.formmodel.RepeaterFilterFieldDefinition
 
setRequired(boolean) - Method in class org.apache.cocoon.forms.formmodel.BooleanFieldDefinition
 
setRequired(boolean) - Method in class org.apache.cocoon.forms.formmodel.Field
 
setRequired(boolean) - Method in class org.apache.cocoon.forms.formmodel.FieldDefinition
 
setRequired(boolean) - Method in class org.apache.cocoon.forms.formmodel.MultiValueFieldDefinition
 
setRequired(boolean) - Method in class org.apache.cocoon.forms.formmodel.UploadDefinition
 
setRootSource(TraversableSource) - Method in class org.apache.cocoon.forms.formmodel.tree.SourceTreeModel
 
setRootURL(String) - Method in class org.apache.cocoon.forms.formmodel.tree.SourceTreeModel
 
setRootVisible(boolean) - Method in class org.apache.cocoon.forms.formmodel.tree.Tree
 
setRootVisible(boolean) - Method in class org.apache.cocoon.forms.formmodel.tree.TreeDefinition
 
setRow(Repeater.RepeaterRow) - Method in class org.apache.cocoon.forms.binding.RepeaterItem
 
setSaxFragment(SaxBuffer) - Method in class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.StylingContentHandler
 
setSelectionList(SelectionList) - Method in class org.apache.cocoon.forms.formmodel.AbstractDatatypeWidgetDefinition
 
setSelectionList(SelectionList) - Method in class org.apache.cocoon.forms.formmodel.Field
Set this field's selection list.
setSelectionList(String) - Method in class org.apache.cocoon.forms.formmodel.Field
Read this field's selection list from an external source.
setSelectionList(Object, String, String) - Method in class org.apache.cocoon.forms.formmodel.Field
Set this field's selection list using values from an in-memory object.
setSelectionList(SelectionList) - Method in class org.apache.cocoon.forms.formmodel.MultiValueField
Set this field's selection list.
setSelectionList(String) - Method in class org.apache.cocoon.forms.formmodel.MultiValueField
Read this field's selection list from an external source.
setSelectionList(Object, String, String) - Method in class org.apache.cocoon.forms.formmodel.MultiValueField
Set this field's selection list using values from an in-memory object.
setSelectionList(SelectionList) - Method in interface org.apache.cocoon.forms.formmodel.SelectableWidget
Set the widget's selection list given a SelectionList.
setSelectionList(String) - Method in interface org.apache.cocoon.forms.formmodel.SelectableWidget
Set the widget's selection list given a source URI where the list will be read from.
setSelectionList(Object, String, String) - Method in interface org.apache.cocoon.forms.formmodel.SelectableWidget
Set the widgdet's selection given an object and XPath expressions.
setSelectionListBuilders(Map) - Method in class org.apache.cocoon.forms.formmodel.AbstractDatatypeWidgetDefinitionBuilder
 
setSelectionModel(int) - Method in class org.apache.cocoon.forms.formmodel.tree.Tree
 
setSelectionModel(int) - Method in class org.apache.cocoon.forms.formmodel.tree.TreeDefinition
 
setSelectionPath(TreePath) - Method in class org.apache.cocoon.forms.formmodel.tree.Tree
 
setSelectionPaths(TreePath[]) - Method in class org.apache.cocoon.forms.formmodel.tree.Tree
 
setSourceResolver(SourceResolver) - Method in class org.apache.cocoon.forms.DefaultFormManager
 
setSourceResolver(SourceResolver) - Method in class org.apache.cocoon.forms.binding.InsertNodeJXPathBindingBuilder
 
setSourceResolver(SourceResolver) - Method in class org.apache.cocoon.forms.binding.JXPathBindingManager
 
setSourceResolver(SourceResolver) - Method in class org.apache.cocoon.forms.binding.library.LibraryManagerImpl
 
setSourceResolver(SourceResolver) - Method in class org.apache.cocoon.forms.datatype.DefaultSelectionListBuilder
 
setSourceResolver(SourceResolver) - Method in class org.apache.cocoon.forms.datatype.convertor.HtmlCleaningConvertorBuilder
 
setSourceResolver(SourceResolver) - Method in class org.apache.cocoon.forms.formmodel.AbstractDatatypeWidgetDefinition
 
setSourceResolver(SourceResolver) - Method in class org.apache.cocoon.forms.formmodel.AbstractDatatypeWidgetDefinitionBuilder
 
setSourceResolver(SourceResolver) - Method in class org.apache.cocoon.forms.formmodel.library.LibraryManagerImpl
 
setSourceResolver(SourceResolver) - Method in class org.apache.cocoon.forms.formmodel.tree.SourceTreeModelDefinition
 
setSourceResolver(SourceResolver) - Method in class org.apache.cocoon.forms.formmodel.tree.builder.SourceTreeModelDefinitionBuilder
 
setSourceURI(String) - Method in class org.apache.cocoon.forms.binding.library.Library
 
setSourceURI(String) - Method in class org.apache.cocoon.forms.formmodel.library.Library
 
setSplitFailMessage(XMLizable) - Method in class org.apache.cocoon.forms.formmodel.AggregateFieldDefinition
 
setSplitPattern(Pattern, String) - Method in class org.apache.cocoon.forms.formmodel.AggregateFieldDefinition
 
setState(WidgetState) - Method in class org.apache.cocoon.forms.formmodel.AbstractWidget
 
setState(WidgetState) - Method in class org.apache.cocoon.forms.formmodel.AbstractWidgetDefinition
 
setState(WidgetState) - Method in interface org.apache.cocoon.forms.formmodel.Widget
Set the widget's own state.
setStyle(int) - Method in class org.apache.cocoon.forms.datatype.convertor.FormattingDateConvertor
 
setStyle(int) - Method in class org.apache.cocoon.forms.datatype.convertor.Icu4jDateConvertor
 
setSubmitWidget(Widget) - Method in class org.apache.cocoon.forms.formmodel.Form
Set the widget that triggered the current form processing.
setSuggestionLabel(String) - Method in class org.apache.cocoon.forms.formmodel.Field
Set the suggestion label associated to the widget's current value.
setSuggestionList(SelectionList) - Method in class org.apache.cocoon.forms.formmodel.FieldDefinition
 
setSuperBinding(Binding) - Method in class org.apache.cocoon.forms.binding.BindingBuilderContext
 
setSuperDefinition(WidgetDefinition) - Method in class org.apache.cocoon.forms.formmodel.WidgetDefinitionBuilderContext
 
setText(XMLizable) - Method in class org.apache.cocoon.forms.formmodel.GoogleMapMarker
 
setTimeStyle(int) - Method in class org.apache.cocoon.forms.datatype.convertor.FormattingDateConvertor
Sets the style for times, if not specified it defaults to the same style as for dates.
setTreeModelDefinitionBuilders(Map) - Method in class org.apache.cocoon.forms.formmodel.tree.builder.TreeDefinitionBuilder
 
setTrueParamValue(String) - Method in class org.apache.cocoon.forms.formmodel.BooleanFieldDefinition
 
setTypedWidget(String, Attributes, Class, String) - Method in class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe
Set typed widget by the id attribute
setURL(String) - Method in class org.apache.cocoon.forms.formmodel.tree.SourceTreeModelDefinition
 
setUsermarker(GoogleMapMarker) - Method in class org.apache.cocoon.forms.formmodel.GoogleMapValue
 
setValidateForm(boolean) - Method in class org.apache.cocoon.forms.formmodel.SubmitDefinition
 
setValidationError(ValidationError) - Method in class org.apache.cocoon.forms.formmodel.BooleanField
Set a validation error on this field.
setValidationError(ValidationError) - Method in class org.apache.cocoon.forms.formmodel.Field
Set a validation error on this field.
setValidationError(ValidationError) - Method in class org.apache.cocoon.forms.formmodel.Form
set a validation error
setValidationError(ValidationError) - Method in class org.apache.cocoon.forms.formmodel.MultiValueField
 
setValidationError(ValidationError) - Method in class org.apache.cocoon.forms.formmodel.Repeater
set a validation error
setValidationError(ValidationError) - Method in class org.apache.cocoon.forms.formmodel.Upload
Set a validation error on this field.
setValidationError(ValidationError) - Method in interface org.apache.cocoon.forms.validation.ValidationErrorAware
 
setValidatorRuleBuilders(Map) - Method in class org.apache.cocoon.forms.datatype.DefaultDatatypeManager
 
setValidators(Element, AbstractWidgetDefinition) - Method in class org.apache.cocoon.forms.formmodel.AbstractWidgetDefinitionBuilder
 
setValue(Object) - Method in class org.apache.cocoon.forms.formmodel.AbstractWidget
 
setValue(Object) - Method in class org.apache.cocoon.forms.formmodel.AggregateField
 
setValue(Object) - Method in class org.apache.cocoon.forms.formmodel.BooleanField
Sets value of the field.
setValue(Object) - Method in class org.apache.cocoon.forms.formmodel.Field
 
setValue(Object) - Method in class org.apache.cocoon.forms.formmodel.GoogleMap
Sets value of the field.
setValue(Object) - Method in class org.apache.cocoon.forms.formmodel.ImageMap
 
setValue(Object) - Method in class org.apache.cocoon.forms.formmodel.MultiValueField
 
setValue(Object) - Method in class org.apache.cocoon.forms.formmodel.Output
 
setValue(Object) - Method in class org.apache.cocoon.forms.formmodel.Upload
 
setValue(Object) - Method in interface org.apache.cocoon.forms.formmodel.Widget
Sets the value of this widget.
setValues(Object[]) - Method in class org.apache.cocoon.forms.formmodel.MultiValueField
 
setVariant(String) - Method in class org.apache.cocoon.forms.datatype.convertor.FormattingDateConvertor
 
setVariant(int) - Method in class org.apache.cocoon.forms.datatype.convertor.FormattingDecimalConvertor
 
setVariant(String) - Method in class org.apache.cocoon.forms.datatype.convertor.Icu4jDateConvertor
 
setWhitespaceTrim(Whitespace) - Method in class org.apache.cocoon.forms.formmodel.FieldDefinition
 
setWidget(String, Attributes) - Method in class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe
Set the widget by the id attribute
setWidget(String, String) - Method in class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe
Set the widget by its path
setWidgetDefinitionBuilderSelector(Map) - Method in class org.apache.cocoon.forms.formmodel.library.Library
 
setWidgetDefinitionBuilders(Map) - Method in class org.apache.cocoon.forms.DefaultFormManager
 
setWidgetDefinitionBuilders(Map) - Method in class org.apache.cocoon.forms.formmodel.AbstractWidgetDefinitionBuilder
 
setWidgetDefinitionBuilders(Map) - Method in class org.apache.cocoon.forms.formmodel.library.LibraryManagerImpl
 
setWidgetListenerBuilders(Map) - Method in class org.apache.cocoon.forms.formmodel.AbstractWidgetDefinitionBuilder
 
setWidgetValidatorBuilders(Map) - Method in class org.apache.cocoon.forms.formmodel.AbstractWidgetDefinitionBuilder
 
setXmlizer(XMLizer) - Method in class org.apache.cocoon.forms.datatype.DefaultSelectionListBuilder
 
setXmlizer(XMLizer) - Method in class org.apache.cocoon.forms.formmodel.AbstractDatatypeWidgetDefinition
 
setXmlizer(XMLizer) - Method in class org.apache.cocoon.forms.formmodel.AbstractDatatypeWidgetDefinitionBuilder
 
setXpath(String) - Method in class org.apache.cocoon.forms.binding.AbstractCustomBinding
 
setXpathProcessor(XPathProcessor) - Method in class org.apache.cocoon.forms.binding.InsertNodeJXPathBindingBuilder
 
setZoom(int) - Method in class org.apache.cocoon.forms.formmodel.GoogleMapValue
 
setup(Element, AbstractBaseAlgorithm) - Method in class org.apache.cocoon.forms.formmodel.algorithms.AbstractBaseAlgorithmBuilder
 
setup(SourceResolver, Map, String, Parameters) - Method in class org.apache.cocoon.forms.generation.FormsGenerator
 
setup(SourceResolver, Map, String, Parameters) - Method in class org.apache.cocoon.forms.generation.SuggestionListGenerator
 
setup(SourceResolver, Map, String, Parameters) - Method in class org.apache.cocoon.forms.transformation.FormsTemplateTransformer
 
setupContainer(Element, String, AbstractContainerDefinition, WidgetDefinitionBuilderContext) - Method in class org.apache.cocoon.forms.formmodel.AbstractContainerDefinitionBuilder
 
setupDefinition(Element, AbstractDatatypeWidgetDefinition, WidgetDefinitionBuilderContext) - Method in class org.apache.cocoon.forms.formmodel.AbstractDatatypeWidgetDefinitionBuilder
 
setupDefinition(Element, AbstractDatatypeWidgetDefinition, WidgetDefinitionBuilderContext, boolean) - Method in class org.apache.cocoon.forms.formmodel.AbstractDatatypeWidgetDefinitionBuilder
 
setupDefinition(Element, AbstractWidgetDefinition, WidgetDefinitionBuilderContext) - Method in class org.apache.cocoon.forms.formmodel.AbstractWidgetDefinitionBuilder
 
setupDefinition(Element, ActionDefinition, WidgetDefinitionBuilderContext) - Method in class org.apache.cocoon.forms.formmodel.ActionDefinitionBuilder
 
setupDefinition(Element, AggregateFieldDefinition, WidgetDefinitionBuilderContext) - Method in class org.apache.cocoon.forms.formmodel.AggregateFieldDefinitionBuilder
 
setupDefinition(Element, CalculatedFieldDefinition, WidgetDefinitionBuilderContext) - Method in class org.apache.cocoon.forms.formmodel.CalculatedFieldDefinitionBuilder
 
setupDefinition(Element, FieldDefinition, WidgetDefinitionBuilderContext) - Method in class org.apache.cocoon.forms.formmodel.CaptchaDefinitionBuilder
 
setupDefinition(Element, FieldDefinition, WidgetDefinitionBuilderContext) - Method in class org.apache.cocoon.forms.formmodel.FieldDefinitionBuilder
 
setupDefinition(Element, ImageMapDefinition, WidgetDefinitionBuilderContext) - Method in class org.apache.cocoon.forms.formmodel.ImageMapDefinitionBuilder
 
setupDefinition(Element, RepeaterFilterFieldDefinition, WidgetDefinitionBuilderContext) - Method in class org.apache.cocoon.forms.formmodel.RepeaterFilterFieldDefinitionBuilder
 
setupDefinition(Element, TreeDefinition, WidgetDefinitionBuilderContext) - Method in class org.apache.cocoon.forms.formmodel.tree.builder.TreeDefinitionBuilder
 
setupExpression(String) - Method in class org.apache.cocoon.forms.formmodel.algorithms.SimpleFormulaBuilder
 
setupExpression(String, SimpleFormula) - Method in class org.apache.cocoon.forms.formmodel.algorithms.SimpleFormulaBuilder
 
setupTriggers(Element, AbstractBaseAlgorithm) - Method in class org.apache.cocoon.forms.formmodel.algorithms.AbstractBaseAlgorithmBuilder
 
setupTriggers(String, AbstractBaseAlgorithm) - Method in class org.apache.cocoon.forms.formmodel.algorithms.AbstractBaseAlgorithmBuilder
 
shared - Variable in class org.apache.cocoon.forms.binding.library.Library
 
shared - Variable in class org.apache.cocoon.forms.formmodel.library.Library
 
shouldDisplay(RepeaterItem) - Method in interface org.apache.cocoon.forms.binding.RepeaterFilter
 
size() - Method in class org.apache.cocoon.forms.formmodel.WidgetDefinitionList
 
size() - Method in class org.apache.cocoon.forms.util.RepeaterAsList
 
skippedEntity(String) - Method in class org.apache.cocoon.forms.datatype.DynamicSelectionList.SelectionListHandler
 
skippedEntity(String) - Method in class org.apache.cocoon.forms.transformation.EffectPipe.BufferHandler
 
skippedEntity(String) - Method in class org.apache.cocoon.forms.transformation.EffectPipe.CopyHandler
 
skippedEntity(String) - Method in class org.apache.cocoon.forms.transformation.EffectPipe.ErrorHandler
 
skippedEntity(String) - Method in interface org.apache.cocoon.forms.transformation.EffectPipe.Handler
 
skippedEntity(String) - Method in class org.apache.cocoon.forms.transformation.EffectPipe.NullHandler
 
skippedEntity(String) - Method in class org.apache.cocoon.forms.transformation.EffectPipe
 
sortBy(String) - Method in interface org.apache.cocoon.forms.binding.RepeaterAdapter
 
sortBy(String) - Method in class org.apache.cocoon.forms.binding.RepeaterJXPathAdapter
 
sortBy(String) - Method in class org.apache.cocoon.forms.binding.RepeaterJXPathCollection
 
sortBy(String) - Method in class org.apache.cocoon.forms.formmodel.EnhancedRepeater
 
sourceURI - Variable in class org.apache.cocoon.forms.binding.library.Library
 
sourceURI - Variable in class org.apache.cocoon.forms.formmodel.library.Library
 
splitFailMessage - Variable in class org.apache.cocoon.forms.formmodel.AggregateFieldDefinition
Message to be displayed when the splitPattern does not match what the user entered.
startCDATA() - Method in class org.apache.cocoon.forms.datatype.DynamicSelectionList.SelectionListHandler
 
startCDATA() - Method in class org.apache.cocoon.forms.transformation.EffectPipe.BufferHandler
 
startCDATA() - Method in class org.apache.cocoon.forms.transformation.EffectPipe.CopyHandler
 
startCDATA() - Method in class org.apache.cocoon.forms.transformation.EffectPipe.ErrorHandler
 
startCDATA() - Method in interface org.apache.cocoon.forms.transformation.EffectPipe.Handler
 
startCDATA() - Method in class org.apache.cocoon.forms.transformation.EffectPipe.NullHandler
 
startCDATA() - Method in class org.apache.cocoon.forms.transformation.EffectPipe
 
startDTD(String, String, String) - Method in class org.apache.cocoon.forms.datatype.DynamicSelectionList.SelectionListHandler
 
startDTD(String, String, String) - Method in class org.apache.cocoon.forms.transformation.EffectPipe.BufferHandler
 
startDTD(String, String, String) - Method in class org.apache.cocoon.forms.transformation.EffectPipe.CopyHandler
 
startDTD(String, String, String) - Method in class org.apache.cocoon.forms.transformation.EffectPipe.ErrorHandler
 
startDTD(String, String, String) - Method in interface org.apache.cocoon.forms.transformation.EffectPipe.Handler
 
startDTD(String, String, String) - Method in class org.apache.cocoon.forms.transformation.EffectPipe.NullHandler
 
startDTD(String, String, String) - Method in class org.apache.cocoon.forms.transformation.EffectPipe
 
startDocument() - Method in class org.apache.cocoon.forms.datatype.DynamicSelectionList.SelectionListHandler
 
startDocument() - Method in class org.apache.cocoon.forms.transformation.EffectPipe.BufferHandler
 
startDocument() - Method in class org.apache.cocoon.forms.transformation.EffectPipe.CopyHandler
 
startDocument() - Method in class org.apache.cocoon.forms.transformation.EffectPipe.ErrorHandler
 
startDocument() - Method in interface org.apache.cocoon.forms.transformation.EffectPipe.Handler
 
startDocument() - Method in class org.apache.cocoon.forms.transformation.EffectPipe.NullHandler
 
startDocument() - Method in class org.apache.cocoon.forms.transformation.EffectPipe
 
startElement(String, String, String, Attributes) - Method in class org.apache.cocoon.forms.datatype.DynamicSelectionList.SelectionListHandler
 
startElement(String, String, String, Attributes) - Method in class org.apache.cocoon.forms.generation.SelectionListFilter
 
startElement(String, String, String, Attributes) - Method in class org.apache.cocoon.forms.transformation.EffectPipe.BufferHandler
 
startElement(String, String, String, Attributes) - Method in class org.apache.cocoon.forms.transformation.EffectPipe.CopyHandler
 
startElement(String, String, String, Attributes) - Method in class org.apache.cocoon.forms.transformation.EffectPipe.ErrorHandler
 
startElement(String, String, String, Attributes) - Method in interface org.apache.cocoon.forms.transformation.EffectPipe.Handler
 
startElement(String, String, String, Attributes) - Method in class org.apache.cocoon.forms.transformation.EffectPipe.NullHandler
 
startElement(String, String, String, Attributes) - Method in class org.apache.cocoon.forms.transformation.EffectPipe
 
startElement(String, String, String, Attributes) - Method in class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.ChooseHandler
 
startElement(String, String, String, Attributes) - Method in class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.ClassHandler
 
startElement(String, String, String, Attributes) - Method in class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.ContinuationIdHandler
 
startElement(String, String, String, Attributes) - Method in class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.FormHandler
 
startElement(String, String, String, Attributes) - Method in class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.GroupHandler
 
startElement(String, String, String, Attributes) - Method in class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.NewHandler
 
startElement(String, String, String, Attributes) - Method in class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.RepeaterHandler
 
startElement(String, String, String, Attributes) - Method in class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.RepeaterRowsHandler
 
startElement(String, String, String, Attributes) - Method in class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.RepeaterSizeHandler
 
startElement(String, String, String, Attributes) - Method in class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.RepeaterWidgetHandler
 
startElement(String, String, String, Attributes) - Method in class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.RepeaterWidgetLabelHandler
 
startElement(String, String, String, Attributes) - Method in class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.SkipHandler
 
startElement(String, String, String, Attributes) - Method in class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.StylingContentHandler
 
startElement(String, String, String, Attributes) - Method in class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.ValidationErrorHandler
 
startElement(String, String, String, Attributes) - Method in class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.WidgetHandler
 
startElement(String, String, String, Attributes) - Method in class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.WidgetLabelHandler
 
startElement(String, String, String, Attributes) - Method in class org.apache.cocoon.forms.util.XMLAdapter
Receive notification of the beginning of an element.
startEntity(String) - Method in class org.apache.cocoon.forms.datatype.DynamicSelectionList.SelectionListHandler
 
startEntity(String) - Method in class org.apache.cocoon.forms.transformation.EffectPipe.BufferHandler
 
startEntity(String) - Method in class org.apache.cocoon.forms.transformation.EffectPipe.CopyHandler
 
startEntity(String) - Method in class org.apache.cocoon.forms.transformation.EffectPipe.ErrorHandler
 
startEntity(String) - Method in interface org.apache.cocoon.forms.transformation.EffectPipe.Handler
 
startEntity(String) - Method in class org.apache.cocoon.forms.transformation.EffectPipe.NullHandler
 
startEntity(String) - Method in class org.apache.cocoon.forms.transformation.EffectPipe
 
startForm(Form, Map) - Method in class org.apache.cocoon.forms.generation.JXMacrosHelper
 
startPrefixMapping(String, String) - Method in class org.apache.cocoon.forms.datatype.DynamicSelectionList.SelectionListHandler
 
startPrefixMapping(String, String) - Method in class org.apache.cocoon.forms.transformation.EffectPipe.BufferHandler
 
startPrefixMapping(String, String) - Method in class org.apache.cocoon.forms.transformation.EffectPipe.CopyHandler
 
startPrefixMapping(String, String) - Method in class org.apache.cocoon.forms.transformation.EffectPipe.ErrorHandler
 
startPrefixMapping(String, String) - Method in interface org.apache.cocoon.forms.transformation.EffectPipe.Handler
 
startPrefixMapping(String, String) - Method in class org.apache.cocoon.forms.transformation.EffectPipe.NullHandler
 
startPrefixMapping(String, String) - Method in class org.apache.cocoon.forms.transformation.EffectPipe
 
startPrefixMapping(String, String) - Method in class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe
Process the SAX event.
stateForName(String) - Static method in class org.apache.cocoon.forms.formmodel.WidgetState
Get a state given its name.
store(Object) - Method in interface org.apache.cocoon.forms.datatype.convertor.Convertor.FormatCache
 
store(Object) - Method in class org.apache.cocoon.forms.datatype.convertor.DefaultFormatCache
 
stricterThan(WidgetState) - Method in class org.apache.cocoon.forms.formmodel.WidgetState
Test if the current state is stricter than another one.
strictest(WidgetState, WidgetState) - Static method in class org.apache.cocoon.forms.formmodel.WidgetState
Determine the strictest of two states.
supportsType(Class, boolean) - Method in interface org.apache.cocoon.forms.datatype.ValidationRule
Returns true if this ValidationRule supports validating objects of the same class as the one specified.
supportsType(Class, boolean) - Method in class org.apache.cocoon.forms.datatype.validationruleimpl.AssertValidationRule
 
supportsType(Class, boolean) - Method in class org.apache.cocoon.forms.datatype.validationruleimpl.EmailValidationRule
 
supportsType(Class, boolean) - Method in class org.apache.cocoon.forms.datatype.validationruleimpl.LengthValidationRule
 
supportsType(Class, boolean) - Method in class org.apache.cocoon.forms.datatype.validationruleimpl.Mod10ValidationRule
 
supportsType(Class, boolean) - Method in class org.apache.cocoon.forms.datatype.validationruleimpl.RangeValidationRule
 
supportsType(Class, boolean) - Method in class org.apache.cocoon.forms.datatype.validationruleimpl.RegExpValidationRule
 
supportsType(Class, boolean) - Method in class org.apache.cocoon.forms.datatype.validationruleimpl.ValueCountValidationRule
 

T

TEMPLATE_NS - Static variable in class org.apache.cocoon.forms.FormsConstants
Namespace for Template elements
TEMPLATE_PREFIX - Static variable in class org.apache.cocoon.forms.FormsConstants
 
TEMPLATE_PREFIX_COLON - Static variable in class org.apache.cocoon.forms.FormsConstants
 
TEXT_EL - Static variable in class org.apache.cocoon.forms.datatype.EnumSelectionList
 
TIME - Static variable in class org.apache.cocoon.forms.datatype.convertor.FormattingDateConvertor
 
TIME - Static variable in class org.apache.cocoon.forms.datatype.convertor.Icu4jDateConvertor
 
TRIM - Static variable in class org.apache.cocoon.forms.formmodel.Whitespace
 
TRIM_END - Static variable in class org.apache.cocoon.forms.formmodel.Whitespace
 
TRIM_START - Static variable in class org.apache.cocoon.forms.formmodel.Whitespace
 
TempRepeaterJXPathBinding - class org.apache.cocoon.forms.binding.TempRepeaterJXPathBinding.
Experimental simple binding for repeaters: on save, first deletes the target data before recreating it from scratch.
TempRepeaterJXPathBinding(JXPathBindingBuilderBase.CommonAttributes, String, String, String, String, boolean, boolean, boolean, JXPathBindingBase, JXPathBindingBase) - Constructor for class org.apache.cocoon.forms.binding.TempRepeaterJXPathBinding
 
TempRepeaterJXPathBindingBuilder - class org.apache.cocoon.forms.binding.TempRepeaterJXPathBindingBuilder.
An experimental simple repeater binding that will replace (i.e.
TempRepeaterJXPathBindingBuilder() - Constructor for class org.apache.cocoon.forms.binding.TempRepeaterJXPathBindingBuilder
 
Tree - class org.apache.cocoon.forms.formmodel.tree.Tree.
A tree widget, heavily inspired by Swing's JTree.
Tree(TreeDefinition) - Constructor for class org.apache.cocoon.forms.formmodel.tree.Tree
 
Tree.ActionHandler - interface org.apache.cocoon.forms.formmodel.tree.Tree.ActionHandler.
 
TreeDefinition - class org.apache.cocoon.forms.formmodel.tree.TreeDefinition.
Definition of a Tree widget.
TreeDefinition() - Constructor for class org.apache.cocoon.forms.formmodel.tree.TreeDefinition
 
TreeDefinitionBuilder - class org.apache.cocoon.forms.formmodel.tree.builder.TreeDefinitionBuilder.
Builds a Tree.
TreeDefinitionBuilder() - Constructor for class org.apache.cocoon.forms.formmodel.tree.builder.TreeDefinitionBuilder
 
TreeModel - interface org.apache.cocoon.forms.formmodel.tree.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.
TreeModelDefinition - interface org.apache.cocoon.forms.formmodel.tree.TreeModelDefinition.
Creates TreeModels.
TreeModelDefinitionBuilder - interface org.apache.cocoon.forms.formmodel.tree.builder.TreeModelDefinitionBuilder.
Builds TreeModels from an XML description.
TreeModelEvent - class org.apache.cocoon.forms.formmodel.tree.TreeModelEvent.
Event indicating a change on a TreeModel.
TreeModelEvent(TreeModel, TreePath) - Constructor for class org.apache.cocoon.forms.formmodel.tree.TreeModelEvent
 
TreeModelHelper - class org.apache.cocoon.forms.formmodel.tree.TreeModelHelper.
A helper class to ease the implementation of TreeModels
TreeModelHelper(TreeModel) - Constructor for class org.apache.cocoon.forms.formmodel.tree.TreeModelHelper
 
TreeModelJXPath - class org.apache.cocoon.forms.binding.TreeModelJXPath.
 
TreeModelJXPath(JXPathBindingBuilderBase.CommonAttributes, String, String) - Constructor for class org.apache.cocoon.forms.binding.TreeModelJXPath
Constructs FieldJXPathBinding.
TreeModelJXPathBuilder - class org.apache.cocoon.forms.binding.TreeModelJXPathBuilder.
 
TreeModelJXPathBuilder() - Constructor for class org.apache.cocoon.forms.binding.TreeModelJXPathBuilder
 
TreeModelListener - interface org.apache.cocoon.forms.formmodel.tree.TreeModelListener.
Listener of changes to a TreeModel.
TreePath - class org.apache.cocoon.forms.formmodel.tree.TreePath.
A path in a TreeModel.
TreePath(String) - Constructor for class org.apache.cocoon.forms.formmodel.tree.TreePath
Constructs a TreePath containing only a single element.
TreePath(TreePath, String) - Constructor for class org.apache.cocoon.forms.formmodel.tree.TreePath
Constructs a new TreePath, which is the path identified by parent ending in lastElement.
TreeSelectionEvent - class org.apache.cocoon.forms.formmodel.tree.TreeSelectionEvent.
An event fired when the selection of a Tree changes.
TreeSelectionEvent(Tree, TreePath, boolean) - Constructor for class org.apache.cocoon.forms.formmodel.tree.TreeSelectionEvent
 
TreeSelectionEvent(Tree, TreePath[], boolean[]) - Constructor for class org.apache.cocoon.forms.formmodel.tree.TreeSelectionEvent
 
TreeSelectionEvent(Tree, TreePath[], boolean) - Constructor for class org.apache.cocoon.forms.formmodel.tree.TreeSelectionEvent
 
TreeSelectionListener - interface org.apache.cocoon.forms.formmodel.tree.TreeSelectionListener.
Listener for changes in a Tree's selection.
TreeWalker - class org.apache.cocoon.forms.formmodel.tree.TreeWalker.
A helper to crawl a tree and quickly access important node-related information.
TreeWalker(Tree) - Constructor for class org.apache.cocoon.forms.formmodel.tree.TreeWalker
 
templates - Variable in class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe
Map containing all handlers
toSAX(ContentHandler) - Method in class org.apache.cocoon.forms.util.I18nMessage
 
toSAX(ContentHandler) - Method in class org.apache.cocoon.forms.util.StringMessage
 
toSAX(ContentHandler) - Method in class org.apache.cocoon.forms.util.XMLAdapter
Generates SAX events representing the object's state.
toString() - Method in class org.apache.cocoon.forms.binding.AggregateJXPathBinding
 
toString() - Method in class org.apache.cocoon.forms.binding.CaseJXPathBinding
 
toString() - Method in class org.apache.cocoon.forms.binding.ClassJXPathBinding
 
toString() - Method in class org.apache.cocoon.forms.binding.ContextJXPathBinding
 
toString() - Method in class org.apache.cocoon.forms.binding.GroupJXPathBinding
 
toString() - Method in class org.apache.cocoon.forms.binding.InsertBeanJXPathBinding
 
toString() - Method in class org.apache.cocoon.forms.binding.InsertNodeJXPathBinding
 
toString() - Method in class org.apache.cocoon.forms.binding.MultiValueJXPathBinding
 
toString() - Method in class org.apache.cocoon.forms.binding.NewJXPathBinding
 
toString() - Method in class org.apache.cocoon.forms.binding.RepeaterJXPathBinding
 
toString() - Method in class org.apache.cocoon.forms.binding.SetAttributeJXPathBinding
 
toString() - Method in class org.apache.cocoon.forms.binding.SimpleRepeaterJXPathBinding
 
toString() - Method in class org.apache.cocoon.forms.binding.StructJXPathBinding
 
toString() - Method in class org.apache.cocoon.forms.binding.TempRepeaterJXPathBinding
 
toString() - Method in class org.apache.cocoon.forms.binding.UnionJXPathBinding
 
toString() - Method in class org.apache.cocoon.forms.binding.ValueJXPathBinding
 
toString() - Method in class org.apache.cocoon.forms.formmodel.AbstractWidget
 
toString() - Method in class org.apache.cocoon.forms.formmodel.GoogleMapMarker
 
toString() - Method in class org.apache.cocoon.forms.formmodel.GoogleMapValue
 
toString() - Method in class org.apache.cocoon.forms.formmodel.tree.TreePath
Returns a string that displays and identifies this object's properties.
translateText(String) - Method in class org.apache.cocoon.forms.transformation.FormsPipelineConfig
Replaces JXPath expressions embedded inside #{ and } by their value.
treeStructureChanged(TreeModelEvent) - Method in interface org.apache.cocoon.forms.formmodel.tree.TreeModelListener
 
triggers - Variable in class org.apache.cocoon.forms.formmodel.algorithms.AbstractBaseAlgorithm
 

U

UNSPECIFIED_MODEL - Static variable in class org.apache.cocoon.forms.formmodel.tree.DefaultTreeModel
Default model that is used by a Tree when no model has been specified.
URI_ATTRIBUTE - Static variable in class org.apache.cocoon.forms.formmodel.ImportDefinitionBuilder
 
Union - class org.apache.cocoon.forms.formmodel.Union.
A discriminated union that references a discriminant value in another widget and contains one of several cases (widgets).
Union(UnionDefinition) - Constructor for class org.apache.cocoon.forms.formmodel.Union
 
UnionDefinition - class org.apache.cocoon.forms.formmodel.UnionDefinition.
The WidgetDefinition corresponding to a Union widget.
UnionDefinition() - Constructor for class org.apache.cocoon.forms.formmodel.UnionDefinition
 
UnionDefinitionBuilder - class org.apache.cocoon.forms.formmodel.UnionDefinitionBuilder.
Builds {UnionDefinition}s.
UnionDefinitionBuilder() - Constructor for class org.apache.cocoon.forms.formmodel.UnionDefinitionBuilder
 
UnionJXPathBinding - class org.apache.cocoon.forms.binding.UnionJXPathBinding.
UnionJXPathBinding provides an implementation of a Binding that narrows the context towards provided childbindings.
UnionJXPathBinding(JXPathBindingBuilderBase.CommonAttributes, String, String, JXPathBindingBase[]) - Constructor for class org.apache.cocoon.forms.binding.UnionJXPathBinding
Constructs UnionJXPathBinding
UnionJXPathBindingBuilder - class org.apache.cocoon.forms.binding.UnionJXPathBindingBuilder.
UnionJXPathBindingBuilder provides a helper class for the Factory implemented in JXPathBindingManager that helps construct the actual UnionJXPathBinding out of the configuration in the provided configElement which looks like:
UnionJXPathBindingBuilder() - Constructor for class org.apache.cocoon.forms.binding.UnionJXPathBindingBuilder
 
Upload - class org.apache.cocoon.forms.formmodel.Upload.
A file-uploading Widget.
Upload(UploadDefinition) - Constructor for class org.apache.cocoon.forms.formmodel.Upload
 
UploadDefinition - class org.apache.cocoon.forms.formmodel.UploadDefinition.
The definition of an upload widget.
UploadDefinition() - Constructor for class org.apache.cocoon.forms.formmodel.UploadDefinition
 
UploadDefinition(boolean, String) - Constructor for class org.apache.cocoon.forms.formmodel.UploadDefinition
 
UploadDefinitionBuilder - class org.apache.cocoon.forms.formmodel.UploadDefinitionBuilder.
Builds UploadDefinitions.
UploadDefinitionBuilder() - Constructor for class org.apache.cocoon.forms.formmodel.UploadDefinitionBuilder
 
undeclareVariable(String) - Method in class org.apache.cocoon.forms.transformation.FormsPipelineConfig.FormsVariables
 
updateRow(RepeaterItem) - Method in class org.apache.cocoon.forms.binding.RepeaterJXPathCollection
 

V

VALIDATE - Static variable in class org.apache.cocoon.forms.event.ProcessingPhase
 
VALIDATE_VALUE - Static variable in class org.apache.cocoon.forms.event.ProcessingPhase
 
VALUE_DISPLAY_PARSE_ERROR - Static variable in class org.apache.cocoon.forms.formmodel.Field
Value state indicating that validate() has been called when state was VALUE_PARSE_ERROR.
VALUE_DISPLAY_VALIDATION - Static variable in class org.apache.cocoon.forms.formmodel.Field
Value state indicating that value validation has occured, and the validation error, if any, should be displayed.
VALUE_EL - Static variable in class org.apache.cocoon.forms.formmodel.ImageMap
 
VALUE_PARSED - Static variable in class org.apache.cocoon.forms.formmodel.Field
Value state indicating that a value has been parsed, but needs to be validated (that must occur before the value is given to the application)
VALUE_PARSE_ERROR - Static variable in class org.apache.cocoon.forms.formmodel.Field
Value state indicating that a parse error was encountered but should not yet be displayed.
VALUE_UNPARSED - Static variable in class org.apache.cocoon.forms.formmodel.Field
Value state indicating that a new value has been read from the request, but has not yet been parsed.
VALUE_VALIDATED - Static variable in class org.apache.cocoon.forms.formmodel.Field
Value state indicating that validation has occured, but that any error should not yet be displayed.
VALUE_VALIDATING - Static variable in class org.apache.cocoon.forms.formmodel.Field
Transient value state indicating that validation is going on.
ValidationError - class org.apache.cocoon.forms.validation.ValidationError.
An object that holds a validation error message.
ValidationError(String, boolean) - Constructor for class org.apache.cocoon.forms.validation.ValidationError
 
ValidationError(String) - Constructor for class org.apache.cocoon.forms.validation.ValidationError
 
ValidationError(String, String[]) - Constructor for class org.apache.cocoon.forms.validation.ValidationError
 
ValidationError(String, String[], boolean[]) - Constructor for class org.apache.cocoon.forms.validation.ValidationError
 
ValidationError(XMLizable) - Constructor for class org.apache.cocoon.forms.validation.ValidationError
 
ValidationErrorAware - interface org.apache.cocoon.forms.validation.ValidationErrorAware.
Interface implemented by Widgets that can hold a validation error.
ValidationRule - interface org.apache.cocoon.forms.datatype.ValidationRule.
Interface for validation rules.
ValidationRuleBuilder - interface org.apache.cocoon.forms.datatype.ValidationRuleBuilder.
Interface for classes that can build ValidationRules from an XML description.
ValidationRuleValidator - class org.apache.cocoon.forms.validation.impl.ValidationRuleValidator.
An adapter to transform a ValidationRule into a WidgetValidator.
ValidationRuleValidator(ValidationRule) - Constructor for class org.apache.cocoon.forms.validation.impl.ValidationRuleValidator
 
ValueChangedEvent - class org.apache.cocoon.forms.event.ValueChangedEvent.
Event raised when a field value changes.
ValueChangedEvent(Widget, Object, Object) - Constructor for class org.apache.cocoon.forms.event.ValueChangedEvent
 
ValueChangedListener - interface org.apache.cocoon.forms.event.ValueChangedListener.
Listener invoked when a field value changes.
ValueChangedListenerEnabled - interface org.apache.cocoon.forms.event.ValueChangedListenerEnabled.
Interface to be implemented by Widgets on which ValueChangedListeners can be registered.
ValueCountValidationRule - class org.apache.cocoon.forms.datatype.validationruleimpl.ValueCountValidationRule.
Checks the number of values (i.e.
ValueCountValidationRule() - Constructor for class org.apache.cocoon.forms.datatype.validationruleimpl.ValueCountValidationRule
 
ValueCountValidationRuleBuilder - class org.apache.cocoon.forms.datatype.validationruleimpl.ValueCountValidationRuleBuilder.
Builds ValueCountValidationRules.
ValueCountValidationRuleBuilder() - Constructor for class org.apache.cocoon.forms.datatype.validationruleimpl.ValueCountValidationRuleBuilder
 
ValueCountValidatorBuilder - class org.apache.cocoon.forms.validation.impl.ValueCountValidatorBuilder.
Adapter for ValueCountValidationRuleBuilder
ValueCountValidatorBuilder() - Constructor for class org.apache.cocoon.forms.validation.impl.ValueCountValidatorBuilder
 
ValueJXPathBinding - class org.apache.cocoon.forms.binding.ValueJXPathBinding.
ValueJXPathBinding provides an implementation of a Binding that loads and saves the information behind a specific xpath expresion (pointing to an attribute or text-node) to and from a specific CForms widget as identified by its id.
ValueJXPathBinding(JXPathBindingBuilderBase.CommonAttributes, String, String, JXPathBindingBase[], Convertor, Locale) - Constructor for class org.apache.cocoon.forms.binding.ValueJXPathBinding
Constructs FieldJXPathBinding.
ValueJXPathBindingBuilder - class org.apache.cocoon.forms.binding.ValueJXPathBindingBuilder.
ValueJXPathBindingBuilder provides a helper class for the Factory implemented in JXPathBindingManager that helps construct the actual ValueJXPathBinding out of the configuration in the provided configElement which looks like:
ValueJXPathBindingBuilder() - Constructor for class org.apache.cocoon.forms.binding.ValueJXPathBindingBuilder
 
validate(Object, ExpressionContext) - Method in interface org.apache.cocoon.forms.datatype.Datatype
Returns null if validation is successful, otherwise returns a ValidationError instance.
validate(Object, ExpressionContext) - Method in interface org.apache.cocoon.forms.datatype.ValidationRule
 
validate(Object, ExpressionContext) - Method in class org.apache.cocoon.forms.datatype.typeimpl.AbstractDatatype
 
validate(Object, ExpressionContext) - Method in class org.apache.cocoon.forms.datatype.validationruleimpl.AssertValidationRule
 
validate(Object, ExpressionContext) - Method in class org.apache.cocoon.forms.datatype.validationruleimpl.EmailValidationRule
 
validate(Object, ExpressionContext) - Method in class org.apache.cocoon.forms.datatype.validationruleimpl.LengthValidationRule
 
validate(Object, ExpressionContext) - Method in class org.apache.cocoon.forms.datatype.validationruleimpl.Mod10ValidationRule
 
validate(Object, ExpressionContext) - Method in class org.apache.cocoon.forms.datatype.validationruleimpl.RangeValidationRule
 
validate(Object, ExpressionContext) - Method in class org.apache.cocoon.forms.datatype.validationruleimpl.RegExpValidationRule
 
validate(Object, ExpressionContext) - Method in class org.apache.cocoon.forms.datatype.validationruleimpl.ValueCountValidationRule
 
validate() - Method in class org.apache.cocoon.forms.formmodel.AbstractContainerWidget
Delegates the validate() down to the contained child-widgets, and validates the extra rules on this containment level regardless of children widget's validities.
validate() - Method in class org.apache.cocoon.forms.formmodel.AbstractWidget
 
validate(Widget) - Method in class org.apache.cocoon.forms.formmodel.AbstractWidgetDefinition
 
validate() - Method in class org.apache.cocoon.forms.formmodel.Action
Always return true (an action has no validation)
TODO is there a use case for actions having validators?
validate() - Method in class org.apache.cocoon.forms.formmodel.AggregateField
 
validate() - Method in class org.apache.cocoon.forms.formmodel.Field
 
validate() - Method in class org.apache.cocoon.forms.formmodel.Form
Performs validation phase of form processing.
validate() - Method in class org.apache.cocoon.forms.formmodel.ImageMap
Always return true (an action has no validation)
validate() - Method in class org.apache.cocoon.forms.formmodel.Messages
 
validate() - Method in class org.apache.cocoon.forms.formmodel.MultiValueField
 
validate() - Method in class org.apache.cocoon.forms.formmodel.Output
 
validate() - Method in class org.apache.cocoon.forms.formmodel.Repeater.RepeaterRow
 
validate() - Method in class org.apache.cocoon.forms.formmodel.Repeater
 
validate() - Method in class org.apache.cocoon.forms.formmodel.Union
 
validate() - Method in class org.apache.cocoon.forms.formmodel.Upload
 
validate() - Method in interface org.apache.cocoon.forms.formmodel.Widget
Validates this widget and returns the outcome.
validate(Widget) - Method in interface org.apache.cocoon.forms.formmodel.WidgetDefinition
Validate a widget using the validators that were defined in its definition.
validate() - Method in class org.apache.cocoon.forms.formmodel.WidgetList
Validates all contained widgets and returns the combined result.
validate(Widget) - Method in interface org.apache.cocoon.forms.validation.WidgetValidator
Validate a widget.
validate(Widget) - Method in class org.apache.cocoon.forms.validation.impl.CaptchaValidator
 
validate(Widget) - Method in class org.apache.cocoon.forms.validation.impl.JavaScriptValidator
 
validate(Widget) - Method in class org.apache.cocoon.forms.validation.impl.ValidationRuleValidator
 
validationError - Variable in class org.apache.cocoon.forms.formmodel.AbstractContainerWidget
validation errors on container widgets
validationError - Variable in class org.apache.cocoon.forms.formmodel.BooleanField
 
validationError - Variable in class org.apache.cocoon.forms.formmodel.Field
 
validationError - Variable in class org.apache.cocoon.forms.formmodel.Repeater
 
validationError - Variable in class org.apache.cocoon.forms.validation.impl.AbstractJavaValidator
 
value - Variable in class org.apache.cocoon.forms.formmodel.Field
 
valueChanged(ValueChangedEvent) - Method in interface org.apache.cocoon.forms.event.ValueChangedListener
 
valueChanged(ValueChangedEvent) - Method in class org.apache.cocoon.forms.event.WidgetEventMulticaster
 
valueChanged(ValueChangedEvent) - Method in class org.apache.cocoon.forms.event.impl.JavaScriptWidgetListener.JSValueChangedListener
 
valueOf(String) - Static method in class org.apache.cocoon.forms.formmodel.tree.TreePath
Returns the TreePath represented by a given String.
valueState - Variable in class org.apache.cocoon.forms.formmodel.Field
Transient widget processing state indicating that the widget is currently validating (used to avoid endless loops when a validator calls getValue).

W

Whitespace - class org.apache.cocoon.forms.formmodel.Whitespace.
Enumeration of whitespace-handling strategies.
Widget - interface org.apache.cocoon.forms.formmodel.Widget.
Interface to be implemented by Widgets.
WidgetDefinition - interface org.apache.cocoon.forms.formmodel.WidgetDefinition.
A WidgetDefinition holds all the static information about a Widget.
WidgetDefinitionBuilder - interface org.apache.cocoon.forms.formmodel.WidgetDefinitionBuilder.
Interface for classes that can build widgets from an XML description.
WidgetDefinitionBuilderContext - class org.apache.cocoon.forms.formmodel.WidgetDefinitionBuilderContext.
Holds context information for the building phase.
WidgetDefinitionBuilderContext(Library) - Constructor for class org.apache.cocoon.forms.formmodel.WidgetDefinitionBuilderContext
 
WidgetDefinitionBuilderContext(WidgetDefinitionBuilderContext) - Constructor for class org.apache.cocoon.forms.formmodel.WidgetDefinitionBuilderContext
Create context which inherits library from parent context.
WidgetDefinitionList - class org.apache.cocoon.forms.formmodel.WidgetDefinitionList.
Helper class for the Definition implementation of widgets containing other widgets.
WidgetDefinitionList(WidgetDefinition) - Constructor for class org.apache.cocoon.forms.formmodel.WidgetDefinitionList
 
WidgetEvent - class org.apache.cocoon.forms.event.WidgetEvent.
Base class for events sent by form widgets.
WidgetEvent(Widget) - Constructor for class org.apache.cocoon.forms.event.WidgetEvent
 
WidgetEventMulticaster - class org.apache.cocoon.forms.event.WidgetEventMulticaster.
Convenience class to handle all widget event listeners.
WidgetEventMulticaster(EventListener, EventListener) - Constructor for class org.apache.cocoon.forms.event.WidgetEventMulticaster
 
WidgetFinder - class org.apache.cocoon.forms.util.WidgetFinder.
An utility class to manage list of widgets.
WidgetFinder(Widget, Iterator, boolean) - Constructor for class org.apache.cocoon.forms.util.WidgetFinder
Searches for widgets.
WidgetFinder(Widget, String, boolean) - Constructor for class org.apache.cocoon.forms.util.WidgetFinder
Searches for widgets.
WidgetList - class org.apache.cocoon.forms.formmodel.WidgetList.
Helper class for the implementation of widgets containing other widgets.
WidgetList() - Constructor for class org.apache.cocoon.forms.formmodel.WidgetList
Constructs ContainerDelegate to store and jointly manage a list of contained widgets.
WidgetListener - interface org.apache.cocoon.forms.event.WidgetListener.
Base interface for all widget event listeners.
WidgetListenerBuilder - interface org.apache.cocoon.forms.event.WidgetListenerBuilder.
A component that build widget event listeners.
WidgetState - class org.apache.cocoon.forms.formmodel.WidgetState.
The state of a widget.
WidgetValidator - interface org.apache.cocoon.forms.validation.WidgetValidator.
Validates a widget.
WidgetValidatorBuilder - interface org.apache.cocoon.forms.validation.WidgetValidatorBuilder.
 
wasValid - Variable in class org.apache.cocoon.forms.formmodel.AbstractWidget
The result of the last call to AbstractWidget.validate().
widget - Variable in class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe
 
widgetCreated(CreateEvent) - Method in interface org.apache.cocoon.forms.event.CreateListener
 
widgetCreated(CreateEvent) - Method in class org.apache.cocoon.forms.event.WidgetEventMulticaster
 
widgetCreated(CreateEvent) - Method in class org.apache.cocoon.forms.event.impl.JavaScriptWidgetListener.JSCreateListener
 
widgetCreated(Widget) - Method in class org.apache.cocoon.forms.formmodel.AbstractWidgetDefinition
 
widgetDefinitionBuilders - Variable in class org.apache.cocoon.forms.DefaultFormManager
 
widgetDefinitionBuilders - Variable in class org.apache.cocoon.forms.formmodel.AbstractWidgetDefinitionBuilder
 
widgetDefinitionBuilders - Variable in class org.apache.cocoon.forms.formmodel.library.Library
 
widgetListenerBuilders - Variable in class org.apache.cocoon.forms.formmodel.AbstractWidgetDefinitionBuilder
 
widgetName - Variable in class org.apache.cocoon.forms.event.impl.RequiredControl.RequiredDescription
 
widgetNameChanged() - Method in class org.apache.cocoon.forms.formmodel.AbstractWidget
Should be called when a widget's own name has changed, in order to clear internal caches used to compute request parameters.
widgetValidatorBuilders - Variable in class org.apache.cocoon.forms.formmodel.AbstractWidgetDefinitionBuilder
 
widgetValue - Variable in class org.apache.cocoon.forms.event.impl.RequiredControl.RequiredDescription
 
widgets - Variable in class org.apache.cocoon.forms.formmodel.AbstractContainerWidget
List of contained widgets.
widgetsHaveValues() - Method in class org.apache.cocoon.forms.formmodel.WidgetList
 

X

XMLAdapter - class org.apache.cocoon.forms.util.XMLAdapter.
Adapter class that wraps a Form object and makes it possible to populate a widget hierarchy from XML in form of SAX events and serialize the content of the widget hierarchy as XML.
XMLAdapter(Widget) - Constructor for class org.apache.cocoon.forms.util.XMLAdapter
Wrap a Form with an XMLAdapter
XMLNS_URI - Static variable in class org.apache.cocoon.forms.util.DomHelper
 

A B C D E F G H I J L M N O P R S T U V W X

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