aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/test/java/com/vaadin/data/BeanBinderTest.java
Commit message (Expand)AuthorAgeFilesLines
* fix duplicate key exception with Binder when interface method is overwritten ...vt5122020-09-081-0/+28
* Enable Maven plugin for Eclipse formatting (#10829)Ilia Motornyi2018-04-191-4/+8
* Treat fields as readonly when bound with null setter (#10477)Marco Collovati2017-12-291-5/+12
* Make Binder.setReadonly ignore effectively readonly bindings (#10368)Marco Collovati2017-12-281-0/+18
* Use static import of Assert in tests (#10126)Ahmed Ashour2017-10-031-10/+11
* Remove unused methods. (#10058)Ahmed Ashour2017-09-221-0/+1
* Only throw from Binder.bindInstanceFields if there are no bindings at all (#9...8.1.0.beta2Artur2017-06-151-0/+49
* Fix bean validation when using sub property bindings (#9248)Artur2017-05-081-9/+87
* Binder with Nested Properties (#8923)chrosim2017-04-121-0/+41
* Fix some issues with Binder serialization (#8660)Ilia Motornyi2017-02-231-2/+8
* Provide a way to configure bean binder to auto set required fields (#8460)Denis2017-02-081-0/+83
* Extract Bean validation logic from Binder to BeanValidationBinderDenis2017-01-251-1/+1
* Integrate BeanBinder functionality into Binder (#8096)Leif Åstrand2017-01-121-32/+7
* Automatically complete custom bindings in BeanBinder#bindInstanceFields (#8012)Aleksi Hietanen2017-01-031-0/+58
* Global java code cleanup using Eclipse Neon.1Leif Åstrand2016-12-201-1/+2
* Remove usage of Consumer from event listeners (#7985)Pekka Hyvönen2016-12-141-1/+1
* Erase type of BeanBinder#bindInstanceFields parameter in equality test 8.0.0.alpha9Aleksi Hietanen2016-12-091-0/+28
* Separate Binding and BindingBuilder (#80)Leif Åstrand2016-12-051-6/+6
* Ensure all BeanBinding chaining methods return BeanBindingLeif Åstrand2016-11-291-0/+24
* Rename Binder methodsPekka Hyvönen2016-10-261-11/+11
* Avoid explicit casting to getter return type in getDescriptor() (#292).Denis Anisimov2016-09-211-2/+12
* Split Binder tests roughly by categoryJohannes Dahlström2016-09-141-27/+19
* Refactor Binder Status Handling APIPekka Hyvönen2016-09-121-3/+4
* Add item level validator support to BinderDenis Anisimov2016-09-021-5/+5
* Format the project using Neon, remove trailing whitespaceArtur Signell2016-08-311-4/+4
* Implement BeanBinder with JSR-303 validationJohannes Dahlström2016-08-221-0/+171