aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/main/java/com/vaadin/ui/TabSheet.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range (#12507)Anna Koskinen2022-01-111-1/+1
* Code cleanup (#12333)Anna Koskinen2021-07-081-8/+21
* 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-2/+2
* Fix TabSheet attaching and detaching components (#10988)Teemu Suo-Anttila2018-06-191-6/+0
* Enable Maven plugin for Eclipse formatting (#10829)Ilia Motornyi2018-04-191-1/+3
* Update copyright year (#10761)Ilia Motornyi2018-03-271-1/+1
* Fixes Grid editor visibility inside TabSheet (#10557)Piotr Wilkin2018-02-141-0/+5
* First sentence of javadoc should end with a period (#10114)Ahmed Ashour2017-10-021-5/+5
* Use interface instead of implementation (#10073)Ahmed Ashour2017-09-281-2/+1
* Implement error level on client side (#9817)Adam Wagner2017-09-271-3/+9
* Use simple class namesAhmed Ashour2017-09-201-2/+2
* Update/add since tags (#9627)Henri Sara2017-07-031-1/+8
* Use HasUserOriginated interface where appropriate (#9608)Henri Sara2017-06-291-1/+1
* Add isUserOriginated to SelectedTabChangeEvent (#9580)Artur2017-06-291-33/+82
* Add possibility to configure the content mode of TabSheet tabs (#8920)Aleksi Hietanen2017-03-241-0/+28
* Fix since tags for 8.0 (#8575)Henri Sara2017-02-161-0/+1
* Add @FunctionalInterface annotation to interfaces where applicable (#7954)Aleksi Hietanen2016-12-121-0/+2
* Don't use V8 FieldEvents classes in v7 compatibility module. (#93)Denis2016-12-071-12/+0
* Refactor listener registration creation to reduce boilerplateLeif Åstrand2016-11-231-9/+3
* Use final modifier where appropriatePer-Åke Minborg2016-11-091-1/+1
* Use lambdas where appropriatePer-Åke Minborg2016-11-071-7/+1
* Replace implicit for-loop with foreachPer-Åke Minborg2016-11-051-4/+1
* Remove redundant castingPer-Åke Minborg2016-11-051-1/+1
* Remove redundant array creation for varargsPer-Åke Minborg2016-11-051-1/+1
* Implement focus and blur events for CheckBoxGroup.Denis Anisimov2016-10-311-11/+2
* Remove JavaDoc mentions of RepaintRequestEvent (#19953)Leif Åstrand2016-10-281-5/+0
* Introduce "shouldWriteDefaultValues" property to DesignContext.Denis Anisimov2016-10-261-10/+13
* Move all themes except Valo into a new compatibility-themes packageAleksi Hietanen2016-10-131-5/+1
* Remove AbstractComponent.immediatePekka Hyvönen2016-10-131-1/+0
* Unify listeners on the server sideAleksi Hietanen2016-09-291-24/+24
* Use diamond operator where it can be usedArtur Signell2016-09-051-3/+3
* Update copyright year to 2016Artur Signell2016-08-181-1/+1
* Remove deprecated addListener/removeListener methodsArtur Signell2016-08-151-171/+139
* Migrate vaadin-server build to mavenTeemu Suo-Anttila2016-03-141-0/+1686