]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fix Binder javadocs (#10907)
authorIlia Motornyi <elmot@vaadin.com>
Wed, 9 May 2018 14:07:56 +0000 (17:07 +0300)
committerGitHub <noreply@github.com>
Wed, 9 May 2018 14:07:56 +0000 (17:07 +0300)
Fixes #10399

server/src/main/java/com/vaadin/data/Binder.java

index ef391d83698d62e0a5f59848f343bbc2b25ea509..3e9c8c4a139a9ab77d8767c6afba3c55d6d49dae 100644 (file)
@@ -2188,7 +2188,9 @@ public class Binder<BEAN> implements Serializable {
      * Adds field value change listener to all the fields in the binder.
      * <p>
      * 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}.
      * <p>
      * The listener is added to all fields regardless of whether the method is