aboutsummaryrefslogtreecommitdiffstats
path: root/compatibility-server/src/main/java/com/vaadin/v7/ui/ComboBox.java
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year range (#12507)Anna Koskinen2022-01-111-1/+1
|
* Code cleanup (#12333)Anna Koskinen2021-07-081-9/+3
| | | | | | | | | | | | | | | | - removed unused private methods - removed unused private variables - removed unnecessary initializations - removed unnecessary substring(0) - removed inner assignments - renamed private methods that started with upper case - renamed static final variables to use upper case - converted to use non-deprecated options - suppressed unavoidable warnings - divided long Strings to multiple lines - added missing types - added missing JavaDoc parameters - formatting - updated comments & JavaDocs
* Update copyright year range. (#12215)Anna Koskinen2021-03-041-1/+1
| | | | * Update copyright year range.
* Fix compatibility ComboBox filtering when page length is zero. (#12016)Anna Koskinen2020-05-201-1/+3
| | | Issue #11246, slightly modified cherry-pick from #11247
* Update copyright year (#10761)Ilia Motornyi2018-03-271-1/+1
|
* Use enhanced for loop instead of Iterator. (#10100)Ahmed Ashour2017-09-291-7/+2
|
* Use String.isEmpty() (#10045)Ahmed Ashour2017-09-211-2/+2
|
* Revert diamond operator changesTeemu Suo-Anttila2017-03-071-2/+2
|
* Updated migration related documentation (#8602)Pekka Hyvönen2017-02-171-0/+4
| | | | | | | | | * Updated migration related documentation More detailed information on compatibility components. Mention vaadin:upgrade8 target in migration guide. Fixes #8581
* Unify listeners on the server sideAleksi Hietanen2016-09-291-1/+1
| | | | | | | | | | | This patch updates server side add*Listener methods to return a registration object and deprecates their corresponding remove*Listener methods. Additionally this patch removes add/removeListener methods which were deprecated in 7.0. Change-Id: I26ac5f11882512288fbbf601c7cb2aaff653ec76
* Revert ComboBox in compatibility packages to V7 version (#201).Denis Anisimov2016-09-271-148/+165
| | | | Change-Id: Icbe1c6a5c0e2b10255424801cada8c11a71decb7
* Mark all server compatibility classes deprecated (#144).Denis Anisimov2016-09-231-3/+5
| | | | Change-Id: Iba0a35d5ea9a97b0020f506f610630471c59748b
* Update empty since tags for 8.0Henri Sara2016-09-081-1/+1
| | | | Change-Id: Iacf3864f6902e810591e2085adb44d0a6848f51c
* Move ComboBox shared classes to vaadin-compatibility-sharedHenri Sara2016-08-251-3/+3
| | | Change-Id: Icdb0ddc011e8749f4c3f159d2ecd94e4c564d28f
* Move and rename server classes which go into the compatibility packageArtur Signell2016-08-221-0/+926
* Use com.vaadin.v7 * Use the same class name as in Vaadin 7 * Use a "vaadin7-" declarative prefix for Vaadin 7 components Change-Id: I19a27f3835b18980b91a4f8f9464b2adde1a5fd5