aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/main/java/com/vaadin/tests/util/ItemDataProvider.java
Commit message (Collapse)AuthorAgeFilesLines
* Add a maven plugin for formatting according to Eclipse settingsLeif Åstrand2017-02-011-2/+1
| | | | | Running formatter:format will format all files in a submodule using an embedded Eclipse compiler (based on Neon SR1) according to the regular formatting settings file.
* Change BackEndDataProvider into an interface (#8268)Leif Åstrand2017-01-191-2/+3
| | | | | | | | | | | | | | | | * 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
* Rename com.vaadin.server.data to com.vaadin.data.provider (#8004)Pekka Hyvönen2016-12-151-2/+2
| | | | | Renamed corresponding test packages too. Fixes vaadin/framework8-issues#110
* Provide in-memory sorting information in QueryTeemu Suo-Anttila2016-11-291-2/+3
| | | | Change-Id: Iebafff6079816c08e5a4d144f6891d1379751f12
* Type Listing for DataProvider to allow custom filter typesTeemu Suo-Anttila2016-11-281-5/+25
| | | | | | | | | | Listing has been moved from AbstractListing to each individual Component. ComboBox is now typed to String filter. Fixes issues with declarative read of items. Change-Id: I6918f9f8c426dcbd81546150c2cf9ed49a02bf50
* Add Filter parameter to DataProviderTeemu Suo-Anttila2016-11-211-1/+1
| | | | Change-Id: Ic65b8decb3ac8d4dde9bca6cfb40a2a70f461e91
* Renaming DataSource -> DataProvider to avoid collisions with ↵elmot2016-11-111-0/+21
javax.sql.DataSource Change-Id: I6babcadc72f3f37feff98088eee23b153a080f11