Versions Compared

Key

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

...

Now for a MultiField, the related Property can no more be a simple Property but rather a ListProperty . This ListProperty will be populated with the individual field Property values.
This is the first information needed in order to handle complex fields: The PropertType (Basic, List, Composite,...)

Mockup
Namefields 2

The way values of the ListProperty is set and retrieve from the related Item is also something we would like to configure. For example I may want to have a MultiField composed of DateField stored in a single multi value.
The same field may be used in another place but the values have to be stored as sub item (nodes) elements.
PropertHandler is the second information needed. PropertHandler handle the way property element are retrieve and set to an Item.

...