aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/main/java/com/vaadin/ui/ComboBox.java
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded .toString() (#10141)Ahmed Ashour2017-10-101-5/+4
* Fix javadoc references (#10067)Ahmed Ashour2017-09-231-3/+3
* Use String.isEmpty() (#10045)Ahmed Ashour2017-09-211-1/+1
* Fix RadioButtonGroup selection updates to client (#9749)Teemu Suo-Anttila2017-08-021-20/+3
* Fix keymapper reverse mapping (#9535)Ilia Motornyi2017-06-211-2/+3
* Fix null caption for NativeSelect and ComboBox (#8633)Pekka Hyvönen2017-02-211-2/+5
* Fix since tags for 8.0 (#8575)Henri Sara2017-02-161-0/+18
* Reduce ComboBox initial requests (#8571)Pekka Hyvönen2017-02-161-4/+31
* Add shorthands for creating lazy DataProviders (#8511)Teemu Suo-Anttila2017-02-091-0/+55
* Refactor how DataCommunicator passes filters to its DataProvider (#8309)Leif Åstrand2017-01-251-22/+32
* Add static helpers for creating callback data providers (#8314)Leif Åstrand2017-01-251-2/+2
* Add shorthands to ComboBox for setting a ListDataProviderLeif Åstrand2017-01-231-4/+80
* Add ListDataProvider shorthands for filter conversion (#8279)Leif Åstrand2017-01-221-13/+13
* Replace Listing with HasDataProvider and HasFilterableDataProvider (#8122)Leif Åstrand2017-01-131-14/+4
* Include old value in ValueChangeEvent (#8229)Aleksi Hietanen2017-01-131-1/+1
* Correctly reset DataCommunicator when its DataProvider is changed (#8138)Aleksi Hietanen2017-01-101-3/+2
* Partial javadocs fix for vaadin-serverIlia Motornyi2017-01-021-5/+3
* Global java code cleanup using Eclipse Neon.1Leif Åstrand2016-12-201-17/+19
* Rename com.vaadin.server.data to com.vaadin.data.provider (#8004)Pekka Hyvönen2016-12-151-3/+3
* Miscellaneous Interface RefactoringIlia Motornyi2016-12-141-18/+34
* 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-1/+1
* Change default suggestion popup width in ComboBox (#91)Aleksi Hietanen2016-12-081-4/+10
* Don't use V8 FieldEvents classes in v7 compatibility module. (#93)Denis2016-12-071-12/+0
* Allow to set caption for the empty selection in a ComboBox.Denis Anisimov2016-12-011-0/+37
* Remove ItemFilter from ComboBoxTeemu Suo-Anttila2016-11-291-48/+7
* Make it possible to reset single select valuesLeif Åstrand2016-11-291-0/+18
* Remove unused field in ComboBoxTeemu Suo-Anttila2016-11-291-6/+0
* Add ComboBox custom filtering methods and testsTeemu Suo-Anttila2016-11-281-0/+45
* Add a fallback to Declarative*GeneratorTeemu Suo-Anttila2016-11-281-2/+9
* Add filter type to DataCommunicatorTeemu Suo-Anttila2016-11-281-7/+11
* Type Listing for DataProvider to allow custom filter typesTeemu Suo-Anttila2016-11-281-19/+36
* Provide declarative support for listing components.Denis Anisimov2016-11-241-49/+104
* Refactor listener registration creation to reduce boilerplateLeif Åstrand2016-11-231-6/+2
* Add Filter parameter to DataProviderTeemu Suo-Anttila2016-11-211-3/+3
* Renaming DataSource -> DataProvider to avoid collisions with javax.sql.DataSo...elmot2016-11-111-11/+11
* Remove HasValue from GridPekka Hyvönen2016-11-101-1/+1
* Create MultiSelect interface to replace Multi selection model.Denis Anisimov2016-11-041-37/+12
* Implement focus and blur events for CheckBoxGroup.Denis Anisimov2016-10-311-10/+2
* Fix setValue() methods behavior null argument value + javadocsTeemu Suo-Anttila2016-10-251-0/+7
* Update ValueChange API to use Component and HasValue<>.Denis Anisimov2016-10-251-5/+3
* Unify listeners on the server sideAleksi Hietanen2016-09-291-3/+8
* Move ItemIconProvider out of ComboBox, rename to IconGeneratorAleksi Hietanen2016-09-211-28/+20
* Move ItemCaptionProvider out of ComboBox (#184).Denis Anisimov2016-09-201-29/+17
* Move ItemStyleProvider out of ComboBox and unify with GridAleksi Hietanen2016-09-201-31/+22
* Use state for ComboBox selectionHenri Sara2016-09-141-14/+1
* Convert ComboBox to inherit AbstractSingleSelectHenri Sara2016-09-141-84/+14
* Update ComboBox for new DataSource and communication mechanismHenri Sara2016-09-121-0/+690
* Move remaining selects and container implementations to compatibility packageArtur Signell2016-08-201-925/+0
* Update copyright year to 2016Artur Signell2016-08-181-1/+1