aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/test/java/com/vaadin/data/provider/BackendDataProviderTest.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix DataCommunicator not sending data on filter updates (#11068)Teemu Suo-Anttila2018-07-191-1/+0
|
* Remove unneeded .toString() (#10141)Ahmed Ashour2017-10-101-2/+2
|
* Use non-Generic SortOrder in Query. (#8239)Denis2017-01-251-2/+3
| | | | | | * Use non-Generic SortOrder in Query. Fixes #8215
* Add a data provider wrapper with a configurable filter (#8280)Leif Åstrand2017-01-201-17/+25
| | | | | | * Add a data provider wrapper with a configurable filter This is one of many steps towards #8245
* Change BackEndDataProvider into an interface (#8268)Leif Åstrand2017-01-191-1/+1
| | | | | | | | | | | | | | | | * Change BackEndDataProvider into an interface BackEndDataProvider is now an interface with methods for setting sorting options based on SortOrder instances. AbstractBackEndDataProvider stores sorting options, combines them with the sorting provided in the query and invokes its own abstract fetch and size methods. CallbackDataProvider implements a BackEndDataProvider based on two lambdas. This is one of many steps towards #8245
* Make data providers statefull with regards to default sort orders (#8247)Leif Åstrand2017-01-171-3/+3
| | | | | | * Make data providers statefull with regards to default sort orders This is one of many steps towards #8245
* Global java code cleanup using Eclipse Neon.1Leif Åstrand2016-12-201-2/+0
|
* Rename com.vaadin.server.data to com.vaadin.data.provider (#8004)Pekka Hyvönen2016-12-151-0/+62
Renamed corresponding test packages too. Fixes vaadin/framework8-issues#110