Docs

Documentation versions (currently viewingVaadin 14)

You are viewing documentation for an older Vaadin version. View latest documentation

Step 4 - Converting UI parameters

For this step, not all actions need to be done. It depends on what is configured in your original UI.

Please refer to each specific tutorial for details.

Other parameters

  • For @Title, you should use @PageTitle from the com.vaadin.flow.router package;

  • For @Viewport, you should use @ViewPort from the com.vaadin.flow.component.page package.

After converting those parameters, you can progress to the next step.