aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/main/java/com/vaadin/data/Listing.java
Commit message (Expand)AuthorAgeFilesLines
* Replace Listing with HasDataProvider and HasFilterableDataProvider (#8122)Leif Åstrand2017-01-131-113/+0
* Listing must be a ComponentPekka Hyvönen2016-12-221-1/+3
* Rename com.vaadin.server.data to com.vaadin.data.provider (#8004)Pekka Hyvönen2016-12-151-2/+2
* Add Listing.setItems(Stream) (#90)Pekka Hyvönen2016-12-051-1/+26
* Type Listing for DataProvider to allow custom filter typesTeemu Suo-Anttila2016-11-281-5/+20
* Add Filter parameter to DataProviderTeemu Suo-Anttila2016-11-211-5/+5
* Renaming DataSource -> DataProvider to avoid collisions with javax.sql.DataSo...8.0.0.alpha7elmot2016-11-111-1/+1
* Renaming DataSource -> DataProvider to avoid collisions with javax.sql.DataSo...elmot2016-11-111-9/+9
* Create MultiSelect interface to replace Multi selection model.Denis Anisimov2016-11-041-62/+1
* Make SelectionModel API only server side.Denis Anisimov2016-11-021-1/+0
* Update empty since tags for 8.0Henri Sara2016-09-081-1/+1
* Improve listing and data source Javadocs a bitJohannes Dahlström2016-09-071-2/+3
* Format the project using Neon, remove trailing whitespaceArtur Signell2016-08-311-11/+11
* Implement SingleSelection on client and serverJohannes Dahlström2016-08-311-1/+1
* Add SelectionModel interface and selection API to ListingJohannes Dahlström2016-08-251-21/+88
* Add Listing interface and minimalistic abstract implementationTeemu Suo-Anttila2016-08-181-0/+65