aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/main/java/com/vaadin/ui/Window.java
Commit message (Collapse)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 range.
* 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
| | | Also includes minor other javadoc and formatting fixes.
* Support addCloseListener for Notification (#10027)Ahmed Ashour2017-09-271-1/+1
| | | | | Converts Notification to an Extension and adds support for listening to the closing of notifications. Fixes #888
* 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 since tags for the server and shared modules and new types in client.
* 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
| | | Closes vaadin/framework8-issues#548
* Don't use V8 FieldEvents classes in v7 compatibility module. (#93)Denis2016-12-071-12/+0
| | | | | | * Don't use V8 FieldEvents classes in v7 compatibility module. Fixes vaadin/framework8-issues#363
* Provide access to window order position in windows stack (#14325).Denis Anisimov2016-11-291-0/+119
| | | Change-Id: I259c659987b5b15b354e16d0be1523f4ede809f0
* Refactor listener registration creation to reduce boilerplateLeif Åstrand2016-11-231-19/+11
| | | | Change-Id: I9feaad000cb16351d281d1c0037330dfb76186ff
* Replace implicit for-loop with foreachPer-Åke Minborg2016-11-051-2/+1
| | | | Change-Id: I80b73b653e97904605dc62484a7448f3bfbf7233
* Remove redundant array creation for varargsPer-Åke Minborg2016-11-051-2/+2
| | | | Change-Id: I80b73b653e97904605dc62484a7448f3bfbf722f
* Pass array of length when possiblePer-Åke Minborg2016-11-041-1/+1
| | | | Change-Id: I80b73b653e97904605dc62484a7448f3bfbf7220
* Move setReadOnly from Component to HasValueTeemu Suo-Anttila2016-11-021-15/+5
| | | | Change-Id: Ib867b71cab4cf5cda89f272986930297b7a84ced
* Introduce "shouldWriteDefaultValues" property to DesignContext.Denis Anisimov2016-10-261-2/+3
| | | | Change-Id: I979448e5af032333a6a2f7b99b11ab16c41d7b18
* Unify listeners on the server sideAleksi Hietanen2016-09-291-44/+27
| | | | | | | | | | | 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
* Use diamond operator where it can be usedArtur Signell2016-09-051-2/+2
| | | | | | Does not modify compatibility packages to keep to closer to Vaadin 7.7 Change-Id: Ic9c4944eb90218290545a04ecd7455eb63910012
* Update copyright year to 2016Artur Signell2016-08-181-1/+1
| | | | Change-Id: I6485dee1ebba12b180a9063ed4b530f7dc63cd77
* Remove deprecated addListener/removeListener methodsArtur Signell2016-08-151-165/+129
| | | | Change-Id: I74c8bda4bf53340a6deb1fcd5bd8db87b502c856
* Merge branch 'master' into feature/mavenizeelmot2016-04-131-1/+3
| | | | Change-Id: Id7db526d07a14ac259cbb50415bbafd2a7c2ab94
* Migrate vaadin-server build to mavenTeemu Suo-Anttila2016-03-141-0/+1503
Change-Id: I5c740f4e9cb28103bab199f9a552153d82277e7e