From 84e06c864592782393765b142802b608b8874b7e Mon Sep 17 00:00:00 2001 From: Ilia Motornyi Date: Wed, 9 May 2018 17:07:56 +0300 Subject: [PATCH] Fix Binder javadocs (#10907) Fixes #10399 --- server/src/main/java/com/vaadin/data/Binder.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/server/src/main/java/com/vaadin/data/Binder.java b/server/src/main/java/com/vaadin/data/Binder.java index 52c290a5ee..003966feef 100644 --- a/server/src/main/java/com/vaadin/data/Binder.java +++ b/server/src/main/java/com/vaadin/data/Binder.java @@ -2188,7 +2188,9 @@ public class Binder implements Serializable { * Adds field value change listener to all the fields in the binder. *

* Added listener is notified every time whenever any bound field value is - * changed. The same functionality can be achieved by adding a + * changed, i.e. the UI component value was changed, passed all the + * conversions and validations then propagated to the bound bean field. The same + * functionality can be achieved by adding a * {@link ValueChangeListener} to all fields in the {@link Binder}. *

* The listener is added to all fields regardless of whether the method is -- 2.39.5