How to create a mail link in Vaadin? [closed]
Closed 2 days ago.
Render Object in Vaadin Crud Grid
I want to show the values of the ausstattung object as concatenated strings in the grid. Like (Beamer, Computer, Board) ausstattung is german for equipment. I have a many to many jpa relationsship between room and ausstattung. How can i render the data as String?
Vaadin Flow with Tabs managed by Routes
Trying to create tabs in Vaadin Flow v24 , managed by separate Java class files and following this elegant solution about Tabs in tab Vaadin Flow java , I implemented this sample code :