aboutsummaryrefslogtreecommitdiffstats
path: root/compatibility-server/src/main/java/com/vaadin/v7/ui/AbstractSelect.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
* Update copyright year (#10761)Ilia Motornyi2018-03-271-1/+1
* Fix javadoc ending (#10274)Ahmed Ashour2017-11-061-4/+4
* Remove redundant interface already implemented by super class. (#10258)Ahmed Ashour2017-10-311-2/+2
* Use Collection.isEmpty() (#10172)Ahmed Ashour2017-10-121-2/+1
* Remove redundant null checks before an instanceof (#10173)Ahmed Ashour2017-10-121-4/+3
* Use enhanced for loop for arrays. (#10121)Ahmed Ashour2017-10-021-9/+6
* First sentence of javadoc should end with a period (#10114)Ahmed Ashour2017-10-021-7/+9
* Use enhanced for loop instead of Iterator. (#10100)Ahmed Ashour2017-09-291-9/+4
* Use interface instead of implementation (#10073)Ahmed Ashour2017-09-281-3/+3
* Fix typos (#10071)Ahmed Ashour2017-09-251-1/+1
* Fix unused parameters in javadoc (#10055)Ahmed Ashour2017-09-211-1/+1
* Update modifier order to follow Java Specification suggestions (#10050)Ahmed Ashour2017-09-211-1/+1
* Use String.isEmpty() (#10045)Ahmed Ashour2017-09-211-1/+1
* Remove unneeded ArrayList constructionAhmed Ashour2017-09-191-2/+2
* Replacement guide javadocs for deprecated classesIlia Motornyi2017-03-151-2/+1
* Replacement guide javadocs for deprecated classes, part two (#8719)Ilia Motornyi2017-03-151-0/+3
* Revert multi select using state changeTeemu Suo-Anttila2017-03-071-4/+12
* Revert diamond operator changesTeemu Suo-Anttila2017-03-071-18/+18
* Remove unnecessary full classname referencesTeemu Suo-Anttila2017-03-071-47/+36
* Introduce "shouldWriteDefaultValues" property to DesignContext.Denis Anisimov2016-10-261-1/+1
* Mark all server compatibility classes deprecated (#144).Denis Anisimov2016-09-231-18/+29
* Format the project using Neon, remove trailing whitespaceArtur Signell2016-08-311-3/+2
* Organize importsArtur Signell2016-08-301-1/+1
* Move and duplicate client side and state to compatibility packageArtur Signell2016-08-301-1/+1
* Move ComboBox shared classes to vaadin-compatibility-sharedHenri Sara2016-08-251-1/+1
* Move Item to compatibility packageArtur Signell2016-08-241-1/+1
* Move and rename server classes which go into the compatibility packageArtur Signell2016-08-221-0/+2355