aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/main/java/com/vaadin/ui/TabSheet.java
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year range (#12507)Anna Koskinen2022-01-111-1/+1
|
* Code cleanup (#12333)Anna Koskinen2021-07-081-8/+21
| | | | | | | | | | | | | | | | - 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/+2
|
* Fix TabSheet attaching and detaching components (#10988)Teemu Suo-Anttila2018-06-191-6/+0
| | | | | | | This patch reverts the fix #10557 and replaces it with a proper solution from Grid perspective. Fixes #10987 Fixes #10985
* 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
| | | | | | Fixes #10146 Fixes #10543
* First sentence of javadoc should end with a period (#10114)Ahmed Ashour2017-10-021-5/+5
| | | Also includes minor other javadoc and formatting fixes.
* 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
| | | | | | | Add additional class names and style to components and error indicators to distinguish different error levels. Vaadin 8 implementation of #9816. Cherry picked changes and added compatibility package component changes and tests. Resolves #3139
* 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
| | | Fixes #9545
* Add possibility to configure the content mode of TabSheet tabs (#8920)Aleksi Hietanen2017-03-241-0/+28
| | | Fixes #8590
* 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.
* Add @FunctionalInterface annotation to interfaces where applicable (#7954)Aleksi Hietanen2016-12-121-0/+2
| | | 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
* Refactor listener registration creation to reduce boilerplateLeif Åstrand2016-11-231-9/+3
| | | | Change-Id: I9feaad000cb16351d281d1c0037330dfb76186ff
* Use final modifier where appropriatePer-Åke Minborg2016-11-091-1/+1
| | | Change-Id: I80b73b653e97904605dc62484a7448f3bfbf7226
* Use lambdas where appropriatePer-Åke Minborg2016-11-071-7/+1
| | | | Change-Id: I80b73b653e97904605dc62484a7448f3bfbf722d
* Replace implicit for-loop with foreachPer-Åke Minborg2016-11-051-4/+1
| | | | Change-Id: I80b73b653e97904605dc62484a7448f3bfbf7233
* Remove redundant castingPer-Åke Minborg2016-11-051-1/+1
| | | | Change-Id: I80b73b653e97904605dc62484a7448f3bfbf7232
* Remove redundant array creation for varargsPer-Åke Minborg2016-11-051-1/+1
| | | | Change-Id: I80b73b653e97904605dc62484a7448f3bfbf722f
* Implement focus and blur events for CheckBoxGroup.Denis Anisimov2016-10-311-11/+2
| | | | | | | Fixes vaadin/framework8-issues#334 Change-Id: I4c7ca424cc4f4a1f0cdecd7671827465ab74ace7
* Remove JavaDoc mentions of RepaintRequestEvent (#19953)Leif Åstrand2016-10-281-5/+0
| | | | Change-Id: Ief1191b34018e6049c8d20d341150c0b9804f621
* Introduce "shouldWriteDefaultValues" property to DesignContext.Denis Anisimov2016-10-261-10/+13
| | | | Change-Id: I979448e5af032333a6a2f7b99b11ab16c41d7b18
* Move all themes except Valo into a new compatibility-themes packageAleksi Hietanen2016-10-131-5/+1
| | | | Change-Id: Ife0707c69bac83f190b5497af5fef1af43af6e46
* Remove AbstractComponent.immediatePekka Hyvönen2016-10-131-1/+0
| | | | | | | | | | | | | All components are now in immediate mode by default. V7 compatibility components will use AbstractLegacyComponent that has immediate. V7 ColorPickerPopup will not have setImmediate, since it extends V8 Window, which is not in V7 compatibility packages. Removed OutOfSync and ResynchronizeAfterAsyncRemoval Tests, since those tested UI in not immediate mode, which is invalid now. Removed WindowResizeListener, LazyWindowResize, test UIs, since both used immediate and there were no test run for either. Change-Id: Ie1c8cfa4c48461db944ff9b13efe8473c5a3298f
* Unify listeners on the server sideAleksi Hietanen2016-09-291-24/+24
| | | | | | | | | | | 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-3/+3
| | | | | | 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-171/+139
| | | | Change-Id: I74c8bda4bf53340a6deb1fcd5bd8db87b502c856
* Migrate vaadin-server build to mavenTeemu Suo-Anttila2016-03-141-0/+1686
Change-Id: I5c740f4e9cb28103bab199f9a552153d82277e7e