|
||||||||||
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.ActionDefinition
s.Button
widget.ActionEvent
sMap
in the combined map, with the lowest lookup priority.
TreeModelEvent
posted after the tree changes.
Widget
's
WidgetDefinition
part of a AggregateField widget, see AggregateField
for more information.AggregateFieldDefinition
s.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>
AssertValidationRule
s.AssertValidationRuleBuilder
BeanConvertor
s
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.BeanType
WidgetDefinition
part of a BooleanField widget, see BooleanField
for more information.BooleanFieldDefinition
s.Datatype
implementation for
java.lang.Boolean's.BooleanType
s.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.
ActionDefinitionBuilder
.CalculatedField
.CalculatedFieldAlgorithm
builders.CalculatedField
.CalculatedField
s.ExpressionContextImpl
when it asked for
the value of a required field, when that required field does not yet have
a value.CaptchaFieldDefinition
s.Field
for CAPTCHA validation.FieldDefinition
for CaptchaField
s.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 Widget
s
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
-
- contextualize(Context) -
Method in class org.apache.cocoon.forms.binding.JavaScriptJXPathBindingBuilder
-
- contextualize(Context) -
Method in class org.apache.cocoon.forms.binding.JXPathBindingManager
-
- 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.DefaultFormManager
-
- 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.algorithms.AbstractBaseAlgorithm
-
- contextualize(Context) -
Method in class org.apache.cocoon.forms.formmodel.algorithms.AbstractBaseAlgorithmBuilder
-
- contextualize(Context) -
Method in class org.apache.cocoon.forms.formmodel.CaptchaDefinitionBuilder
-
- contextualize(Context) -
Method in class org.apache.cocoon.forms.formmodel.tree.builder.JavaTreeModelDefinitionBuilder
-
- contextualize(Context) -
Method in class org.apache.cocoon.forms.formmodel.tree.JavaTreeModelDefinition
-
- 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
-
- contextWidget -
Variable in class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe
-
- contextWidgets -
Variable in class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe
-
- ConversionResult - Class in org.apache.cocoon.forms.datatype.convertor
- 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.
- 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, 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 interface org.apache.cocoon.forms.datatype.Datatype
- Converts a string to an object of this datatype.
- convertFromString(String, Locale) -
Method in class org.apache.cocoon.forms.datatype.typeimpl.AbstractDatatype
-
- Convertor - Interface in org.apache.cocoon.forms.datatype.convertor
- The purpose of a Convertor is to convert between Object and String
representations of the same thing.
- Convertor.FormatCache - Interface in org.apache.cocoon.forms.datatype.convertor
-
- ConvertorBuilder - Interface in org.apache.cocoon.forms.datatype.convertor
- Interface to be implemented by components that can build a Convertor
based on a XML configuration (supplied as DOM Element).
- 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 interface org.apache.cocoon.forms.datatype.Datatype
- Converts an object of this datatype to a string representation.
- 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() -
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
-
- 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
-
- 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
-
- CreateEvent - Class in org.apache.cocoon.forms.event
- 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
-
- 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.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
-
- 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.
- CreateListener - Interface in org.apache.cocoon.forms.event
- Listeners for
CreateEvent
s - 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
-
- CURRENCY -
Static variable in class org.apache.cocoon.forms.datatype.convertor.FormattingDecimalConvertor
-
- CUSTOM -
Static variable in class org.apache.cocoon.forms.formmodel.RepeaterActionDefinition.ChangePageActionDefinition
-
- CustomBirthDateValidator - Class in org.apache.cocoon.forms.samples
- Example of a custom validator.
- CustomBirthDateValidator() -
Constructor for class org.apache.cocoon.forms.samples.CustomBirthDateValidator
-
- CustomJXPathBinding - Class in org.apache.cocoon.forms.binding
- CustomJXPathBinding
- CustomJXPathBinding(JXPathBindingBuilderBase.CommonAttributes, String, String, AbstractCustomBinding) -
Constructor for class org.apache.cocoon.forms.binding.CustomJXPathBinding
- Constructs CustomJXPathBinding
- CustomJXPathBindingBuilder - Class in org.apache.cocoon.forms.binding
- 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 in org.apache.cocoon.forms.samples.bindings
- 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
-
Datatype
implementation for
java.util.Date's (so includes a time-component).DateType
s.Datatype
implementation
for decimal numbers (backed by the java.math.BigDecimal class).DecimalType
s.CacheManager
role.DatatypeManager
component.ExpressionManager
role.FormManager
role.SelectionList
s from an XML description or an URL.DefaultTreeModel.TreeNode
s.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 />
AbstractCustomBinding.doLoad(Widget, JXPathContext)
AbstractCustomBinding.doSave(Widget, JXPathContext)
Datatype
implementation
for double numbers (backed by the java.lang.Double class).DoubleType
s.DummyStringConvertor
s.FormDefinition
or the RepeaterDefinition
, in case
one tries to add a WidgetDefinition that has the same id as another,
previously added, WidgetDefinition.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.EmailValidationRule
s.EmailValidationRuleBuilder
Convertor
implementation for types implementing Joshua Bloch's
typesafe enum pattern.EnumConvertor
s.EnumType
.Datatype
implementation for
types implementing Joshua Bloch's
typesafe enum pattern.EnumType
s.WidgetDefinition
part of a Field widget, see Field
for more information.FieldDefinition
s.SelectionList
that can be filtered.FormsPipelineConfig.findForm(String)
by setting the jxpath-expression to null
Datatype
implementation
for float numbers (backed by the java.lang.Float class).FloatType
s.JXMacrosHelper.generateWidget(Widget, Map)
.
Date
objects backed by the
SimpleDateFormat
class.FormattingDateConvertor
s.BigDecimal
s backed by the
DecimalFormat
class.FormattingDecimalConvertor
s.Double
s backed by the
DecimalFormat
class.FormattingDoubleConvertor
s.Float
s backed by the
DecimalFormat
class.FormattingFloatConvertor
s.Integer
s backed by the
DecimalFormat
class.FormattingIntegerConvertor
s.Long
s backed by the
DecimalFormat
class.FormattingLongConvertor
s.WidgetDefinition
part of a Form widget, see Form
for more information.FormDefinition
s.Form
,
and will then receive all events fired by widgets on the form.Form
s.Form
.EffectWidgetReplacingPipe
.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.
<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.
WidgetDefinition
part of a GoogleMap widget, see GoogleMap
for more information.GoogleMapDefinition
s.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>
HtmlCleaningConvertor
s.Date
objects backed by ICU4J's
SimpleDateFormat
class.Icu4jDateConvertor
s.WidgetDefinition
part of an ImageMap widget, see ImageMap
for more information.ImageMapDefinition
s.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 in org.apache.cocoon.forms.binding
- 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 in org.apache.cocoon.forms.binding
- 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
-
- installHandlers() -
Method in class org.apache.cocoon.forms.formmodel.CalculatedField
- Installs handlers on other widgets.
- 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
-
- IntegerType - Class in org.apache.cocoon.forms.datatype.typeimpl
- A
Datatype
implementation
for whole numbers. - IntegerType() -
Constructor for class org.apache.cocoon.forms.datatype.typeimpl.IntegerType
-
- IntegerTypeBuilder - Class in org.apache.cocoon.forms.datatype.typeimpl
- Builds
IntegerType
s. - IntegerTypeBuilder() -
Constructor for class org.apache.cocoon.forms.datatype.typeimpl.IntegerTypeBuilder
-
- INVISIBLE -
Static variable in class org.apache.cocoon.forms.formmodel.WidgetState
- Invisible state.
- 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
index
th 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(Object) -
Method in class org.apache.cocoon.forms.formmodel.tree.DefaultTreeModel
-
- isLeaf() -
Method in interface org.apache.cocoon.forms.formmodel.tree.DefaultTreeModel.TreeNode
-
- 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
-
- IsNullFunction - Class in org.apache.cocoon.forms.expression
- Returns true if argument is null.
- IsNullFunction() -
Constructor for class org.apache.cocoon.forms.expression.IsNullFunction
-
- 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 class org.apache.cocoon.forms.formmodel.algorithms.JavaScript
-
- isSuitableFor(Datatype) -
Method in class org.apache.cocoon.forms.formmodel.algorithms.SimpleFormula
-
- isSuitableFor(Datatype) -
Method in interface org.apache.cocoon.forms.formmodel.CalculatedFieldAlgorithm
- Checks wether this algorithm is able to return the given datatype.
- 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.library.Library.Dependency
-
- 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.
- 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
-
- 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.
- 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
-
- ITEM_EL -
Static variable in interface org.apache.cocoon.forms.datatype.SelectionList
-
- 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
-
CalculatedFieldAlgorithm
s.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.JavaScriptWidgetListenerBuilder
WidgetListener
based on a JavaScript snippet.SelectionList
s from a JavaSelectionList classTreeModelDefinition
based on an Java class
implementing TreeModel
.TreeModelDefinition
based on an arbitrary Java class.JXPathBindingBase
.BindingManager
by
usage of the
JXPath package .LengthValidationRule
s.LengthValidationRuleBuilder
Datatype
implementation
for whole numbers.LongType
s.WidgetDefinition
part of a Messages widget, see Messages
for more information.MessagesDefinition
s.MillisDateConvertor
s.Mod10ValidationRule
s.Mod10ValidationRuleBuilder
Field
, but can
hold multiple values.WidgetDefinition
part of a MultiValueField widget, see MultiValueField
for more information.MultiValueFieldDefinition
s.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.OutputDefinition
s.BigDecimal
s that does not do any
(locale-dependent) formatting.Float
s that does not do any (locale-dependent)
formatting.PlainIntegerConvertor
s.PlainLongConvertor
s.RangeValidationRule
s.RangeValidationRuleBuilder
Widget.readFromRequest(FormContext)
on all the
contained widgets.
RegExpValidationRule
s.RegExpValidationRuleBuilder
Iterator
interface, but not supported here.
Repeater.clear()
TreeModel.addTreeModelListener(TreeModelListener)
.
Expression
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 in org.apache.cocoon.forms.formmodel
- 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 in org.apache.cocoon.forms.formmodel
- Builds
RepeaterDefinition
s. - RepeaterDefinitionBuilder() -
Constructor for class org.apache.cocoon.forms.formmodel.RepeaterDefinitionBuilder
-
- RepeaterEvent - Class in org.apache.cocoon.forms.event
- 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 in org.apache.cocoon.forms.event
- 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 in org.apache.cocoon.forms.binding
-
- RepeaterFilterField - Class in org.apache.cocoon.forms.formmodel
-
- RepeaterFilterField(RepeaterFilterFieldDefinition) -
Constructor for class org.apache.cocoon.forms.formmodel.RepeaterFilterField
-
- RepeaterFilterFieldDefinition - Class in org.apache.cocoon.forms.formmodel
-
- RepeaterFilterFieldDefinition() -
Constructor for class org.apache.cocoon.forms.formmodel.RepeaterFilterFieldDefinition
-
- RepeaterFilterFieldDefinitionBuilder - Class in org.apache.cocoon.forms.formmodel
-
- RepeaterFilterFieldDefinitionBuilder() -
Constructor for class org.apache.cocoon.forms.formmodel.RepeaterFilterFieldDefinitionBuilder
-
- RepeaterItem - Class in org.apache.cocoon.forms.binding
-
- RepeaterItem(Object) -
Constructor for class org.apache.cocoon.forms.binding.RepeaterItem
-
- RepeaterJXPathAdapter - Class in org.apache.cocoon.forms.binding
-
- RepeaterJXPathAdapter() -
Constructor for class org.apache.cocoon.forms.binding.RepeaterJXPathAdapter
-
- RepeaterJXPathBinding - Class in org.apache.cocoon.forms.binding
- 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 in org.apache.cocoon.forms.binding
- 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 in org.apache.cocoon.forms.binding
- 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 in org.apache.cocoon.forms.event
- Listeners for
RepeaterEvent
s - repeaterModified(RepeaterEvent) -
Method in class org.apache.cocoon.forms.event.impl.JavaScriptWidgetListener.JSRepeaterListener
-
- repeaterModified(RepeaterEvent) -
Method in interface org.apache.cocoon.forms.event.RepeaterListener
-
- repeaterModified(RepeaterEvent) -
Method in class org.apache.cocoon.forms.event.WidgetEventMulticaster
-
- RepeaterSorter - Interface in org.apache.cocoon.forms.binding
-
- request -
Variable in class org.apache.cocoon.forms.FormContext
-
- required -
Variable in class org.apache.cocoon.forms.formmodel.Field
-
- RequiredControl - Class in org.apache.cocoon.forms.event.impl
- 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 in org.apache.cocoon.forms.event.impl
-
- 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
-
- 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.
- 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.CacheManager
-
- 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.FormManager
-
- 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
-
- 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
-
- RowAction - Class in org.apache.cocoon.forms.formmodel
-
- RowAction(RowActionDefinition) -
Constructor for class org.apache.cocoon.forms.formmodel.RowAction
-
- RowAction.MoveDownAction - Class in org.apache.cocoon.forms.formmodel
-
- RowAction.MoveDownAction(RowActionDefinition.MoveDownDefinition) -
Constructor for class org.apache.cocoon.forms.formmodel.RowAction.MoveDownAction
-
- RowAction.MoveUpAction - Class in org.apache.cocoon.forms.formmodel
-
- RowAction.MoveUpAction(RowActionDefinition.MoveUpDefinition) -
Constructor for class org.apache.cocoon.forms.formmodel.RowAction.MoveUpAction
-
- RowActionDefinition - Class in org.apache.cocoon.forms.formmodel
-
- RowActionDefinition() -
Constructor for class org.apache.cocoon.forms.formmodel.RowActionDefinition
-
- RowActionDefinition.AddAfterDefinition - Class in org.apache.cocoon.forms.formmodel
- Adds a row after the one containing this action.
- RowActionDefinition.AddAfterDefinition() -
Constructor for class org.apache.cocoon.forms.formmodel.RowActionDefinition.AddAfterDefinition
-
- RowActionDefinition.DeleteRowDefinition - Class in org.apache.cocoon.forms.formmodel
- Deletes the row containing this action.
- RowActionDefinition.DeleteRowDefinition() -
Constructor for class org.apache.cocoon.forms.formmodel.RowActionDefinition.DeleteRowDefinition
-
- RowActionDefinition.MoveDownDefinition - Class in org.apache.cocoon.forms.formmodel
- Moves up the row containing this action.
- RowActionDefinition.MoveDownDefinition() -
Constructor for class org.apache.cocoon.forms.formmodel.RowActionDefinition.MoveDownDefinition
-
- RowActionDefinition.MoveUpDefinition - Class in org.apache.cocoon.forms.formmodel
- Moves up the row containing this action.
- RowActionDefinition.MoveUpDefinition() -
Constructor for class org.apache.cocoon.forms.formmodel.RowActionDefinition.MoveUpDefinition
-
- RowActionDefinitionBuilder - Class in org.apache.cocoon.forms.formmodel
-
- RowActionDefinitionBuilder() -
Constructor for class org.apache.cocoon.forms.formmodel.RowActionDefinitionBuilder
-
- rows -
Variable in class org.apache.cocoon.forms.formmodel.Repeater
-
- 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
-
Widget
that can have a selection list.SelectionList
s 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"/>
SelectionList
.
SimpleFormula
algorithm.TreeModel
that builds a hierarchy of TraversableSource
s.SourceTreeModel
SourceTreeModel
.splitPattern
does not match what the user entered.
Datatype
implementation
for strings.StringType
s.Group
GroupDefinition
GroupDefinitionBuilder
Binding
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.SUGGESTED_LABEL_ATTR
field
attribute contains the chosen item's label.
JTree
.Tree
widget.Tree
.Tree
widget, inspired by Swing's TreeModel
, with
the difference that child nodes are accessed through keys rather than indices.TreeModel
s.TreeModel
s from an XML description.TreeModel
.TreeModel
sTreeModel
.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>
UploadDefinition
s.ValidationError
instance.
validate()
down to the contained child-widgets,
and validates the extra rules on this containment level regardless of
children widget's validities.
true
(an action has no validation)
true
(an action has no validation)
Widget
s that
can hold a validation error.ValidationRule
into a
WidgetValidator
.ValueCountValidationRule
s.ValueCountValidationRuleBuilder
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.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
-
- valueOf(String) -
Static method in class org.apache.cocoon.forms.formmodel.tree.TreePath
- Returns the
TreePath
represented by a given String.
- ValuesBean - Class in org.apache.cocoon.forms.samples.bindings
- ValuesBean used in the 01values test.
- ValuesBean() -
Constructor for class org.apache.cocoon.forms.samples.bindings.ValuesBean
-
- 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 |