aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/test/java/com/vaadin/data/BinderTest.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix inconsistent API naming in Binder and remove unused handlerPekka Hyvönen2016-09-131-32/+32
* Clear binder errors after load/bindPekka Hyvönen2016-09-131-0/+74
* Refactor Binder Status Handling APIPekka Hyvönen2016-09-121-98/+208
* Add hasChanges to BinderAleksi Hietanen2016-09-121-0/+27
* Add Form level status handler and status labelPekka Hyvönen2016-09-081-9/+203
* Add item level validator support to BinderDenis Anisimov2016-09-021-0/+228
* Implement Binder.saveIfValid and fix Binder.save to throw exceptionArtur Signell2016-08-311-3/+51
* Make binder set null values correctlyArtur Signell2016-08-241-0/+23
* Remove duplicate tests and rename tests BinderTestPekka Hyvönen2016-08-231-72/+6
* Implement BeanBinder with JSR-303 validationJohannes Dahlström2016-08-221-1/+1