aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/main/java/com/vaadin/ui/Panel.java
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year range (#12507)Anna Koskinen2022-01-111-1/+1
|
* Code cleanup (#12333)Anna Koskinen2021-07-081-1/+1
| | | | | | | | | | | | | | | | - 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.
* Update copyright year (#10761)Ilia Motornyi2018-03-271-1/+1
|
* Simplify lambda expressions (#10198)Ahmed Ashour2017-10-201-3/+2
| | | | | | | | * Simplify lambda expressions And remove unneeded 'return' keyword. * Format
* First sentence of javadoc should end with a period (#10114)Ahmed Ashour2017-10-021-1/+1
| | | Also includes minor other javadoc and formatting fixes.
* Use setCaption Javadocs inherited from Component (#9066)Leif Åstrand2017-04-121-9/+0
| | | | | | Component.setCaption has thorough Javadocs that are shadowed by a very brief snippet in AbstractComponent and an erroneous description in Panel. By removing those snippets, component classes will instead inherit a much more useful description of the method.
* Fix since tags for 8.0 (#8575)Henri Sara2017-02-161-0/+1
| | | Fix since tags for the server and shared modules and new types in client.
* Partial javadocs fix for vaadin-serverIlia Motornyi2017-01-021-1/+1
|
* Refactor listener registration creation to reduce boilerplateLeif Åstrand2016-11-231-4/+2
| | | | Change-Id: I9feaad000cb16351d281d1c0037330dfb76186ff
* Use lambdas where appropriatePer-Åke Minborg2016-11-071-5/+2
| | | | Change-Id: I80b73b653e97904605dc62484a7448f3bfbf722d
* Remove redundant castingPer-Åke Minborg2016-11-051-1/+1
| | | | Change-Id: I80b73b653e97904605dc62484a7448f3bfbf7232
* Unify listeners on the server sideAleksi Hietanen2016-09-291-21/+11
| | | | | | | | | | | 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
* Update copyright year to 2016Artur Signell2016-08-181-1/+1
| | | | Change-Id: I6485dee1ebba12b180a9063ed4b530f7dc63cd77
* Remove trailing whitespace from code and javadocArtur Signell2016-08-181-19/+19
| | | | Change-Id: I4c852b7f9928e190572876690d5bef1234494a5d
* Format using Eclipse NeonArtur Signell2016-08-181-2/+2
| | | | Change-Id: I33f1cc33969ff74a95b1b8cc0f2add589be5aae0
* Migrate vaadin-server build to mavenTeemu Suo-Anttila2016-03-141-0/+364
Change-Id: I5c740f4e9cb28103bab199f9a552153d82277e7e