Versions Compared

Key

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

...

A strategy can be used to handle data-read operations in forms containing complex field. Item Provider Strategy is a much simpler solution than the 5 UI field transformers. An item provider only needs to know how to access the data. In contrast, the transformers in the 5 UI framework were responsible for both types of data operations - reading – reading and writing. In addition to this:

...