I’ve implemented a soft delete behavior in my imaginary Video rental app, and now I am trying to implement a way to reactivate my “deleted” customers, but I can’t get my approach to work, surely something simple, but google did not let me find the answer, so here I am. Here is an excerpt from my repo interface (JpaRepository): In
Tag: vaadin-flow
How can I display checkboxes instead of boolean in vaadin grid?
I’m working on a new application using vaadin-spring-boot-starter 21.0.7 and trying to render training database information in a Grid. I’d like to have the first column in the list be a checkbox for Active/Inactive, but I can’t figure out how to get that done. Everything I’ve seen has been for Vaadin 7 or 8. Mostly current code is in MainView.java
How to Listen to Vaadin component events in a JavaFX WebView?
I have created a form with Vaadin Flow (Vaadin version 21) with a save button. This form is then shown in a JavaFX WebView (Version 17.0.1) and now I want to listen to events in the form like save button from JavaFX, so I can update JavaFX parts of the application. I have seen examples like: How to retrieve components
Using Vaadin Flow with Jakarta EE 9
I see that Apache Tomcat 10 (alpha) is now available. The major feature there is support for Jakarta EE 9 where package names for APIs have changed from javax.* to jakarta.*. Jakarta EE 9 now has a milestone release available. Can the current versions of Vaadin Flow (14 or 16) be made to work with the new Jakarta 9 and