aboutsummaryrefslogtreecommitdiffstats
path: root/compatibility-server/src/main/java/com/vaadin/v7/ui/Tree.java
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year range (#12507)Anna Koskinen2022-01-111-1/+1
|
* Code cleanup (#12333)Anna Koskinen2021-07-081-13/+34
| | | | | | | | | | | | | | | | - 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.
* Ensure type safety and serializable nature of all the listeners (#12045)Tatu Lund2020-07-031-2/+3
|
* Update copyright year (#10761)Ilia Motornyi2018-03-271-1/+1
|
* Fix javadoc ending (#10274)Ahmed Ashour2017-11-061-6/+6
|
* Use Collection.isEmpty() (#10172)Ahmed Ashour2017-10-121-1/+1
|
* 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-8/+8
| | | Also includes minor other javadoc and formatting fixes.
* Use enhanced for loop instead of Iterator. (#10100)Ahmed Ashour2017-09-291-4/+2
|
* Use interface instead of implementation (#10073)Ahmed Ashour2017-09-281-3/+4
|
* Fix typos (#10071)Ahmed Ashour2017-09-251-1/+1
| | | And use varargs in a test.
* Format curly brackets correctly for checkstyle (#10066)Ahmed Ashour2017-09-221-8/+4
|
* Replace iff with if in javadoc (#10056)Ahmed Ashour2017-09-221-5/+5
|
* Update modifier order to follow Java Specification suggestions (#10050)Ahmed Ashour2017-09-211-1/+1
| | | Also includes some other minor cleanup.
* Update hierarchical data related deprecation messages (#9558)Henri Sara2017-06-201-1/+1
| | | Resolves #9330
* Replacement guide javadocs for deprecated classesIlia Motornyi2017-03-151-1/+1
| | | Fixes #8682
* Synchronize code between V7 and compatibility packageTeemu Suo-Anttila2017-03-071-1/+1
|
* Revert diamond operator changesTeemu Suo-Anttila2017-03-071-18/+18
|
* Remove unnecessary full classname referencesTeemu Suo-Anttila2017-03-071-21/+14
|
* Updated migration related documentation (#8602)Pekka Hyvönen2017-02-171-0/+2
| | | | | | | | | * Updated migration related documentation More detailed information on compatibility components. Mention vaadin:upgrade8 target in migration guide. Fixes #8581
* Small fixes to javadocselmot2016-12-011-1/+1
| | | | Change-Id: Ibbfe62395eb93f9349b65edba4425d9782ce15f9
* Introduce "shouldWriteDefaultValues" property to DesignContext.Denis Anisimov2016-10-261-1/+1
| | | | Change-Id: I979448e5af032333a6a2f7b99b11ab16c41d7b18
* Mark all server compatibility classes deprecated (#144).Denis Anisimov2016-09-231-18/+31
| | | | Change-Id: Iba0a35d5ea9a97b0020f506f610630471c59748b
* Move and duplicate client side and state to compatibility packageArtur Signell2016-08-301-3/+3
| | | | | | | | | | | * ProgressBar * ProgressIndicator * OptionGroup * Table * Tree * TreeTable Change-Id: Ie1249631cbdd2721f2c3a36e1b8ffc8160fca6aa
* Move Item to compatibility packageArtur Signell2016-08-241-4/+4
| | | | Change-Id: I51ad45a18d2dcfbd582c7e4bdcca99300d20cee0
* Move and rename server classes which go into the compatibility packageArtur Signell2016-08-221-0/+1985
* 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