aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/main/java/com/vaadin/ui/AbstractSingleSelect.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range (#12507)Anna Koskinen2022-01-111-1/+1
* Update copyright year range. (#12215)Anna Koskinen2021-03-041-1/+1
* Update since tags for 8.5.0.alpha1 (#10889)8.5.0.alpha1Teemu Suo-Anttila2018-05-071-2/+2
* Fix AbstractSingleSelect selection and state updates (#10796)Teemu Suo-Anttila2018-04-191-108/+94
* Update copyright year (#10761)Ilia Motornyi2018-03-271-1/+1
* Update to JSoup 1.11.2 (#10353)Leif Åstrand2017-11-231-1/+1
* Fix RadioButtonGroup selection updates to client (#9749)Teemu Suo-Anttila2017-08-021-4/+2
* Refactor how DataCommunicator passes filters to its DataProvider (#8309)Leif Åstrand2017-01-251-4/+4
* Replace Listing with HasDataProvider and HasFilterableDataProvider (#8122)Leif Åstrand2017-01-131-6/+5
* Include old value in ValueChangeEvent (#8229)Aleksi Hietanen2017-01-131-3/+9
* Correctly reset DataCommunicator when its DataProvider is changed (#8138)Aleksi Hietanen2017-01-101-3/+5
* Partial javadocs fix for vaadin-serverIlia Motornyi2017-01-021-9/+1
* Rename com.vaadin.server.data to com.vaadin.data.provider (#8004)Pekka Hyvönen2016-12-151-1/+1
* Remove usage of Consumer from event listeners (#7985)Pekka Hyvönen2016-12-141-9/+2
* Add a generic selection listener to Grid & SelectionModels (#105)Pekka Hyvönen2016-12-091-4/+4
* Make it possible to reset single select valuesLeif Åstrand2016-11-291-0/+8
* Add filter type to DataCommunicatorTeemu Suo-Anttila2016-11-281-1/+1
* Type Listing for DataProvider to allow custom filter typesTeemu Suo-Anttila2016-11-281-4/+7
* Provide declarative support for listing components.Denis Anisimov2016-11-241-0/+66
* Refactor listener registration creation to reduce boilerplateLeif Åstrand2016-11-231-6/+3
* Renaming DataSource -> DataProvider to avoid collisions with javax.sql.DataSo...elmot2016-11-111-2/+2
* Remove HasValue from GridPekka Hyvönen2016-11-101-20/+8
* Create MultiSelect interface to replace Multi selection model.Denis Anisimov2016-11-041-183/+153
* Make SelectionModel API only server side.Denis Anisimov2016-11-021-3/+3
* Create SingleSelect semantic interface which extends HasValue.Denis Anisimov2016-11-021-1/+1
* Move setReadOnly from Component to HasValueTeemu Suo-Anttila2016-11-021-0/+10
* Replace setRequired & HasRequired with setRequiredIndicatorPekka Hyvönen2016-11-011-2/+12
* Update ValueChange API to use Component and HasValue<>.Denis Anisimov2016-10-251-12/+11
* Derive Listing components from HasValue.Denis Anisimov2016-10-211-1/+46
* Unify listeners on the server sideAleksi Hietanen2016-09-291-1/+0
* Update @since tags for 8.0Henri Sara2016-09-141-1/+1
* Convert ComboBox to inherit AbstractSingleSelectHenri Sara2016-09-141-16/+48
* Implement support for binding single-select componentsJohannes Dahlström2016-09-141-0/+11
* Add AbstractSingleSelection base classJohannes Dahlström2016-09-121-29/+129
* Add a simple non-connector single selection modelJohannes Dahlström2016-09-121-0/+166