Versions Compared

Key

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

The Magnolia 5 UI field transformer classes no longer exist in the Magnolia 6 UI framework. Their functionality has been replaced there by the

Javadoc resource link
classNameinfo.magnolia.ui.framework.databinding.ItemProviderStrategy
renderTypeasynchronous
interface - abstract logic for accessing form datasource items.

Most of the original transformer functions are realized in the 6 UI using databinding data binding item providers and handlers, for example by FetchJcrSubNode or JcrChildNodeOrderHandler. The following tables describe the nature of the ports in more detail.

...