How to know if a field of the form is edited or not? Is there any method in java? The UI is built with vaadin. I want to throw an error if a field is not edited, I can throw error I just want an answer how can we check if the field is edited or not using java?