aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/main/java/com/vaadin/data/provider
Commit message (Expand)AuthorAgeFilesLines
* fix: Add row limit to DataCommunicator row data requests (#12415)Tatu Lund2021-09-301-0/+15
* Update copyright year range. (#12215)Anna Koskinen2021-03-0432-32/+32
* Ensure type safety and serializable nature of all the listeners (#12045)Tatu Lund2020-07-031-2/+2
* Fixed the JavaDoc (#11950)Vesa Nieminen2020-04-211-2/+2
* TreeDataProvider: Apply filters to children (#11868)Tatu Lund2020-01-161-2/+13
* Reduce Grid's sort complexity. (#11566)Anna Koskinen2019-05-152-10/+61
* Request data update before client response (#11341)Sun Zhe2018-12-111-0/+1
* Refactoring DataCommunicator code (#11304)Anastasia Smirnova2018-11-151-9/+9
* 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
* Fix DataCommunicator not sending data on filter updates (#11068)Teemu Suo-Anttila2018-07-191-0/+3
* 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 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-196-40/+51
* Update copyright year (#10761)Ilia Motornyi2018-03-2732-32/+32
* Add recursive expand and collapse method to TreeGrid and Tree (#10283)Adam Wagner2018-02-082-45/+191
* 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
* Fix issues from API review for 8.2 (#10342)Aleksi Hietanen2017-11-211-3/+3
* Relax mapper access in HierarchicalDataCommunicator Ilia Motornyi2017-11-101-0/+8
* HasItems.setItems(T... items) should allow edits (#10290)Pekka Hyvönen2017-11-061-1/+2
* 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-311-2/+1
* Remove trailing spaces (#10224)Ahmed Ashour2017-10-262-37/+37
* Simplify lambda expressions (#10198)Ahmed Ashour2017-10-201-2/+1
* Use Collection.isEmpty() (#10172)Ahmed Ashour2017-10-121-1/+1
* Prevent Grid refreshAll from getting stuck due mismatched state (#10161)Ansku2017-10-101-3/+0
* Edit grid row by index - server side (#10040)Piotr Wilkin2017-10-102-2/+2
* First sentence of javadoc should end with a period (#10114)Ahmed Ashour2017-10-023-12/+18
* Fix javadoc references (#10067)Ahmed Ashour2017-09-232-3/+2
* 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
* Optimize HierarchyMapper (#10003)Piotr Wilkin2017-09-191-10/+8
* Remove unneeded ArrayList constructionAhmed Ashour2017-09-191-1/+1
* Fix null check in BackEndDataProvider (#9858)Henri Sara2017-08-231-1/+1
* Use getter instead of field for keyMapper (#9831)Leif Åstrand2017-08-171-1/+1
* Fix TreeData item removal, small improvements (#9621)Ilia Motornyi2017-07-034-10/+12
* Fix bookkeeping assertion errorIlia Motornyi2017-06-301-0/+1
* Fix keymapper reverse mapping (#9535)Ilia Motornyi2017-06-213-21/+50
* Add missing JavaDoc to DataCommunicatorTeemu Suo-Anttila2017-06-161-0/+13
* Rewrite HierarchyMapper to consistently handle changes Teemu Suo-Anttila2017-06-153-798/+576
* Fix method link in ActiveDataHandler JavaDoc (#9525)Ilia Motornyi2017-06-141-1/+1
* Correctly use id to identify data when refreshing (#9398)Teemu Suo-Anttila2017-05-233-21/+34
* Clarify TreeData and TreeDataProvider javadocs, improve documentation (#9349)Aleksi Hietanen2017-05-181-3/+4
* Add getters for providers to Tree and TreeGridTeemu Suo-Anttila2017-05-171-12/+27
* Add BackEndHierarchicalDataProvider and an abstract base classAleksi Hietanen2017-05-162-0/+126
* Add ItemCollapseAllowedProvider interfaceAleksi Hietanen2017-05-161-3/+3
* Move HierarchicalDataCommunicatorConstants to the correct packageAleksi Hietanen2017-05-161-1/+1
* Add convenience constructors to TreeGridAleksi Hietanen2017-05-161-1/+3