summaryrefslogtreecommitdiffstats
path: root/server/src/main/java/com/vaadin/data
Commit message (Expand)AuthorAgeFilesLines
* Improving javadoc of Binder.removeBinding (#11107)Mehdi Javan2018-09-051-1/+18
* Fix DataCommunicator not sending data on filter updates (#11068)Teemu Suo-Anttila2018-07-301-0/+3
* Fix formatting (#11023)Ilia Motornyi2018-07-101-18/+22
* Fix expanding an added TreeGrid node (#11018)Teemu Suo-Anttila2018-07-101-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
* Remove trailing spaces (#10224)Ahmed Ashour2017-10-269-51/+51
* Added utility method Binder#asRequired() (#9873)Stephan Knitelius2017-10-201-0/+25
* Fix typos (#10213)Ahmed Ashour2017-10-202-6/+6
* Use .toLowerCase and .toUpperCase(Locale.ROOT) (#10182)Ahmed Ashour2017-10-201-1/+1
* Simplify lambda expressions (#10198)Ahmed Ashour2017-10-207-28/+20
* Use Collection.isEmpty() (#10172)Ahmed Ashour2017-10-121-1/+1
* Add ErrorLevel to Validators and results (#10099)Teemu Suo-Anttila2017-10-115-51/+400
* Fix Binder bean writing to only validate and write given bindings (#10162)Teemu Suo-Anttila2017-10-111-27/+53
* Prevent Grid refreshAll from getting stuck due mismatched state (#10161)Ansku2017-10-101-3/+0
* Fix typos (#10158)Ahmed Ashour2017-10-101-4/+2