|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
AbstractBaseAlgorithm
subclasses.
AbstractContainerDefinition corresponding to an AbstractContainerWidget.FormHandler, which checks the type
of the WidgetEvent and calls the more specific AbstractFormHandler.handleActionEvent(ActionEvent)
or AbstractFormHandler.handleValueChangedEvent(ValueChangedEvent) methods.JavaClassValidatorBuilder.ValidationRule
implementations.WidgetDefinition part of a Action widget, see Action for more information.ActionDefinitions.Button
widget.ActionEventsWidgetDefinition part of a AggregateField widget, see AggregateField
for more information.AggregateFieldDefinitions.Binding
that narrows the context towards provided childbindings.
JXPathBindingManager that helps construct the
actual AggregateJXPathBinding out of the configuration in the
provided configElement which looks like:
<fb:aggregate id="widget-id" path="xpath-expression">
<fb:field id="sub-widget-id" path="relative-xpath" />
</fb:aggregate>
AssertValidationRules.AssertValidationRuleBuilderMap in the combined map, with the lowest lookup priority.
TreeModelEvent posted after the tree changes.
Widget's
BeanConvertors
The optional <fd:bean>FQCN</fd:bean> attribute is used to give
this convertor a hint of which concrete bean class we are going to work with.
BeanTypeWidgetDefinition part of a BooleanField widget, see BooleanField for more information.BooleanFieldDefinitions.Datatype implementation for
java.lang.Boolean's.BooleanTypes.ActionDefinitionBuilder. UnsupportedOperationException.
BeanConvertor
WidgetValidator for a particular widget definition.
DeleteNodeJXPathBinding.
InsertBeanJXPathBinding configured
with the nested template of the bindingElm.
InsertNodeJXPathBinding configured
with the nested template of the bindingElm.
RepeaterJXPathBinding according to the
attributes and nested comfiguration elements of the bindingElm.
SetAttributeJXPathBinding according to
the attributes of the provided bindingElm.
ValueJXPathBinding based on the attributes
and nested configuration of the provided bindingElm.
CalculatedField.CalculatedFieldAlgorithm builders.CalculatedField.CalculatedFields.
ExpressionContextImpl when it asked for
the value of a required field, when that required field does not yet have
a value.CaptchaFieldDefinitions.Field for CAPTCHA validation. FieldDefinition for CaptchaFields.WidgetValidator that relies on a CAPTCHA
test.Binding
that narrows the context towards provided childbindings.
JXPathBindingManager that helps construct the
actual CaseJXPathBinding out of the configuration in the
provided configElement which looks like:
<fb:case id="widget-id" path="xpath-expression"
direction="load|save" lenient="true|false" >
<fb:field id="sub-widget-id" path="relative-xpath" />
</fb:case>
WidgetDefinition which holds a collection of Widgets
and which can be instantiated with a NewDefinition.Binding
which allows the specification of a class of reusable bindings.
JXPathBindingManager that helps construct the
actual ClassJXPathBinding out of the configuration in the
provided configElement which looks like:
<fb:class id="widget-id">
<fb:field id="sub-widget-id" path="relative-xpath"
direction="load|save" lenient="true|false"/>
</fb:class>
Map that combines several other maps.JXPathBindingBase implementations that have nested
child-bindings.Constant classes around that this one has been renamed to FormsConstants.Form2Bean demo.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).
Map.
ContainerWidgetAsMap(container, false)
Binding
that narrows the binding scope to some xpath-context on the target
objectModel to load and save from.JXPathBindingManager that helps construct the
actual ContextJXPathBinding out of the configuration in the
provided configElement which looks like:
<fb:context path="xpath expression">
<!- 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 - CustomBirthDateValidator - class org.apache.cocoon.forms.samples.CustomBirthDateValidator.
- Example of a custom validator.
- CustomBirthDateValidator() -
Constructor for class org.apache.cocoon.forms.samples.CustomBirthDateValidator
-
- 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:
1. - CustomJXPathBindingBuilder() -
Constructor for class org.apache.cocoon.forms.binding.CustomJXPathBindingBuilder
-
- CustomValueWrapBinding - class org.apache.cocoon.forms.samples.bindings.CustomValueWrapBinding.
- CustomValueWrapBinding
- CustomValueWrapBinding() -
Constructor for class org.apache.cocoon.forms.samples.bindings.CustomValueWrapBinding
-
- CustomValueWrapBinding(char) -
Constructor for class org.apache.cocoon.forms.samples.bindings.CustomValueWrapBinding
-
- CustomValueWrapBinding(char, char) -
Constructor for class org.apache.cocoon.forms.samples.bindings.CustomValueWrapBinding
-
- 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. is in setup phase.
- 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
-
- configure(Configuration) -
Method in class org.apache.cocoon.forms.DefaultFormManager
-
- configure(Configuration) -
Method in class org.apache.cocoon.forms.binding.JXPathBindingManager
-
- configure(Configuration) -
Method in class org.apache.cocoon.forms.binding.library.LibraryManagerImpl
-
- configure(Configuration) -
Method in class org.apache.cocoon.forms.datatype.DefaultDatatypeManager
-
- configure(Configuration) -
Method in class org.apache.cocoon.forms.datatype.typeimpl.AbstractDatatypeBuilder
-
- configure(Configuration) -
Method in class org.apache.cocoon.forms.event.impl.RequiredControl
-
- configure(Configuration) -
Method in class org.apache.cocoon.forms.expression.DefaultExpressionManager
-
- configure(Configuration) -
Method in class org.apache.cocoon.forms.formmodel.library.LibraryManagerImpl
-
- configure(Configuration) -
Method in class org.apache.cocoon.forms.util.SimpleServiceSelector
-
- configure(Configuration) -
Method in class org.apache.cocoon.forms.validation.impl.AbstractJavaValidator
-
- container -
Variable in class org.apache.cocoon.forms.util.ContainerWidgetAsMap
-
- containsKey(Object) -
Method in class org.apache.cocoon.forms.util.CombiningMap
-
- context -
Variable in class org.apache.cocoon.forms.event.impl.JavaClassWidgetListenerBuilder
-
- context -
Variable in class org.apache.cocoon.forms.formmodel.AbstractWidgetDefinitionBuilder
-
- context -
Variable in class org.apache.cocoon.forms.formmodel.algorithms.AbstractBaseAlgorithmBuilder
-
- context -
Variable in class org.apache.cocoon.forms.formmodel.library.Library
-
- 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.DefaultFormManager
-
- contextualize(Context) -
Method in class org.apache.cocoon.forms.binding.JXPathBindingManager
-
- contextualize(Context) -
Method in class org.apache.cocoon.forms.binding.JavaScriptJXPathBindingBuilder
-
- contextualize(Context) -
Method in class org.apache.cocoon.forms.datatype.DefaultDatatypeManager
-
- contextualize(Context) -
Method in class org.apache.cocoon.forms.datatype.DefaultSelectionListBuilder
-
- contextualize(Context) -
Method in class org.apache.cocoon.forms.datatype.FlowJXPathSelectionListBuilder
-
- contextualize(Context) -
Method in class org.apache.cocoon.forms.datatype.JavaScriptSelectionListBuilder
-
- contextualize(Context) -
Method in class org.apache.cocoon.forms.datatype.JavaSelectionListBuilder
-
- contextualize(Context) -
Method in class org.apache.cocoon.forms.datatype.typeimpl.AbstractDatatypeBuilder
-
- contextualize(Context) -
Method in class org.apache.cocoon.forms.event.impl.JavaClassWidgetListenerBuilder
-
- contextualize(Context) -
Method in class org.apache.cocoon.forms.event.impl.JavaScriptWidgetListenerBuilder
-
- contextualize(Context) -
Method in class org.apache.cocoon.forms.formmodel.CaptchaDefinitionBuilder
-
- contextualize(Context) -
Method in class org.apache.cocoon.forms.formmodel.algorithms.AbstractBaseAlgorithm
-
- contextualize(Context) -
Method in class org.apache.cocoon.forms.formmodel.algorithms.AbstractBaseAlgorithmBuilder
-
- contextualize(Context) -
Method in class org.apache.cocoon.forms.formmodel.tree.JavaTreeModelDefinition
-
- contextualize(Context) -
Method in class org.apache.cocoon.forms.formmodel.tree.builder.JavaTreeModelDefinitionBuilder
-
- contextualize(Context) -
Method in class org.apache.cocoon.forms.generation.SuggestionListGenerator
-
- contextualize(Context) -
Method in class org.apache.cocoon.forms.util.SimpleServiceSelector
-
- contextualize(Context) -
Method in class org.apache.cocoon.forms.validation.impl.JavaClassValidatorBuilder
-
- contextualize(Context) -
Method in class org.apache.cocoon.forms.validation.impl.JavaScriptValidatorBuilder
-
- 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
-
- createBinding(Element) -
Static method in class org.apache.cocoon.forms.samples.bindings.CustomValueWrapBinding
- Builds the actual binding class based on its XML config.
- 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
-
Datatype implementation for
java.util.Date's (so includes a time-component).DateTypes.Datatype implementation
for decimal numbers (backed by the java.math.BigDecimal class).DecimalTypes.CacheManager role.DatatypeManager component.
ExpressionManager role.
FormManager role.SelectionLists from an XML description or an URL.
DefaultTreeModel.TreeNodes.ValueChangedEvent that defers getting the new value from the widget
until it's actually requested.
Binding
that deletes the current context-bean from the target
back-end model upon save.
JXPathBindingManager that helps construct the
actual DeleteNodeJXPathBinding out of the configuration in the
provided configElement which looks like:
<fb:delete-node />
Datatype implementation
for double numbers (backed by the java.lang.Double class).DoubleTypes.DummyStringConvertors.FormDefinition or the RepeaterDefinition, in case
one tries to add a WidgetDefinition that has the same id as another,
previously added, WidgetDefinition.AbstractCustomBinding.doLoad(Widget, JXPathContext)
AbstractCustomBinding.doSave(Widget, JXPathContext)
ft:widget
(in the FormsConstants.TEMPLATE_NS namespace) tags (having an id attribute)
by the XML representation of the corresponding widget instance.
ft:aggregate element.ft:choose element.ft:choose/ft:when element.ft:class element.
ft:continuation-id element.
ft:form-template element handler.
ft:group element.ft:new element.ft:repeater element. ft:repeater-rows element.ft:repeater-size element.ft:repeater-widget element: a single element for both the repeater and its rowsft:repeater-widget-label element.ft:choose, ft:union use this.ft:struct element.ft:union element.ft:union/ft:case element.ft:widget element.ft:widget-label element.EmailValidationRules.EmailValidationRuleBuilderConvertor
implementation for types implementing Joshua Bloch's
typesafe enum pattern.EnumConvertors.EnumType.
Datatype implementation for
types implementing Joshua Bloch's
typesafe enum pattern.
EnumTypes.WidgetDefinition part of a Field widget, see Field for more information.SelectionList that can be filtered. Datatype implementation
for float numbers (backed by the java.lang.Float class).FloatTypes.WidgetDefinition part of a Form widget, see Form for more information.FormDefinitions.Form,
and will then receive all events fired by widgets on the form.
Forms.Date objects backed by the
SimpleDateFormat class.
FormattingDateConvertors.BigDecimals backed by the
DecimalFormat class.
FormattingDecimalConvertors.Doubles backed by the
DecimalFormat class.
FormattingDoubleConvertors.Floats backed by the
DecimalFormat class.
FormattingFloatConvertors.Integers backed by the
DecimalFormat class.
FormattingIntegerConvertors.Longs backed by the
DecimalFormat class.
FormattingLongConvertors.Form. EffectWidgetReplacingPipe.FormsPipelineConfig.findForm(String) by setting the jxpath-expression to null
JXMacrosHelper.generateWidget(Widget, Map).
WidgetDefinition part of a GoogleMap widget, see GoogleMap for more information.GoogleMapDefinitions.Widget which can hold zero or more child widgets.WidgetDefinition corresponding to a Group widget.Binding
that narrows the context towards provided childbindings.
JXPathBindingManager that helps construct the
actual GroupJXPathBinding out of the configuration in the
provided configElement which looks like:
<fb:group id="widget-id" path="xpath-expression"
direction="load|save" lenient="true|false" >
<fb:field id="sub-widget-id" path="relative-xpath" />
</fb:group>
AbstractWidget.getDefinition() of this widget to generate a common
set of 'display' data.
AbstractWidget.generateSaxFragment(ContentHandler, Locale)
The implementation on the AbstractWidget level inserts no additional XML.
AbstractWidget.getDefinition() to generate the 'label' part of
the display-data of this widget.
AbstractWidget.getXMLElementName()) with attributes
(provided by AbstractWidget.getXMLElementAttributes() around anything injected
in by both AbstractWidget.generateDisplayData(ContentHandler) and
AbstractWidget.generateItemSaxFragment(ContentHandler, Locale).
<fi:styling> element holding the attributes of a ft:*
element that are in the "fi:" namespace.
endElement()
event so that the template can insert styling information in it.
Binding following the specification in the
provided config element.
AbstractWidget.getChild(String) to return the
repeater-row indicated by the index in 'id'
FormDefinition.
leaf" for leaf nodes (will be e.g. a file icon),
"expanded" for non-leaf expanded nodes (will be e.g. a "minus" icon)
"collapsed" for non-leaf collapsed nodes (will be e.g. a "plus" icon)
TreeWalker.next() (except if
TreeWalker.enterChildren() or TreeWalker.leave() where called inbetween.
selected" for selected nodes,
"unselected" for unselected nodes.
Map.
Map
List.
List
AbstractWidget.generateSaxFragment(ContentHandler, Locale)
to be placed on the wrapping element for all the XML-instance-content of this Widget.
AbstractWidget.generateSaxFragment(ContentHandler, Locale)
to produce the wrapping element for all the XML-instance-content of this Widget.
HtmlCleaningConvertors.Date objects backed by ICU4J's
SimpleDateFormat class.
Icu4jDateConvertors.WidgetDefinition part of an ImageMap widget, see ImageMap
for more information.ImageMapDefinitions.ImageMap
widget.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.
JXPathBindingManager that helps construct the
actual InsertBeanJXPathBinding out of the configuration in the
provided configElement which looks like:
<fb:insert-bean classname="..child-bean-class.." addmethod="..method-to-add.."- 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:
<fb:insert-node>
<!- InsertNodeJXPathBindingBuilder() -
Constructor for class org.apache.cocoon.forms.binding.InsertNodeJXPathBindingBuilder
-
- 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.binding.JXPathBindingManager
-
- initialize() -
Method in class org.apache.cocoon.forms.binding.library.LibraryManagerImpl
-
- initialize() -
Method in class org.apache.cocoon.forms.datatype.DefaultDatatypeManager
-
- 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
-
- isBool() -
Method in class org.apache.cocoon.forms.samples.bindings.ValuesBean
-
- isChoose() -
Method in class org.apache.cocoon.forms.samples.Form2Bean
-
- 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
-
- isSelectable(Object) -
Method in class org.apache.cocoon.forms.util.SimpleServiceSelector
-
- 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. its parent is expanded)?
- 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
-
JXPathBindingBase.
BindingManagerby
usage of the
JXPath package .CalculatedFieldAlgorithms.
WidgetValidatorBuilder that creates java classes.
WidgetListenerBuilder that creates java classes.
Binding based on two JavaScript snippets, respectively for loading and saving the form.
FilterableSelectionList based on a JavaScript snippet.WidgetValidator implemented as a JavaScript snippet.
JavaScriptWidgetListenerBuilderWidgetListener based on a JavaScript snippet.
SelectionLists from a JavaSelectionList classTreeModelDefinition based on an Java class
implementing TreeModel.TreeModelDefinition based on an arbitrary Java class.
LengthValidationRules.LengthValidationRuleBuilderDatatype implementation
for whole numbers.LongTypes.WidgetDefinition part of a Messages widget, see Messages for more information.MessagesDefinitions.MillisDateConvertors.Mod10ValidationRules.Mod10ValidationRuleBuilderField, but can
hold multiple values. WidgetDefinition part of a MultiValueField widget, see MultiValueField for more information.MultiValueFieldDefinitions.WidgetDefinition" which is used to instantiate a
ClassDefinition. Binding
that references a class of bindings.
JXPathBindingManager that helps construct the
actual NewJXPathBinding out of the configuration in the
provided configElement which looks like:
<fb:new id="widget-id">
<fb:field id="sub-widget-id" path="relative-xpath"
direction="load|save" lenient="true/false"/>
</fb:new>
Library.
Library.
WidgetDefinition part of a Output widget.OutputDefinitions.BigDecimals that does not do any
(locale-dependent) formatting.Floats that does not do any (locale-dependent)
formatting.PlainIntegerConvertors.PlainLongConvertors.RangeValidationRules.RangeValidationRuleBuilderRegExpValidationRules.RegExpValidationRuleBuilderExpression based algorithm that repeats the formula on a
set of fields.
RepeatedFormula
algorithm.
<fd:repeater-action/>
Three actions are defined:
<fd:repeater-action id="add" command="add-row"
repeater="repeater-id"/>: when activated, adds a row to the
sibling repeater named "repeater-id".
List view of a Repeater, each element of the list being a Map
wrapping a repeater row, as defined by ContainerWidgetAsMap.
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:
<fb:repeater
id="contacts"
parent-path="contacts"
row-path="contact"
row-path-insert="new-contact" >
<fb:identity>
<!- 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
-
- readPlayers(Document) -
Method in class org.apache.cocoon.forms.samples.dreamteam.Manager
-
- 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
-
- release(Object) -
Method in class org.apache.cocoon.forms.util.SimpleServiceSelector
-
- 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
-
SUGGESTED_LABEL_ATTR field
attribute contains the chosen item's label.
Widget that can have a selection list. SelectionLists from an XML description.Binding
that sets a particular attribute to a fixed value upon save.
JXPathBindingManager that helps construct the
actual SetAttributeJXPathBinding out of the configuration in the
provided configElement which looks like:
<fb:set-attribute name="attribute-name to set to"
value="attribute-value"/>
SimpleFormula
algorithm.
TreeModel that builds a hierarchy of TraversableSources.SourceTreeModelSourceTreeModel.Datatype implementation
for strings.StringTypes.GroupGroupDefinitionGroupDefinitionBuilderBinding
that narrows the context towards provided childbindings.
JXPathBindingManager that helps construct the
actual StructJXPathBinding out of the configuration in the
provided configElement which looks like:
<fb:struct id="widget-id" path="xpath-expression"
direction="load|save" lenient="true|false" >
<fb:field id="sub-widget-id" path="relative-xpath" />
</fb:struct>
Submit.<fd:submit> widget. SelectionList.
splitPattern
does not match what the user entered.
JTree.Tree widget.Tree.Tree widget, inspired by Swing's TreeModel, with
the difference that child nodes are accessed through keys rather than indices.TreeModels. TreeModels from an XML description.TreeModel.TreeModelsTreeModel.TreeModel.parent ending in lastElement.
Tree changes.Tree's selection.WidgetDefinition corresponding to a Union widget.Binding
that narrows the context towards provided childbindings.
JXPathBindingManager that helps construct the
actual UnionJXPathBinding out of the configuration in the
provided configElement which looks like:
<fb:union id="widget-id" path="xpath-expression"
direction="load|save" lenient="true|false" >
<fb:field id="sub-widget-id" path="relative-xpath" />
</fb:union>
UploadDefinitions.Widgets that
can hold a validation error.ValidationRule into a
WidgetValidator.ValueCountValidationRules.ValueCountValidationRuleBuilderBinding
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.JXPathBindingManager that helps construct the
actual ValueJXPathBinding out of the configuration in the
provided configElement which looks like:
<fb:value id="widget-id" path="xpath-expression">
<!- ValueJXPathBindingBuilder() -
Constructor for class org.apache.cocoon.forms.binding.ValueJXPathBindingBuilder
-
- ValuesBean - class org.apache.cocoon.forms.samples.bindings.ValuesBean.
- ValuesBean used in the 01values test.
- ValuesBean() -
Constructor for class org.apache.cocoon.forms.samples.bindings.ValuesBean
-
- 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 class org.apache.cocoon.forms.samples.CustomBirthDateValidator
-
- 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).
AbstractWidget.validate().
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.
Form with an XMLAdapter
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||