aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/main/java/com/vaadin/tests/components/tabsheet
Commit message (Expand)AuthorAgeFilesLines
* Ensure visible tab search only covers existing tabs. (#12373)Anna Koskinen2021-08-181-0/+48
* Reworked and cleaned up client-side TabSheet and Accordion. (#12357)Anna Koskinen2021-08-132-5/+29
* Only remove caption margin from the first visible tab. (#12078)Anna Koskinen2020-08-191-0/+43
* Updates to scrolled TabSheet resize logic and Valo right-alignment. (#11133)Anna Koskinen2018-10-101-0/+48
* Fix removal tabsheets if last one is selected (#11070)Ilia Motornyi2018-07-191-0/+35
* Enable maven formatting for uitest (#10908)Ilia Motornyi2018-05-1710-54/+44
* Remove empty comments (#10789)Ilia Motornyi2018-04-058-12/+0
* Remove copyright headers from test code (#10770)Teemu Suo-Anttila2018-03-2815-227/+0
* Update copyright year (#10761)Ilia Motornyi2018-03-2714-14/+14
* Use lambda expressions. (#10268)Ahmed Ashour2017-11-0124-392/+127
* Use lambda with Handlers (#10229)Ahmed Ashour2017-10-271-16/+5
* Use StringBuilder instead of StringBuffer (#10154)Ahmed Ashour2017-10-091-1/+1
* Use enhanced for loop instead of Iterator. (#10100)Ahmed Ashour2017-09-291-8/+3
* Use interface instead of implementation (#10073)Ahmed Ashour2017-09-283-4/+6
* Construct array inline (#10068)Ahmed Ashour2017-09-231-1/+1
* Add empty line at end of fileAhmed Ashour2017-09-232-2/+2
* Update modifier order to follow Java Specification suggestions (#10050)Ahmed Ashour2017-09-211-2/+2
* Add possibility to configure the content mode of TabSheet tabs (#8920)Aleksi Hietanen2017-03-241-0/+44
* Global java code cleanup using Eclipse Neon.1Leif Åstrand2016-12-202-2/+2
* VerticalLayout has spacing = true and margin = true by default .Ilia Motornyi2016-12-121-1/+3
* Move all themes except Valo into a new compatibility-themes packageAleksi Hietanen2016-10-132-2/+2
* Make Valo the default themePekka Hyvönen2016-10-0622-44/+40
* Unify listeners on the server sideAleksi Hietanen2016-09-293-8/+8
* Rename PopupDateField to DateField #297.Denis Anisimov2016-09-231-3/+3
* Refactor AbstractComponentTest to extend AbstractTestUIJohannes Dahlström2016-09-052-2/+2
* Use diamond operator where it can be usedArtur Signell2016-09-055-5/+5
* Format the project using Neon, remove trailing whitespaceArtur Signell2016-08-311-2/+1
* Move LegacyWindow back to com.vaadin.uiArtur Signell2016-08-251-1/+1
* Move and rename server classes which go into the compatibility packageArtur Signell2016-08-229-19/+19
* Organize importsArtur Signell2016-08-206-13/+17
* Rename legacy packages to v7Artur Signell2016-08-186-6/+6
* Update copyright year to 2016Artur Signell2016-08-1814-14/+14
* Remove trailing whitespace from code and javadocArtur Signell2016-08-1816-66/+66
* Format using Eclipse NeonArtur Signell2016-08-1814-29/+29
* Update TextField to extend AbstractFieldNew (#51)Aleksi Hietanen2016-08-176-14/+14
* Derive DateField from new AbstractField (#57).Denis Anisimov2016-08-151-3/+3
* Move old DateField components to legacy package (pre-#57).Denis Anisimov2016-08-121-3/+3
* Fixing TabSheet scrolling within SplitPanel (#20052)adam2016-08-031-0/+81
* Scroll selected tab into view (#3899)Artur Signell2016-04-281-1/+24
* Build uitest war with mavenTeemu Suo-Anttila2016-04-1548-0/+3234