summaryrefslogtreecommitdiffstats
path: root/server/src/main/java/com/vaadin/data
Commit message (Expand)AuthorAgeFilesLines
* Reduce Grid's sort complexity. (#11566)Anna Koskinen2019-05-152-10/+61
* Code format (#11548)Sun Zhe2019-04-291-14/+17
* Finish the since tag (#11540) (#11543)Sun Zhe2019-04-181-1/+1
* Create StringToUuidConverter.java (#11387)Basil Bourque2019-04-101-0/+99
* Request data update before client response (#11341)Sun Zhe2018-12-111-0/+1
* Add javadoc for validate() call in Binder (#11318)Sun Zhe2018-11-151-0/+6
* Refactoring DataCommunicator code (#11304)Anastasia Smirnova2018-11-151-9/+9
* Fixing NPE in Binder, ported from Flow (#11290)Mehdi Javan2018-11-061-5/+19
* Updating since tags (#11200)8.6.0.alpha2Mehdi Javan2018-09-211-2/+2
* Remove objects from ActiveDataHandler that are no longer available in used Da...Ilia Motornyi2018-09-071-0/+26
* Improving javadoc of Binder.removeBinding (#11107)Mehdi Javan2018-08-091-1/+18
* Fix DataCommunicator not sending data on filter updates (#11068)Teemu Suo-Anttila2018-07-191-0/+3
* Fix formatting (#11023)Ilia Motornyi2018-07-041-18/+22
* Fix expanding an added TreeGrid node (#11018)Teemu Suo-Anttila2018-07-021-7/+4
* Fix TabSheet attaching and detaching components (#10988)Teemu Suo-Anttila2018-06-191-5/+5
* Fix temporal renderers serialization (#10929)Ilia Motornyi2018-06-131-0/+34
* Fix NPE check in BindingValidationStatus (#10964)Olli Tietäväinen2018-06-051-1/+1
* Fix small formatting issues (#10960)Ilia Motornyi2018-06-011-2/+2
* Fix Binder javadocs (#10907)Ilia Motornyi2018-05-091-1/+3
* Fix Grid initial data when changing TabSheet Tab (#10872)Teemu Suo-Anttila2018-05-041-0/+5
* Enable Maven plugin for Eclipse formatting (#10829)Ilia Motornyi2018-04-1917-108/+126
* Remove empty comments (#10789)Ilia Motornyi2018-04-051-3/+0
* Update release notes and since tags for 8.4 (#10760)Teemu Suo-Anttila2018-03-2710-42/+51
* Update copyright year (#10761)Ilia Motornyi2018-03-2794-94/+94
* Added method asRequired with a custom required validator to BindingBuilder. (...Márcio P. Dantas2018-03-261-3/+27
* Fix ValueChangeListener order changes with Binder (#10745)Teemu Suo-Anttila2018-03-241-8/+10
* Always return a fresh copy of BeanPropertySet from cache (#10635)Ilia Motornyi2018-03-241-39/+42
* Implement ReadOnlyHasValue helper (#10643)Ilia Motornyi2018-03-201-0/+119
* Add option to use error message provider for StringTo converters (#10711)Teemu Suo-Anttila2018-03-198-35/+271
* Add missing null check to Binding (#10726)Teemu Suo-Anttila2018-03-191-3/+5
* Add setReadOnly for Bindings (#10482)Teemu Suo-Anttila2018-02-081-23/+95
* Add recursive expand and collapse method to TreeGrid and Tree (#10283)Adam Wagner2018-02-082-45/+191
* Fix Grid initial render performance (#10579)Teemu Suo-Anttila2018-02-051-1/+0
* Fix code example in DataProvider JavaDoc (#10601)Ilia Motornyi2018-02-051-1/+1
* Fix Grid not updating selected item immediately (#10569)Teemu Suo-Anttila2018-01-251-12/+9
* Add missing since tags and JavaDocs (#10487)8.3.0.alpha1Teemu Suo-Anttila2018-01-031-3/+6
* Treat fields as readonly when bound with null setter (#10477)Marco Collovati2017-12-291-0/+15
* Make Binder.setReadonly ignore effectively readonly bindings (#10368)Marco Collovati2017-12-281-5/+13
* Fix nested bean property name (#10271)schaerl2017-11-223-39/+24
* Improve Binder JavaDocs and APIs (#10347)Teemu Suo-Anttila2017-11-211-7/+22
* Fix issues from API review for 8.2 (#10342)Aleksi Hietanen2017-11-211-3/+3
* Extract AbstractBeanPropertyDefinition and PropertyFilterDefinition (#10344)Aleksi Hietanen2017-11-214-117/+192
* Update since tags in JavaDoc (#10325)8.2.0.alpha3Teemu Suo-Anttila2017-11-152-6/+6
* Improve nested property support for Binder (#9925)Olli Tietäväinen2017-11-142-10/+279
* Add API to read Binding value from bean (#10316)Teemu Suo-Anttila2017-11-131-3/+22
* Relax mapper access in HierarchicalDataCommunicator Ilia Motornyi2017-11-101-0/+8
* HasItems.setItems(T... items) should allow edits (#10290)Pekka Hyvönen2017-11-062-2/+4
* Relax TreeGrid and Tree members access modifiers. (#10293)Ilia Motornyi2017-11-062-5/+34
* Remove redundant interface already implemented by super class. (#10258)Ahmed Ashour2017-10-312-4/+2
* Improve naming of fields and variables (#10242)Ahmed Ashour2017-10-261-2/+2