diff options
author | Tatu Lund <tatu@vaadin.com> | 2019-11-29 14:33:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-29 14:33:59 +0200 |
commit | dda9b052604967b8d8cfec5c20d06e72f6f78d33 (patch) | |
tree | 55a257469a401f6f4f0564a6ac5367455529050a /server/src/main/java/com/vaadin/ui/MultiSelect.java | |
parent | a8bce6437bb3fb05fa52910cc80cde325b1e72a9 (diff) | |
download | vaadin-framework-dda9b052604967b8d8cfec5c20d06e72f6f78d33.tar.gz vaadin-framework-dda9b052604967b8d8cfec5c20d06e72f6f78d33.zip |
Add method writeBeanAsDraft(bean) in Binder (#11833)
* Add method writeBeanAsDraft(bean) in Binder
With current Binder implementation it is not easy to support Forms, which you want to save as draft, i.e. incomplete. For example there can be big text areas, that require time to fill, or lot of fields. Therefore it is needed to that form can be saved, e.g. to other bean in incomplete state when it is not yet passing validation and this other bean can be persisted to draft storage for further editing in the future. This method helps to achieve that easily.
* Add test case for Binder.writeBeanAsDraft(bean)
Bind a field with validator, set value that does not pass validator and save, assert that value was saved.
* Updating test
* Fixing logic flaw in test
* Further improvement of the test case
* Clarification of the JavaDoc
* Fixing typo
* JavaDoc language check
* Fixing whitespace issue
* Fixing whitespaces
* Fixing whitespaces
* Updating JavaDoc
Diffstat (limited to 'server/src/main/java/com/vaadin/ui/MultiSelect.java')
0 files changed, 0 insertions, 0 deletions