Open a view in a new PopUp window

Dear Community,

I am new to Vaadin and am stuck in a problem. We have an application where we navigate the views using
UI.getCurrent().getNavigator().navigateTo(navigationState);
which just changes the current view.

I need to open a new window to show a preview of this view instead of moving the view. Is there a possibility in vaadin to open a view in the window using the navigation state?

Any pointers would be very very helpful. Please let me know if more info is needed.

Thanks a lot for your time and consideration.

Best Regards,
Riswan

Hi Riswan,

Have you considered using a sub-window to display the content? You can find more information in the
documentation
.

Regards,
Goran