Vertical layout as link to webpage

Is it posible to create layout as link to webpage? I see that I can use layout click listener but i need to choos open the web page to the same tab or new tab. Like a link component .

Hi!
It sounds like you are trying to embedd an external web page or other resource in a Vaadin application. This is possible, see https://vaadin.com/book/-/page/components.embedded.html. The external resource can then be used just as any component. If you need to open a new window with some content, see the api documentation for com.vaadin.server.Page.

-Pontus