aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/main/java/com/vaadin/tests/integration
Commit message (Collapse)AuthorAgeFilesLines
* Remove copyright headers from test code (#10770)Teemu Suo-Anttila2018-03-285-76/+0
|
* Update copyright year (#10761)Ilia Motornyi2018-03-275-5/+5
|
* Use lambda expressions. (#10268)Ahmed Ashour2017-11-014-34/+13
|
* Fix javadoc references (#10067)Ahmed Ashour2017-09-231-1/+0
| | | And remove unused imports.
* Replace iterators with enhanced for loops (#10018)Ahmed Ashour2017-09-191-3/+3
| | | This change also includes some other minor cleanup.
* Overload AbstarctComponent.setDescription() with content mode parameter (#8252)Denis2017-01-201-1/+1
| | | | | | * Overload AbstarctComponent.setDescription() with content mode parameter Fixes #8185
* Update ServletIntegrationUI to use ValoAleksi Hietanen2016-10-311-2/+0
| | | | Change-Id: Ib3d633a215dc4c9655612110ff23afa782d7a381
* Remove AbstractComponent.immediatePekka Hyvönen2016-10-131-2/+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
* Use reindeer theme in servlet integration testTeemu Suo-Anttila2016-10-071-0/+2
| | | | Change-Id: I0ccedddf621d05bdbc4cac505621979b0416f70f
* 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
* Organize importsArtur Signell2016-08-301-1/+1
| | | | Change-Id: Ie58291fd4858d5421b23e56603808f158d559687
* Implement new LabelArtur Signell2016-08-261-1/+1
| | | | | | | Label does intentionally not implement HasValue as it cannot provide a value to a model Change-Id: I36b8e1794d64caf566fa802177051ae2eb637bf9
* Move LegacyWindow back to com.vaadin.uiArtur Signell2016-08-253-3/+3
| | | | | | | There are too many dependencies between Legacy* and the core framework to be able to easily separate them. Change-Id: I6888e7a370b5d8da587e421abe3cb4686855c72f
* Move and rename server classes which go into the compatibility packageArtur Signell2016-08-225-13/+13
| | | | | | | | * 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-202-2/+2
| | | | Change-Id: Iedb6ed985dfc6b69c4a4753a876545d67621898f
* Rename legacy packages to v7Artur Signell2016-08-181-1/+1
| | | | Change-Id: I53f3bd49c234a8d126887f6effa83a3c5c92b4e0
* Update copyright year to 2016Artur Signell2016-08-185-5/+5
| | | | Change-Id: I6485dee1ebba12b180a9063ed4b530f7dc63cd77
* Remove trailing whitespace from code and javadocArtur Signell2016-08-186-21/+21
| | | | Change-Id: I4c852b7f9928e190572876690d5bef1234494a5d
* Format using Eclipse NeonArtur Signell2016-08-184-29/+28
| | | | Change-Id: I33f1cc33969ff74a95b1b8cc0f2add589be5aae0
* Update TextField to extend AbstractFieldNew (#51)Aleksi Hietanen2016-08-171-2/+2
| | | | | | | | - 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
* Convert CheckBox from legacy to AbstractFieldHenri Sara2016-08-111-10/+4
| | | | | | Add LegacyCheckBox for old field factories, Grid editor etc. Change-Id: Ic40790049421268c6de3d26730d1955d56aa86c4
* Remove the "liferay" themeHenri Sara2016-08-051-742/+0
| | | | | | | | The theme was designed for Liferay 6.0 and was following its look. Liferay 6.0 is no longer officially supported by Vaadin 8. Change-Id: I79e8ecd6674b1dce2424121d4c298b69d3f932d4
* Update Jetty version in uitestTeemu Suo-Anttila2016-05-201-3/+3
| | | | Change-Id: I74300ea0724be1e56ea94d3f1327f49b05a09a87
* Build uitest war with mavenTeemu Suo-Anttila2016-04-1513-0/+1488
Change-Id: I32625901ca27a282253df44c6e776cf9632bacda