aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/main/java/com/vaadin/tests/declarative
Commit message (Collapse)AuthorAgeFilesLines
* Merged column headers should work within declarative Grid. (#12206)Anna Koskinen2021-02-261-0/+65
| | | | | | | | | - null check to prevent NPE from the merged column headers - convert to internal columnIds for merge handling - use correct cell in merge handling - switch away from streams in merge handling for easier readability - regression test Fixes: #10464
* Remove empty comments (#10789)Ilia Motornyi2018-04-052-10/+0
|
* Remove copyright headers from test code (#10770)Teemu Suo-Anttila2018-03-285-75/+0
|
* Update copyright year (#10761)Ilia Motornyi2018-03-275-5/+5
|
* Use lambda expressions. (#10268)Ahmed Ashour2017-11-012-45/+6
|
* Use StandardCharsets.UTF_8 (#10113)Ahmed Ashour2017-09-291-2/+3
|
* Remove auto-generated comment (#10111)Ahmed Ashour2017-09-291-1/+0
|
* Binder.bindInstanceFields(Object) method implementation (#47).Denis Anisimov2016-10-251-1/+1
| | | | | | Binds class instance fields using reflection using Binder.forField() Change-Id: I597f3832d112cfa69c73fb185f1564c482e4eb15
* Make Valo the default themePekka Hyvönen2016-10-062-5/+1
| | | | | | | | | | 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-231-3/+3
| | | | | | | DateField becomes abstract AbstractDateField, PopupDateField becomes DateField Change-Id: I3ac1e02d8754f0770b6a30222cb0fb2a1b9db07b
* Use diamond operator where it can be usedArtur Signell2016-09-051-1/+1
| | | | | | Does not modify compatibility packages to keep to closer to Vaadin 7.7 Change-Id: Ic9c4944eb90218290545a04ecd7455eb63910012
* Update TextArea to extend AbstractFieldNew (#53)Aleksi Hietanen2016-08-261-10/+4
| | | | Change-Id: I72400695f3b015add07be9709e48b5f99ce619cf
* Move and rename server classes which go into the compatibility packageArtur Signell2016-08-223-16/+16
| | | | | | | | * 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
* 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-185-17/+17
| | | | Change-Id: I4c852b7f9928e190572876690d5bef1234494a5d
* Format using Eclipse NeonArtur Signell2016-08-181-2/+2
| | | | Change-Id: I33f1cc33969ff74a95b1b8cc0f2add589be5aae0
* Update TextField to extend AbstractFieldNew (#51)Aleksi Hietanen2016-08-171-3/+3
| | | | | | | | - 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-151-3/+3
| | | | Change-Id: I5efe17253ecd28dad5a2250076246a9eb30eec62
* Move old DateField components to legacy package (pre-#57).Denis Anisimov2016-08-121-3/+3
| | | | Change-Id: I9e766be232d90aab92b5daa77351f4b0a3933f1d
* Build uitest war with mavenTeemu Suo-Anttila2016-04-155-0/+449
Change-Id: I32625901ca27a282253df44c6e776cf9632bacda