aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/test/java/com/vaadin/data
Commit message (Expand)AuthorAgeFilesLines
* feat: Add better API to configure maximum allowed rows (#12466)Tatu Lund2021-11-031-0/+8
* 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: Add row limit to DataCommunicator row data requests (#12415)Tatu Lund2021-09-301-0/+8
* 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
* Adding regression test against malicious input (#12105)Tatu Lund2020-09-251-0/+5
* fix duplicate key exception with Binder when interface method is overwritten ...vt5122020-09-081-0/+28
* Bump hibernate-validator from 4.3.2.Final to 5.3.5.Final (#12083)Tatu Lund2020-08-251-2/+2
* Add methods to control validation (#11945)Tatu Lund2020-04-211-2/+77
* TreeDataProvider: Apply filters to children (#11868)Tatu Lund2020-01-162-9/+56
* 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-132-13/+135
* Reduce Grid's sort complexity. (#11566)Anna Koskinen2019-05-151-4/+5
* Request data update before client response (#11341)Sun Zhe2018-12-111-5/+4
* Fixing NPE in Binder, ported from Flow (#11290)Mehdi Javan2018-11-061-0/+54
* Remove objects from ActiveDataHandler that are no longer available in used Da...Ilia Motornyi2018-09-071-1/+64
* Fix DataCommunicator not sending data on filter updates (#11068)Teemu Suo-Anttila2018-07-192-1/+44
* Fix temporal renderers serialization (#10929)Ilia Motornyi2018-06-132-9/+8
* Fix NPE check in BindingValidationStatus (#10964)Olli Tietäväinen2018-06-051-0/+13
* Enable Maven plugin for Eclipse formatting (#10829)Ilia Motornyi2018-04-199-62/+79
* Remove copyright headers from test code (#10770)Teemu Suo-Anttila2018-03-2824-360/+0
* Update copyright year (#10761)Ilia Motornyi2018-03-2724-24/+24
* 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
* Always return a fresh copy of BeanPropertySet from cache (#10635)Ilia Motornyi2018-03-242-24/+134
* Implement ReadOnlyHasValue helper (#10643)Ilia Motornyi2018-03-201-0/+116
* 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
* Add recursive expand and collapse method to TreeGrid and Tree (#10283)Adam Wagner2018-02-082-3/+3
* Treat fields as readonly when bound with null setter (#10477)Marco Collovati2017-12-292-7/+25
* Make Binder.setReadonly ignore effectively readonly bindings (#10368)Marco Collovati2017-12-282-0/+43
* Fix nested bean property name (#10271)schaerl2017-11-221-0/+48
* Improve Binder JavaDocs and APIs (#10347)Teemu Suo-Anttila2017-11-211-0/+8
* Extract AbstractBeanPropertyDefinition and PropertyFilterDefinition (#10344)Aleksi Hietanen2017-11-211-1/+0
* Improve nested property support for Binder (#9925)Olli Tietäväinen2017-11-142-2/+198
* Add API to read Binding value from bean (#10316)Teemu Suo-Anttila2017-11-131-0/+21
* HasItems.setItems(T... items) should allow edits (#10290)Pekka Hyvönen2017-11-062-0/+82
* Fix end of line comments, which were made by automatic formatter (#10234)Ahmed Ashour2017-10-311-4/+4
* Use lambda with Listeners (#10222)Ahmed Ashour2017-10-261-1/+2
* Improve naming of fields and variables (#10242)Ahmed Ashour2017-10-261-1/+1
* Use .toLowerCase and .toUpperCase(Locale.ROOT) (#10182)Ahmed Ashour2017-10-201-1/+1
* Simplify lambda expressions (#10198)Ahmed Ashour2017-10-204-42/+34
* 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-112-6/+42
* Remove unneeded .toString() (#10141)Ahmed Ashour2017-10-102-5/+4