aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/test/java/com/vaadin/data/provider
Commit message (Expand)AuthorAgeFilesLines
* feat: Add better API to configure maximum allowed rows (#12466)Tatu Lund2021-11-031-0/+8
* fix: Add row limit to DataCommunicator row data requests (#12415)Tatu Lund2021-09-301-0/+8
* TreeDataProvider: Apply filters to children (#11868)Tatu Lund2020-01-162-9/+56
* 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
* 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
* Enable Maven plugin for Eclipse formatting (#10829)Ilia Motornyi2018-04-191-6/+8
* Remove copyright headers from test code (#10770)Teemu Suo-Anttila2018-03-286-90/+0
* Update copyright year (#10761)Ilia Motornyi2018-03-276-6/+6
* Add recursive expand and collapse method to TreeGrid and Tree (#10283)Adam Wagner2018-02-082-3/+3
* HasItems.setItems(T... items) should allow edits (#10290)Pekka Hyvönen2017-11-061-0/+16
* Remove unneeded .toString() (#10141)Ahmed Ashour2017-10-102-5/+4
* Use static import of Assert in tests (#10126)Ahmed Ashour2017-10-0310-192/+205
* Construct array inline (#10068)Ahmed Ashour2017-09-231-1/+1
* Fix javadoc references (#10067)Ahmed Ashour2017-09-231-1/+0
* Optimize HierarchyMapper (#10003)Piotr Wilkin2017-09-192-8/+81
* Fix moving child to first position in tree data (#9761)Adam Wagner2017-08-071-0/+13
* Add method to get parent in TreeData (#9701)Adam Wagner2017-07-271-0/+8
* Add methods to change parent and to change child's position in hierarchical d...Adam Wagner2017-07-181-0/+45
* Fix TreeData item removal, small improvements (#9621)Ilia Motornyi2017-07-032-7/+124
* Fix bookkeeping assertion errorIlia Motornyi2017-06-301-0/+23
* Rewrite HierarchyMapper to consistently handle changes Teemu Suo-Anttila2017-06-153-147/+297
* Correctly use id to identify data when refreshing (#9398)Teemu Suo-Anttila2017-05-231-1/+0
* Add TreeData#addRootItems, getRootItemsAleksi Hietanen2017-05-181-0/+17
* Add stream variants for the child item provider shorthands (#9375)Leif Åstrand2017-05-181-4/+22
* Refactor common methods in in-memory data providers (#9308)Aleksi Hietanen2017-05-161-16/+35
* Reset HierarchicalDataCommunicator on changes (#9275)Aleksi Hietanen2017-05-111-0/+7
* Fix infinite loop in data communication (#8927)Aleksi Hietanen2017-03-271-2/+2
* Hierarchical data (#8842)Aleksi Hietanen2017-03-162-0/+418
* Make Grid add columns based on bean properties (#8392)Leif Åstrand2017-02-011-6/+5
* Add a maven plugin for formatting according to Eclipse settingsLeif Åstrand2017-02-011-3/+2
* Implement GridSortOrder and SortOrderBuilders (#8338)Aleksi Hietanen2017-01-272-4/+71
* Add APIs to inform components of stale objects in DataProvider (#8271)Teemu Suo-Anttila2017-01-255-5/+185
* Refactor how DataCommunicator passes filters to its DataProvider (#8309)Leif Åstrand2017-01-252-10/+6
* Use non-Generic SortOrder in Query. (#8239)Denis2017-01-254-14/+9
* Allow distinct configurable filter and wrapped filter types (#8322)Leif Åstrand2017-01-251-10/+16
* Add static helpers for creating callback data providers (#8314)Leif Åstrand2017-01-252-4/+3
* Unify container wrapping (#8312)Leif Åstrand2017-01-241-1/+1
* Remove outdated filtering concepts (#8289)Leif Åstrand2017-01-231-60/+0
* Add ListDataProvider shorthands for filter conversion (#8279)Leif Åstrand2017-01-222-0/+52
* Add a data provider wrapper with a configurable filter (#8280)Leif Åstrand2017-01-202-17/+121
* Change BackEndDataProvider into an interface (#8268)Leif Åstrand2017-01-192-4/+4
* Allow setting filters directly in ListDataProvider (#8267)Leif Åstrand2017-01-192-0/+116
* Make data providers statefull with regards to default sort orders (#8247)Leif Åstrand2017-01-174-121/+83
* Correctly reset DataCommunicator when its DataProvider is changed (#8138)Aleksi Hietanen2017-01-101-0/+110
* Global java code cleanup using Eclipse Neon.1Leif Åstrand2016-12-205-20/+1
* Rename com.vaadin.server.data to com.vaadin.data.provider (#8004)Pekka Hyvönen2016-12-159-0/+967