aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/main/java/com/vaadin/ui/ComboBox.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
* Explicitly remove old dataprovider listener when new one is set (#12064)Tatu Lund2020-08-071-7/+35
* Update Chrome version, snapshots and fix tests (#11684)Zhe Sun2019-08-051-1/+2
* 11642 refresh pagelength 0 combobox items after dataprovider update (#11653)Olli Tietäväinen2019-07-121-5/+26
* code format (#11555)Sun Zhe2019-05-021-2/+3
* Code format (#11548)Sun Zhe2019-04-291-3/+3
* Reset Combobox internal state (#11412)Sun Zhe2019-04-241-3/+11
* Fixing NPE when ItemCaptionGenerator returns null (#11435)Tatu Lund2019-02-221-1/+10
* Revert "Update ComboBox internal state on new item added (#11094)" (#11331)Sun Zhe2018-11-271-9/+6
* Update ComboBox internal state on new item added (#11094)8.6.0.beta1Teemu Suo-Anttila2018-09-261-6/+9
* Fix Combobox adding an item with empty string (#11067)Teemu Suo-Anttila2018-07-181-11/+9
* Update since tags (#11001)8.5.0.alpha2Teemu Suo-Anttila2018-06-271-1/+1
* Add constructor for ComboBox with DataCommunicator (#10923)Teemu Suo-Anttila2018-05-171-3/+13
* Fix AbstractSingleSelect selection and state updates (#10796)Teemu Suo-Anttila2018-04-191-16/+8
* Fix using ConnectorResource icons before attaching ComboBox (#10810)Teemu Suo-Anttila2018-04-171-0/+11
* Add support for ConnectorResources as ComboBox icons (#10795)Teemu Suo-Anttila2018-04-091-14/+54
* Update copyright year (#10761)Ilia Motornyi2018-03-271-1/+1
* Fix client and server filter state mismatch in Combobox (#10630)Anna Koskinen2018-02-271-4/+3
* Implement NewItemProvider to replace NewItemHandler (#10606)Anna Koskinen2018-02-071-10/+87
* Selection handling fix when adding new item to ComboBox. (#10445)Anna Koskinen2018-01-301-3/+20
* Update to JSoup 1.11.2 (#10353)Leif Åstrand2017-11-231-1/+1
* Remove redundant interface already implemented by super class. (#10258)Ahmed Ashour2017-10-311-1/+1
* Simplify lambda expressions (#10198)Ahmed Ashour2017-10-201-4/+3
* 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