aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/main/java/com/vaadin/tests/data/DummyData.java
Commit message (Expand)AuthorAgeFilesLines
* Fix AbstractSingleSelect selection and state updates (#10796)Teemu Suo-Anttila2018-04-191-24/+4
* Use lambda with Listeners (#10222)Ahmed Ashour2017-10-261-3/+5
* Simplify lambda expressions (#10198)Ahmed Ashour2017-10-201-10/+7
* Replace Listing with HasDataProvider and HasFilterableDataProvider (#8122)Leif Åstrand2017-01-131-2/+2
* Rename com.vaadin.server.data to com.vaadin.data.provider (#8004)Pekka Hyvönen2016-12-151-3/+3
* Type Listing for DataProvider to allow custom filter typesTeemu Suo-Anttila2016-11-281-2/+16
* Renaming DataSource -> DataProvider to avoid collisions with javax.sql.DataSo...elmot2016-11-111-8/+8
* Remove HasValue from GridPekka Hyvönen2016-11-101-10/+4
* Create MultiSelect interface to replace Multi selection model.Denis Anisimov2016-11-041-32/+17
* Make SelectionModel API only server side.Denis Anisimov2016-11-021-1/+1
* Do not derive DataSource from Function and replace apply method #307.Denis Anisimov2016-10-031-2/+2
* Fix empty data source client-side eventsTeemu Suo-Anttila2016-09-071-0/+3
* Add simple data change handling for SelectsTeemu Suo-Anttila2016-09-011-0/+117