Versions Compared

Key

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

...

A Field  is linked to a Property  used to store the field value. This Property is set by the FieldBuilder based on the passed Item .
For example a TextField named 'text' has a Property bound to the Item  Property 'text'.

Mockup
AlignmentLeft
Width120
Nameitem

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,...)

...