aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/main/java/com/vaadin/data/Binder.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range (#12507)Anna Koskinen2022-01-111-1/+1
* Remove obsolete comment and assert in Binder (#12456)Tatu Lund2021-10-281-3/+1
* fix: avoid ConcurrentModificationException in Binder (#12458)Tatu Lund2021-10-271-7/+14
* fix: don't update bean property which is read-only bound (#12457)Tatu Lund2021-10-271-1/+1
* fix: Ensure that side effects of readBean does not set hasChanges true (#12455)Tatu Lund2021-10-271-1/+1
* fix: Avoid processing value change event due writing back of converted value ...Tatu Lund2021-08-061-1/+4
* feat: Add API to control whether Binder converts back to presentation (#12246)Tatu Lund2021-03-181-3/+40
* Prevent NPE in comparison (#12218)Tatu Lund2021-03-051-1/+1
* Update copyright year range. (#12215)Anna Koskinen2021-03-041-1/+1
* Binder: Also use converter for user-changed values (#12132)Tatu Lund2020-12-031-1/+9
* Add missing since tag (#11957)8.11.0.alpha1Zhe Sun2020-04-231-5/+5
* Add methods to control validation (#11945)Tatu Lund2020-04-211-8/+114
* Added @since tags, some tweaks to formatting. (#11839)Anna Koskinen2019-12-041-15/+25
* Make asRequired conditional on binding.setAsRequiredEnabled(..) (#11834)Tatu Lund2019-12-021-1/+54
* Add method writeBeanAsDraft(bean) in Binder (#11833)Tatu Lund2019-11-291-0/+34
* Cherry picks of Binder fixes in Flow (#11758)Tatu Lund2019-11-131-8/+49
* Add javadoc for validate() call in Binder (#11318)Sun Zhe2018-11-151-0/+6
* Fixing NPE in Binder, ported from Flow (#11290)Mehdi Javan2018-11-061-5/+19
* Improving javadoc of Binder.removeBinding (#11107)Mehdi Javan2018-08-091-1/+18
* Fix small formatting issues (#10960)Ilia Motornyi2018-06-011-2/+2
* Fix Binder javadocs (#10907)Ilia Motornyi2018-05-091-1/+3
* Enable Maven plugin for Eclipse formatting (#10829)Ilia Motornyi2018-04-191-2/+2
* Update release notes and since tags for 8.4 (#10760)Teemu Suo-Anttila2018-03-271-14/+13
* Update copyright year (#10761)Ilia Motornyi2018-03-271-1/+1
* Added method asRequired with a custom required validator to BindingBuilder. (...Márcio P. Dantas2018-03-261-3/+27
* Fix ValueChangeListener order changes with Binder (#10745)Teemu Suo-Anttila2018-03-241-8/+10
* Add missing null check to Binding (#10726)Teemu Suo-Anttila2018-03-191-3/+5
* Add setReadOnly for Bindings (#10482)Teemu Suo-Anttila2018-02-081-23/+95
* Treat fields as readonly when bound with null setter (#10477)Marco Collovati2017-12-291-0/+15
* Make Binder.setReadonly ignore effectively readonly bindings (#10368)Marco Collovati2017-12-281-5/+13
* Improve Binder JavaDocs and APIs (#10347)Teemu Suo-Anttila2017-11-211-7/+22
* Extract AbstractBeanPropertyDefinition and PropertyFilterDefinition (#10344)Aleksi Hietanen2017-11-211-1/+0
* Update since tags in JavaDoc (#10325)8.2.0.alpha3Teemu Suo-Anttila2017-11-151-1/+1
* Improve nested property support for Binder (#9925)Olli Tietäväinen2017-11-141-5/+20
* Add API to read Binding value from bean (#10316)Teemu Suo-Anttila2017-11-131-3/+22
* Remove trailing spaces (#10224)Ahmed Ashour2017-10-261-2/+2
* Added utility method Binder#asRequired() (#9873)Stephan Knitelius2017-10-201-0/+25
* Use .toLowerCase and .toUpperCase(Locale.ROOT) (#10182)Ahmed Ashour2017-10-201-1/+1
* Add ErrorLevel to Validators and results (#10099)Teemu Suo-Anttila2017-10-111-17/+104
* Fix Binder bean writing to only validate and write given bindings (#10162)Teemu Suo-Anttila2017-10-111-27/+53
* Don't use synthetic methods for listener classes. (#10135)Ahmed Ashour2017-10-041-2/+2
* Fix typos (#10124)Ahmed Ashour2017-10-041-4/+7
* First sentence of javadoc should end with a period (#10114)Ahmed Ashour2017-10-021-2/+2
* Add since tags and update release notes (#10109)Henri Sara2017-09-281-23/+21
* Use interface instead of implementation (#10073)Ahmed Ashour2017-09-281-4/+7
* Fix BindingBuilder to always use the same instance (#10004)Teemu Suo-Anttila2017-09-261-13/+14
* Improve Binder value change handling with bean validation (#9988)Teemu Suo-Anttila2017-09-251-100/+163
* Add API for running BindingValidationStatusHandlers (#9966)Teemu Suo-Anttila2017-09-191-6/+13
* Fix removeBinding logic (#10002)Piotr Wilkin2017-09-191-5/+51
* Add methods to remove Bindings from Binder (#9932)Teemu Suo-Anttila2017-09-051-0/+46