aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/test/java/com/vaadin/tests/design
Commit message (Collapse)AuthorAgeFilesLines
* Update to Jsoup 1.14.2 (#12381)Tatu Lund2021-08-242-4/+18
|
* Enable Maven plugin for Eclipse formatting (#10829)Ilia Motornyi2018-04-193-6/+7
|
* Remove empty comments (#10789)Ilia Motornyi2018-04-056-10/+0
|
* Remove copyright headers from test code (#10770)Teemu Suo-Anttila2018-03-2848-720/+0
|
* Update copyright year (#10761)Ilia Motornyi2018-03-2742-42/+42
|
* Use lambda with Handlers (#10229)Ahmed Ashour2017-10-271-1/+0
| | | Also improve naming by replacing one-letter variable names.
* Use lambda with Listeners (#10222)Ahmed Ashour2017-10-261-2/+2
| | | Also use "event" as the name for events
* Remove trailing spaces (#10224)Ahmed Ashour2017-10-262-6/+6
|
* Use .toLowerCase and .toUpperCase(Locale.ROOT) (#10182)Ahmed Ashour2017-10-201-2/+3
| | | | | | | | * Use .toLowerCase and .toUpperCase(Locale.ROOT) * Spaces * add spaces after if(
* Simplify lambda expressions (#10198)Ahmed Ashour2017-10-201-7/+2
| | | | | | | | * Simplify lambda expressions And remove unneeded 'return' keyword. * Format
* Use static import of Assert in tests (#10126)Ahmed Ashour2017-10-0311-81/+88
| | | | Also removes dependency on junit.framework.TestCase .
* Use StandardCharsets.UTF_8 (#10113)Ahmed Ashour2017-09-296-26/+21
|
* Use interface instead of implementation (#10073)Ahmed Ashour2017-09-281-1/+1
|
* Use single character for StringBuilder.append (#10102)Ahmed Ashour2017-09-281-5/+5
|
* Use String.isEmpty()Ahmed Ashour2017-09-191-3/+3
|
* Support using Composite and CustomComponent as a Design root class (#9017)Artur2017-04-186-0/+225
| | | Fixes #6043
* Add a maven plugin for formatting according to Eclipse settingsLeif Åstrand2017-02-011-7/+2
| | | | | Running formatter:format will format all files in a submodule using an embedded Eclipse compiler (based on Neon SR1) according to the regular formatting settings file.
* 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-26/+37
|
* Provide declarative support for Grid. (#7961)Denis2016-12-131-2/+2
| | | Fixes vaadin/framework8-issues#390
* Extends declarative tests for selection components for "data-" attribute (#85)Denis2016-12-051-0/+8
| | | Fixes vaadin/framework8-issues#392
* Type Listing for DataProvider to allow custom filter typesTeemu Suo-Anttila2016-11-281-2/+2
| | | | | | | | | | Listing has been moved from AbstractListing to each individual Component. ComboBox is now typed to String filter. Fixes issues with declarative read of items. Change-Id: I6918f9f8c426dcbd81546150c2cf9ed49a02bf50
* Provide declarative support for listing components.Denis Anisimov2016-11-242-37/+48
| | | | | | | Fixes vaadin/framework8-issues#388 Change-Id: I4f8045bba51d308f4343a1f6d01b3f1ddca63e69
* Use final modifier where appropriatePer-Åke Minborg2016-11-094-4/+4
| | | Change-Id: I80b73b653e97904605dc62484a7448f3bfbf7226
* Use lambdas where appropriatePer-Åke Minborg2016-11-073-60/+24
| | | | Change-Id: I80b73b653e97904605dc62484a7448f3bfbf722d
* Rename generic type parameter that hides another type parameterPer-Åke Minborg2016-11-051-4/+4
| | | | Change-Id: I80b73b653e97904605dc62484a7448f3bfbf7235
* Replace assertEquals(true|false,) with assert(True|False)Per-Åke Minborg2016-11-051-9/+9
| | | | Change-Id: I80b73b653e97904605dc62484a7448f3bfbf7224
* Use chain of .append() methods instead of String concatenationPer-Åke Minborg2016-11-041-1/+1
| | | | Change-Id: I80b73b653e97904605dc62484a7448f3bfbf721d
* Use diamond in generic creation where possiblePer-Åke Minborg2016-11-021-1/+1
| | | | Change-Id: I80b73b653e97904605dc62484a7448f3bfbf7214
* Use diamond operator where it can be usedArtur Signell2016-09-056-11/+11
| | | | | | Does not modify compatibility packages to keep to closer to Vaadin 7.7 Change-Id: Ic9c4944eb90218290545a04ecd7455eb63910012
* Change declarative support to use new convertersArtur Signell2016-08-241-4/+3
| | | | Change-Id: I3bb2c106a4c4d8556f6f752867da1917e0d3c9a3
* Move and rename server classes which go into the compatibility packageArtur Signell2016-08-221-1/+1
| | | | | | | | * 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
* Move TextArea to compatibility packageArtur Signell2016-08-201-99/+0
| | | | Change-Id: I16b6566340e3ce32a4f94b7554e2f6f583e20486
* Organize importsArtur Signell2016-08-202-13/+24
| | | | Change-Id: Iedb6ed985dfc6b69c4a4753a876545d67621898f
* Move selects to compatibility packageArtur Signell2016-08-202-89/+0
| | | | Change-Id: I7ee02d34b230e8752174a7f19824f81cbb616c33
* Remove dependencies from core framework to old componnetsArtur Signell2016-08-195-19/+17
| | | | Change-Id: I4667d58ee54c8fda5af0608e232e403c4f8e424b
* Rename legacy packages to v7Artur Signell2016-08-185-5/+5
| | | | Change-Id: I53f3bd49c234a8d126887f6effa83a3c5c92b4e0
* Update copyright year to 2016Artur Signell2016-08-1845-45/+45
| | | | Change-Id: I6485dee1ebba12b180a9063ed4b530f7dc63cd77
* Remove trailing whitespace from code and javadocArtur Signell2016-08-1845-150/+150
| | | | Change-Id: I4c852b7f9928e190572876690d5bef1234494a5d
* Format using Eclipse NeonArtur Signell2016-08-1812-72/+78
| | | | Change-Id: I33f1cc33969ff74a95b1b8cc0f2add589be5aae0
* Update TextField to extend AbstractFieldNew (#51)Aleksi Hietanen2016-08-174-8/+9
| | | | | | | | - 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
* Move and rename converters into com.vaadin.legacy.data.util.converter.Legacy*Artur Signell2016-08-101-1/+1
| | | | Change-Id: I75fd33e66c8c5c265bc60cce58ff639a5d5642ab
* Support static inner classes when reading/writing declarative files (#20038)Artur Signell2016-07-132-0/+45
| | | | | | | | Uses outer class name as package name for static inner classes. When reading, there is no way to know that the class is an inner class so only when creating a class fails, an inner class is tried as a backup. Change-Id: I3ebf5b2da11384f9dc64072a3dc8ee132607237c
* Make tests pass in any timezone (#19813)Marco Collovati2016-05-261-1/+2
| | | | Change-Id: I78411b92a5b3c2f04ed8a15ebd2c183aa1af4ab9
* Store unknown attributes in DesignContext #19749John Ahlroos2016-04-281-7/+32
| | | | Change-Id: I1e90d422ec716092e6d407b6965902f48eac1646
* Fix DesignFormatterTest for Winelmot2016-03-231-1/+1
| | | | Change-Id: Iefa9f9715c51e3b94b7a4df33ea7c0c166cf29d6
* Add @Test annotations, rename test classesTeemu Suo-Anttila2016-03-171-1/+1
| | | | Change-Id: Iac29db81c0c7ff425da73e7ae3d69eadabf5de77
* Migrate vaadin-server build to mavenTeemu Suo-Anttila2016-03-1445-0/+3361
Change-Id: I5c740f4e9cb28103bab199f9a552153d82277e7e