summaryrefslogtreecommitdiffstats
path: root/server/src/test/java/com/vaadin/data/BinderTest.java
Commit message (Expand)AuthorAgeFilesLines
* fix: avoid ConcurrentModificationException in Binder (#12458)Tatu Lund2021-10-271-0/+23
* fix: don't update bean property which is read-only bound (#12457)Tatu Lund2021-10-271-0/+71
* fix: Ensure that side effects of readBean does not set hasChanges true (#12455)Tatu Lund2021-10-271-0/+22
* fix: Avoid processing value change event due writing back of converted value ...Tatu Lund2021-08-061-0/+31
* feat: Add API to control whether Binder converts back to presentation (#12246)Tatu Lund2021-03-181-0/+15
* Binder: Also use converter for user-changed values (#12132)Tatu Lund2020-12-031-0/+65
* Add methods to control validation (#11945)Tatu Lund2020-04-211-2/+77
* Make asRequired conditional on binding.setAsRequiredEnabled(..) (#11834)Tatu Lund2019-12-021-3/+6
* Add method writeBeanAsDraft(bean) in Binder (#11833)Tatu Lund2019-11-291-0/+33
* Cherry picks of Binder fixes in Flow (#11758)Tatu Lund2019-11-131-8/+134
* Enable Maven plugin for Eclipse formatting (#10829)Ilia Motornyi2018-04-191-4/+8
* Added method asRequired with a custom required validator to BindingBuilder. (...Márcio P. Dantas2018-03-261-0/+92
* Fix ValueChangeListener order changes with Binder (#10745)Teemu Suo-Anttila2018-03-241-0/+25
* Add option to use error message provider for StringTo converters (#10711)Teemu Suo-Anttila2018-03-191-0/+23
* Add missing null check to Binding (#10726)Teemu Suo-Anttila2018-03-191-0/+19
* Add setReadOnly for Bindings (#10482)Teemu Suo-Anttila2018-02-081-10/+38
* Treat fields as readonly when bound with null setter (#10477)Marco Collovati2017-12-291-2/+13
* Make Binder.setReadonly ignore effectively readonly bindings (#10368)Marco Collovati2017-12-281-0/+25
* Improve Binder JavaDocs and APIs (#10347)Teemu Suo-Anttila2017-11-211-0/+8
* Add API to read Binding value from bean (#10316)Teemu Suo-Anttila2017-11-131-0/+21
* Simplify lambda expressions (#10198)Ahmed Ashour2017-10-201-5/+5
* Add ErrorLevel to Validators and results (#10099)Teemu Suo-Anttila2017-10-111-0/+20
* Fix Binder bean writing to only validate and write given bindings (#10162)Teemu Suo-Anttila2017-10-111-4/+32
* Use static import of Assert in tests (#10126)Ahmed Ashour2017-10-031-104/+99
* Fix BindingBuilder to always use the same instance (#10004)Teemu Suo-Anttila2017-09-261-10/+37
* Improve Binder value change handling with bean validation (#9988)Teemu Suo-Anttila2017-09-251-10/+101
* Add API for running BindingValidationStatusHandlers (#9966)Teemu Suo-Anttila2017-09-191-1/+62
* Fix removeBinding logic (#10002)Piotr Wilkin2017-09-191-7/+22
* Add methods to remove Bindings from Binder (#9932)Teemu Suo-Anttila2017-09-051-0/+71
* Throw exception if user modifies same binding step twiceTeemu Suo-Anttila2017-05-261-0/+12
* Clear errors when clearing binder fields (#9364)Artur2017-05-191-0/+20
* Add a method for getting bound fields from Binder (#9365)Artur2017-05-191-11/+26
* Binding a null bean should clear the bound field values (#8288)caalador2017-02-091-24/+113
* Add isValid to Binder (#8274)Aleksi Hietanen2017-02-031-0/+52
* Introduce Binder.setReadOnly() (#8241)Denis2017-01-161-0/+63
* Integrate BeanBinder functionality into Binder (#8096)Leif Åstrand2017-01-121-2/+7
* Rename com.vaadin.data.util.converter to com.vaadin.data.converterPekka Hyvönen2016-12-141-1/+1
* Rename setRequired to asRequired since it's logically not a setter (#7986)Leif Åstrand2016-12-141-2/+2
* Change return type of Binder#getBean to BEANAleksi Hietanen2016-12-081-8/+8
* Separate Binding and BindingBuilder (#80)Leif Åstrand2016-12-051-3/+3
* Simplify Binding API by removing the FIELDTYPE type parameterLeif Åstrand2016-11-291-2/+2
* Fix field value change event handling for unbound binderAleksi Hietanen2016-11-221-0/+41
* Add Bindinding.setRequiredPekka Hyvönen2016-11-021-2/+66
* Rename Binder methodsPekka Hyvönen2016-10-261-23/+28
* Disable default null representation one way converter.Denis Anisimov2016-10-261-0/+63
* Initial support for null representations in BinderTeemu Suo-Anttila2016-10-241-1/+80
* Revert "Initial support for null representations in Binder"Denis Anisimov2016-10-201-47/+1
* Initial support for null representations in BinderTeemu Suo-Anttila2016-10-201-1/+47
* Split Binder tests roughly by categoryJohannes Dahlström2016-09-141-1167/+33
* Fix binder.load to reset validation status in the endPekka Hyvönen2016-09-131-1/+39