aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/main/java/com/vaadin/tests/components/AbstractComponentTest.java
Commit message (Collapse)AuthorAgeFilesLines
* Add ErrorHandler to AbstractTestUI (#12256)Anna Koskinen2021-03-291-0/+1
| | | | * Add ErrorHandler to AbstractTestUI
* Don't use V8 FieldEvents classes in v7 compatibility module. (#93)Denis2016-12-071-7/+13
| | | | | | * Don't use V8 FieldEvents classes in v7 compatibility module. Fixes vaadin/framework8-issues#363
* Move all themes except Valo into a new compatibility-themes packageAleksi Hietanen2016-10-131-1/+1
| | | | Change-Id: Ife0707c69bac83f190b5497af5fef1af43af6e46
* Remove AbstractComponent.immediatePekka Hyvönen2016-10-131-5/+2
| | | | | | | | | | | | | 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
* Add selection support to NativeSelectJohannes Dahlström2016-09-121-0/+22
| | | | Change-Id: Iabe563852150a7d690f6e2edaa40253d03127881
* Refactor AbstractComponentTest to extend AbstractTestUIJohannes Dahlström2016-09-051-15/+5
| | | | Change-Id: Ie614e7a7bf069ab4035cfcd35c3bc98007adfd4b
* Use diamond operator where it can be usedArtur Signell2016-09-051-16/+16
| | | | | | Does not modify compatibility packages to keep to closer to Vaadin 7.7 Change-Id: Ic9c4944eb90218290545a04ecd7455eb63910012
* Remove trailing whitespace from code and javadocArtur Signell2016-08-181-5/+5
| | | | Change-Id: I4c852b7f9928e190572876690d5bef1234494a5d
* Format using Eclipse NeonArtur Signell2016-08-181-48/+34
| | | | Change-Id: I33f1cc33969ff74a95b1b8cc0f2add589be5aae0
* Build uitest war with mavenTeemu Suo-Anttila2016-04-151-0/+784
Change-Id: I32625901ca27a282253df44c6e776cf9632bacda