aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/test/java/com/vaadin/ui/AbstractSingleSelectTest.java
Commit message (Expand)AuthorAgeFilesLines
* Remove copyright headers from test code (#10770)Teemu Suo-Anttila2018-03-281-15/+0
* Use lambda with Listeners (#10222)Ahmed Ashour2017-10-261-2/+4
* Use Collection.isEmpty() (#10172)Ahmed Ashour2017-10-121-1/+1
* Use static import of Assert in tests (#10126)Ahmed Ashour2017-10-031-13/+14
* Provide a convenience method to get items set via setItems(). Denis2017-02-081-0/+5
* Add a maven plugin for formatting according to Eclipse settingsLeif Åstrand2017-02-011-7/+4
* Replace Listing with HasDataProvider and HasFilterableDataProvider (#8122)Leif Åstrand2017-01-131-2/+9
* Include old value in ValueChangeEvent (#8229)Aleksi Hietanen2017-01-131-1/+23
* Correctly reset DataCommunicator when its DataProvider is changed (#8138)Aleksi Hietanen2017-01-101-4/+2
* Global java code cleanup using Eclipse Neon.1Leif Åstrand2016-12-201-3/+2
* Rename com.vaadin.server.data to com.vaadin.data.provider (#8004)Pekka Hyvönen2016-12-151-2/+2
* Remove usage of Consumer from event listeners (#7985)Pekka Hyvönen2016-12-141-1/+1
* Add a generic selection listener to Grid & SelectionModels (#105)Pekka Hyvönen2016-12-091-2/+2
* Type Listing for DataProvider to allow custom filter typesTeemu Suo-Anttila2016-11-281-3/+20
* Provide declarative support for listing components.Denis Anisimov2016-11-241-0/+22
* Renaming DataSource -> DataProvider to avoid collisions with javax.sql.DataSo...elmot2016-11-111-1/+1
* Remove HasValue from GridPekka Hyvönen2016-11-101-59/+20
* Create MultiSelect interface to replace Multi selection model.Denis Anisimov2016-11-041-69/+53
* Make SelectionModel API only server side.Denis Anisimov2016-11-021-1/+1
* Update ValueChange API to use Component and HasValue<>.Denis Anisimov2016-10-251-6/+11
* Derive Listing components from HasValue.Denis Anisimov2016-10-211-10/+125
* Add AbstractSingleSelection base classJohannes Dahlström2016-09-121-0/+175