aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/main/java/com/vaadin/tests/widgetset/server
Commit message (Collapse)AuthorAgeFilesLines
* Re-use ComputedStyles in Escalator when possible. (#12186)Anna Koskinen2021-02-051-0/+39
|
* Prevent upload if no file is selected. (#11939)Anna Koskinen2020-04-031-0/+13
| | | Fixes #10419
* Remove empty comments (#10789)Ilia Motornyi2018-04-056-14/+0
|
* Remove copyright headers from test code (#10770)Teemu Suo-Anttila2018-03-2829-442/+0
|
* Update copyright year (#10761)Ilia Motornyi2018-03-2726-26/+26
|
* Remove unused @VERSION@Ahmed Ashour2017-09-253-3/+0
|
* 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-1/+1
| | | Also includes some other minor cleanup.
* Add LoadStyle.NONE for completely omitting a connectorLeif Åstrand2017-04-132-0/+60
|
* Always load the deferred connector bundle (#8713)Leif Åstrand2017-03-072-0/+52
| | | | | | | | | | endDependencyLoading that was used for starting to load the deferred connector bundle is only called during regular application init if the theme wasn't yet loaded when the initial UIDL request finished. With this patch, the bundle is instead set to be loaded after the initial UIDL message has been completely processed. Fixes #4763
* Overload AbstarctComponent.setDescription() with content mode parameter (#8252)Denis2017-01-201-1/+1
| | | | | | * Overload AbstarctComponent.setDescription() with content mode parameter Fixes #8185
* Global java code cleanup using Eclipse Neon.1Leif Åstrand2016-12-203-3/+3
|
* Make Valo the default themePekka Hyvönen2016-10-067-14/+14
| | | | | | | | | | 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
* Move uitests for the legacy Grid to a separate v7 packageLeif Åstrand2016-09-011-3/+3
| | | | Change-Id: Iba9614f9809714b2d3ac564e737f03e8f89c6f82
* Enable assertions for TestingWidgetset, add test to verify thisTeemu Suo-Anttila2016-08-311-0/+16
| | | | Change-Id: I0c5fc24e490edc6e0d3fb7a9b1d2a71d564bb13c
* 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
* Update TextArea to extend AbstractFieldNew (#53)Aleksi Hietanen2016-08-263-6/+6
| | | | Change-Id: I72400695f3b015add07be9709e48b5f99ce619cf
* Move and rename server classes which go into the compatibility packageArtur Signell2016-08-225-6/+6
| | | | | | | | * 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
* Update copyright year to 2016Artur Signell2016-08-1822-22/+22
| | | | Change-Id: I6485dee1ebba12b180a9063ed4b530f7dc63cd77
* Remove trailing whitespace from code and javadocArtur Signell2016-08-1818-54/+54
| | | | Change-Id: I4c852b7f9928e190572876690d5bef1234494a5d
* Format using Eclipse NeonArtur Signell2016-08-186-12/+14
| | | | Change-Id: I33f1cc33969ff74a95b1b8cc0f2add589be5aae0
* Build uitest war with mavenTeemu Suo-Anttila2016-04-1529-0/+1150
Change-Id: I32625901ca27a282253df44c6e776cf9632bacda