Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • As property are typed, the created property will be of the type defined by the property named type coming from the  field definition. (type=Date  the property will be a Date Object). Default type is String
  • If the property defaultValue is defined in the field definition, this value will be converted to the appropriate type and assigned to the newly created property. Otherwise the property will have a null value.

If the related field support i18n a language suffix is added to the property name:
For example, a field is called 'simpleText' and has  support for 'en, de, fr'. Default language is 'en'

...

OptionGroupPropertyHandler

In case of an OptionGroup field is defined as multiselect, the selected values are stored as a JCR multi-value-property. This JCR multi-value-property is normally handled as a List, but the underlying Vaadin field is only working with Set . This handler simply convert  List to Set

TextCodePropertyHandler

Simple TextCode Handler that return an empty String instead of a null property value.

TwinSelectPropertyHandler

Like for the OptionGroup field, the underlying Vaadin Field need additional convertor between List to Set.

CompositeHandler

In addition to the CompositeField and SwitchableField default Handler, we provide two additional CompositeHandler:

SubNodeCompositeHandler

 SubNodeCompositeHandler  will store the  property values of the fields composing the composite field under the following format:

 

TwinSelectPropertyHandler

 

...

Advanced Tables - Table Plus
enableHeadingAttributesfalse
enableSortingfalse
classm5-configuration-tree
enableHighlightingfalse
Node nameElement nameValue

formNode

 

 

    compositeComposite field name 
       
Paragraph

field1
First field name composing the
Composite field
Typed value in the First field
       
Paragraph

field2

Second field name composing the
Composite field

 Typed value in the Second field
       
Paragraph

field3

Third field name composing the
Composite field

Typed value in the Third field

(warning) This Handler do not support i18n.

NoOpCompositeHandler

 

MultiHandler

 

Limitation

 

...