summaryrefslogtreecommitdiffstats
path: root/server/src/main/java/com/vaadin/ui/ComboBox.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove deprecated addListener/removeListener methodsArtur Signell2016-08-151-92/+58
* Remove unused field in ComboBoxHenri Sara2016-08-081-7/+0
* Moved ComboBox suggestion popup width to shared stateHenri Sara2016-08-081-10/+2
* Remove obsolete paint attribute from ComboBoxHenri Sara2016-08-081-6/+0
* Refactor ComboBox item painting (#19929)Henri Sara2016-08-081-26/+51
* Request ComboBox pages with RPC (#19929)Henri Sara2016-08-081-10/+14
* Move ComboBox filtering mode to state (#19929)Henri Sara2016-08-081-10/+7
* Move ComboBox pageLength to state (#19929)Henri Sara2016-08-081-22/+9
* Send ComboBox selection with RPC (#19929)Henri Sara2016-08-081-25/+15
* Send ComboBox focus/blur with RPC (#19929)Henri Sara2016-08-081-8/+9
* Create new items with RPC (#19929)Henri Sara2016-08-081-10/+12
* Create ComboBoxServerRpc stub (#19229)Henri Sara2016-08-081-6/+14
* Use shared state in ComboBox (#19229)Henri Sara2016-08-081-18/+9
* Suggestion pop-up width API for ComboBox (#19685)Jonni Nakari2016-05-311-1/+32
* Migrate vaadin-server build to mavenTeemu Suo-Anttila2016-03-141-0/+944