Integrating legacy components into flow layout without MPR

Hello!

According to MPR docs there is a tool to add legacy components into flow layouts using LegacyWrapper class. Could anybody please give a hint is it possible to make smth similar to LegacyWrapper without huge efforts, e.g by implementing 1-2 classes for that? Would appreciate any advices.

I want to use few addons (wizard and few others), compatible with older versions, but not with flow. I know i can just copy code and substitute some fragments with new classes and dependencies to make it work with flow but i wanted to ask a question first if there is any other workaround for my purpose.

Thanks in advance.

Hi,

Without MPR there is no easy solution to include a Vaadin 7 or 8 components inside Vaadin 14.
You need to upgrade the add-on or find a replacement in Vaadin 14 (for example https://vaadin.com/directory/component/vstepper for a stepper).

Jean-Christophe Gueriaud:
Hi,

Without MPR there is no easy solution to include a Vaadin 7 or 8 components inside Vaadin 14.
You need to upgrade the add-on or find a replacement in Vaadin 14 (for example https://vaadin.com/directory/component/vstepper for a stepper).

Many thanks for your answer and for the link to the alternative, sir. You helped me a lot.