summaryrefslogtreecommitdiffstats
path: root/server/src/test/java/com/vaadin/ui/AbstractSingleSelectTest.java
Commit message (Expand)AuthorAgeFilesLines
* 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