]> source.dussan.org Git - vaadin-framework.git/commit
feat: Add API to control whether Binder converts back to presentation (#12246)
authorTatu Lund <tatu@vaadin.com>
Thu, 18 Mar 2021 16:12:37 +0000 (18:12 +0200)
committerGitHub <noreply@github.com>
Thu, 18 Mar 2021 16:12:37 +0000 (18:12 +0200)
commit01c72e9e6c0678980bc39112f4b97454de6916c7
tree535e5f7f01b48a0e3a3befe0eeaa2b18824b2917
parent49ea04a13c0d9a19c1d9ca041ff34574f910bb67
feat: Add API to control whether Binder converts back to presentation (#12246)

#12132 fixed an old bug, conversion was not done back, which was a regression from Vaadin 7. However since the bug has been present long time, it has become established behavior, thus there may be need to disable conversion back to presentation sometimes, thus this API as added.
server/src/main/java/com/vaadin/data/Binder.java
server/src/test/java/com/vaadin/data/BinderTest.java