aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/main/java/com/vaadin/tests/layouts/layouttester
Commit message (Collapse)AuthorAgeFilesLines
* Tweaked layouttester tests to be more informative. (#11800) (#11813)Anna Koskinen2020-03-2325-30/+297
|
* Enable maven formatting for uitest (#10908)Ilia Motornyi2018-05-171-1/+0
|
* Remove empty comments (#10789)Ilia Motornyi2018-04-0531-205/+0
|
* Remove copyright headers from test code (#10770)Teemu Suo-Anttila2018-03-2838-570/+0
|
* Update copyright year (#10761)Ilia Motornyi2018-03-2738-38/+38
|
* Use lambda expressions. (#10268)Ahmed Ashour2017-11-018-153/+48
|
* Remove auto-generated comment (#10111)Ahmed Ashour2017-09-292-27/+9
|
* Construct array inline (#10068)Ahmed Ashour2017-09-231-3/+3
| | | And some trivial test enhancements
* Update modifier order to follow Java Specification suggestions (#10050)Ahmed Ashour2017-09-211-1/+1
| | | Also includes some other minor cleanup.
* Use String.isEmpty() (#10045)Ahmed Ashour2017-09-211-1/+1
|
* Overload AbstarctComponent.setDescription() with content mode parameter (#8252)Denis2017-01-206-6/+6
| | | | | | * Overload AbstarctComponent.setDescription() with content mode parameter Fixes #8185
* Global java code cleanup using Eclipse Neon.1Leif Åstrand2016-12-201-3/+3
|
* VerticalLayout has spacing = true and margin = true by default .Ilia Motornyi2016-12-125-10/+15
| | | | | HorizontalLayout has spacing = true and margin = false by default. Fixes vaadin/framework8-issues#526
* Make Valo the default themePekka Hyvönen2016-10-061-2/+2
| | | | | | | | | | LegacyApplication explicitly uses "reindeer" as default theme. Extended AbstractTestUI to AbstractReindeerTestUI, that all old tests now inherit. All new tests should be based on AbstractTestUI. Also added AbstractReindeerTestUIWithLog for those that needed it. Removed all found @Theme("valo") and used proper parent test class. Change-Id: I0bb45850f3f1d39c6f78dac35dfa08acbad427ad
* Rename PopupDateField to DateField #297.Denis Anisimov2016-09-232-4/+4
| | | | | | | DateField becomes abstract AbstractDateField, PopupDateField becomes DateField Change-Id: I3ac1e02d8754f0770b6a30222cb0fb2a1b9db07b
* Format the project using Neon, remove trailing whitespaceArtur Signell2016-08-312-4/+2
| | | | Change-Id: I145e20226958910c243b9897bb1e9516919f55cd
* Organize importsArtur Signell2016-08-301-1/+1
| | | | Change-Id: Ie58291fd4858d5421b23e56603808f158d559687
* Fix label widths in several testsAleksi Hietanen2016-08-304-14/+24
| | | | Change-Id: I70f296fc5d1d2957698a169e501dcd1c43589503
* Change Label default width to undefined to match other componentsArtur Signell2016-08-291-3/+7
| | | | Change-Id: Ia4e6bbe0673c20e96bdda240570247ff9b1f6d93
* Implement new LabelArtur Signell2016-08-266-6/+6
| | | | | | | Label does intentionally not implement HasValue as it cannot provide a value to a model Change-Id: I36b8e1794d64caf566fa802177051ae2eb637bf9
* Move and rename server classes which go into the compatibility packageArtur Signell2016-08-2213-29/+29
| | | | | | | | * Use com.vaadin.v7 * Use the same class name as in Vaadin 7 * Use a "vaadin7-" declarative prefix for Vaadin 7 components Change-Id: I19a27f3835b18980b91a4f8f9464b2adde1a5fd5
* Organize importsArtur Signell2016-08-2019-19/+3
| | | | Change-Id: Iedb6ed985dfc6b69c4a4753a876545d67621898f
* Rename legacy packages to v7Artur Signell2016-08-187-7/+7
| | | | Change-Id: I53f3bd49c234a8d126887f6effa83a3c5c92b4e0
* Update copyright year to 2016Artur Signell2016-08-1838-38/+38
| | | | Change-Id: I6485dee1ebba12b180a9063ed4b530f7dc63cd77
* Remove trailing whitespace from code and javadocArtur Signell2016-08-182-4/+4
| | | | Change-Id: I4c852b7f9928e190572876690d5bef1234494a5d
* Format using Eclipse NeonArtur Signell2016-08-184-6/+12
| | | | Change-Id: I33f1cc33969ff74a95b1b8cc0f2add589be5aae0
* Update TextField to extend AbstractFieldNew (#51)Aleksi Hietanen2016-08-177-14/+14
| | | | | | | | - Changes input prompt to be based on the placeholder attribute. - Unifies TextChangeEvents with ValueChangeEvents. - add*Listener methods now return Registration objects, remove*Listener methods removed. Change-Id: Ie92506ae9db205bb0010ae9126c608c62ad023ff
* Derive DateField from new AbstractField (#57).Denis Anisimov2016-08-152-4/+4
| | | | Change-Id: I5efe17253ecd28dad5a2250076246a9eb30eec62
* Move old DateField components to legacy package (pre-#57).Denis Anisimov2016-08-122-4/+4
| | | | Change-Id: I9e766be232d90aab92b5daa77351f4b0a3933f1d
* Build uitest war with mavenTeemu Suo-Anttila2016-04-1539-0/+2081
Change-Id: I32625901ca27a282253df44c6e776cf9632bacda