Step 4 - Converting UI parameters
For this step, not all actions need to be done. It depends on what’s configured in your original UI.
See each specific tutorial for details.
-
My application uses a custom widget set →
-
My application uses a custom theme →
-
My application uses push →
-
My application needs to manage the VaadinSessions →
-
My application uses an advanced custom UI logic →
Other parameters
-
For
@Title
, you should use@PageTitle
from thecom.vaadin.flow.router
package; -
For
@Viewport
, you should use@ViewPort
from thecom.vaadin.flow.component.page
package.
After converting those parameters, you can progress to the next step.