Переглянути джерело

Fix Binder javadocs (#10907)

Fixes #10399
tags/8.5.0.alpha2
Ilia Motornyi 6 роки тому
джерело
коміт
1b9feecc74
Аккаунт користувача з таким Email не знайдено
1 змінених файлів з 3 додано та 1 видалено
  1. 3
    1
      server/src/main/java/com/vaadin/data/Binder.java

+ 3
- 1
server/src/main/java/com/vaadin/data/Binder.java Переглянути файл

@@ -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

Завантаження…
Відмінити
Зберегти