aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/main/java/com/vaadin/data
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Edit grid row by index - server side (#10040)Piotr Wilkin2017-10-102-2/+2
* Don't use synthetic methods for listener classes. (#10135)Ahmed Ashour2017-10-041-2/+2
* Fix typos (#10124)Ahmed Ashour2017-10-041-4/+7
* First sentence of javadoc should end with a period (#10114)Ahmed Ashour2017-10-024-14/+20
* Add since tags and update release notes (#10109)Henri Sara2017-09-281-23/+21
* Use interface instead of implementation (#10073)Ahmed Ashour2017-09-281-4/+7
* Fix BindingBuilder to always use the same instance (#10004)Teemu Suo-Anttila2017-09-261-13/+14
* Improve Binder value change handling with bean validation (#9988)Teemu Suo-Anttila2017-09-251-100/+163
* Fix javadoc references (#10067)Ahmed Ashour2017-09-237-11/+6
* Update modifier order to follow Java Specification suggestions (#10050)Ahmed Ashour2017-09-211-1/+1
* Add scroll logic from TreeGrid to Tree (#10005)Piotr Wilkin2017-09-202-2/+2
* Remove unused methods (#10020)Ahmed Ashour2017-09-201-17/+3
* Add API for running BindingValidationStatusHandlers (#9966)Teemu Suo-Anttila2017-09-193-11/+49
* Optimize HierarchyMapper (#10003)Piotr Wilkin2017-09-191-10/+8