aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/main/java/com/vaadin/ui/Window.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
* Ensure type safety and serializable nature of all the listeners (#12045)Tatu Lund2020-07-031-4/+4
* Enable Maven plugin for Eclipse formatting (#10829)Ilia Motornyi2018-04-191-2/+1
* Update copyright year (#10761)Ilia Motornyi2018-03-271-1/+1
* Remove redundant interface already implemented by super class. (#10258)Ahmed Ashour2017-10-311-1/+1
* First sentence of javadoc should end with a period (#10114)Ahmed Ashour2017-10-021-4/+4
* Support addCloseListener for Notification (#10027)Ahmed Ashour2017-09-271-1/+1
* Use simple class namesAhmed Ashour2017-09-201-4/+4
* Javadoc fixesAhmed Ashour2017-09-131-1/+0
* Fix since tags for 8.0 (#8575)Henri Sara2017-02-161-1/+5
* Fix some faulty javaDoc namescaalador2017-01-261-1/+1
* Global java code cleanup using Eclipse Neon.1Leif Åstrand2016-12-201-14/+14
* Add @FunctionalInterface annotation to interfaces where applicable (#7954)Aleksi Hietanen2016-12-121-0/+4
* Don't use V8 FieldEvents classes in v7 compatibility module. (#93)Denis2016-12-071-12/+0
* Provide access to window order position in windows stack (#14325).Denis Anisimov2016-11-291-0/+119
* Refactor listener registration creation to reduce boilerplateLeif Åstrand2016-11-231-19/+11
* Replace implicit for-loop with foreachPer-Åke Minborg2016-11-051-2/+1
* Remove redundant array creation for varargsPer-Åke Minborg2016-11-051-2/+2
* Pass array of length when possiblePer-Åke Minborg2016-11-041-1/+1
* Move setReadOnly from Component to HasValueTeemu Suo-Anttila2016-11-021-15/+5
* Introduce "shouldWriteDefaultValues" property to DesignContext.Denis Anisimov2016-10-261-2/+3
* Unify listeners on the server sideAleksi Hietanen2016-09-291-44/+27
* Use diamond operator where it can be usedArtur Signell2016-09-051-2/+2
* Update copyright year to 2016Artur Signell2016-08-181-1/+1
* Remove deprecated addListener/removeListener methodsArtur Signell2016-08-151-165/+129
* Merge branch 'master' into feature/mavenizeelmot2016-04-131-1/+3
* Migrate vaadin-server build to mavenTeemu Suo-Anttila2016-03-141-0/+1503