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