aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/test/java/com/vaadin/data/BinderConverterValidatorTest.java
Commit message (Expand)AuthorAgeFilesLines
* Remove copyright headers from test code (#10770)Teemu Suo-Anttila2018-03-281-15/+0
* Update copyright year (#10761)Ilia Motornyi2018-03-271-1/+1
* Simplify lambda expressions (#10198)Ahmed Ashour2017-10-201-12/+9
* Fix Binder bean writing to only validate and write given bindings (#10162)Teemu Suo-Anttila2017-10-111-2/+10
* Use static import of Assert in tests (#10126)Ahmed Ashour2017-10-031-40/+39
* Fix some issues with Binder serialization (#8660)Ilia Motornyi2017-02-231-1/+2
* Global java code cleanup using Eclipse Neon.1Leif Åstrand2016-12-201-3/+4
* Rename com.vaadin.data.util.converter to com.vaadin.data.converterPekka Hyvönen2016-12-141-2/+1
* Remove usage of Consumer from event listeners (#7985)Pekka Hyvönen2016-12-141-10/+10
* Change return type of Binder#getBean to BEANAleksi Hietanen2016-12-081-4/+4
* Separate Binding and BindingBuilder (#80)Leif Åstrand2016-12-051-14/+15
* Simplify Binding API by removing the FIELDTYPE type parameterLeif Åstrand2016-11-291-15/+14
* Fix field value change event handling for unbound binderAleksi Hietanen2016-11-221-4/+27
* Use lambdas where appropriatePer-Åke Minborg2016-11-071-10/+6
* Explicit type args can be inferredPer-Åke Minborg2016-11-051-3/+3
* Revert "Convert to for-each loop, Stream and switch-over-strings"Pekka Hyvönen2016-11-031-9/+8
* Convert to for-each loop, Stream and switch-over-stringsPer-Åke Minborg2016-11-021-8/+9
* Introduces ValidationResult interface to replace Result in validators.Denis Anisimov2016-11-011-4/+4
* Add ValueContext to ValidatorsTeemu Suo-Anttila2016-10-261-4/+5
* Rename Binder methodsPekka Hyvönen2016-10-261-36/+36
* Correct serializable issues and test that components can be serializedLeif Åstrand2016-10-241-2/+3
* Initial support for null representations in BinderTeemu Suo-Anttila2016-10-241-5/+26
* Revert "Initial support for null representations in Binder"Denis Anisimov2016-10-201-26/+5
* Initial support for null representations in BinderTeemu Suo-Anttila2016-10-201-5/+26
* Split Binder tests roughly by categoryJohannes Dahlström2016-09-141-0/+687