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