aboutsummaryrefslogtreecommitdiffstats
path: root/compatibility-server/src/test/java/com/vaadin/tests
Commit message (Collapse)AuthorAgeFilesLines
* Remove copyright headers from test code (#10770)Teemu Suo-Anttila2018-03-283-45/+0
|
* Update copyright year (#10761)Ilia Motornyi2018-03-272-2/+2
|
* Use lambda expressions. (#10268)Ahmed Ashour2017-11-011-1/+0
|
* Remove trailing spaces (#10224)Ahmed Ashour2017-10-261-4/+4
|
* Use .toLowerCase and .toUpperCase(Locale.ROOT) (#10182)Ahmed Ashour2017-10-201-1/+2
| | | | | | | | * Use .toLowerCase and .toUpperCase(Locale.ROOT) * Spaces * add spaces after if(
* Use static import of Assert in tests (#10126)Ahmed Ashour2017-10-034-34/+34
| | | | Also removes dependency on junit.framework.TestCase .
* Construct array inline (#10068)Ahmed Ashour2017-09-231-3/+3
| | | And some trivial test enhancements
* Remove unused methods. (#10058)Ahmed Ashour2017-09-221-5/+0
|
* Make JavaScriptExtension serializable (#9721)Artur2017-07-261-0/+62
| | | Fixes #9705
* Synchronize code between V7 and compatibility packageTeemu Suo-Anttila2017-03-072-3/+6
|
* Revert diamond operator changesTeemu Suo-Anttila2017-03-071-1/+1
|
* Remove unnecessary full classname referencesTeemu Suo-Anttila2017-03-071-4/+2
|
* Correct all tests that introspect classpath for Vaadin classes.Denis Anisimov2016-11-293-124/+5
| | | | | | | | Fixes vaadin/framework8-issues#399 RemoveListenersDeprecatedTest test is fixed. Corrections are made to make the test above passes. Change-Id: I209a4693d241a1488b69b4742f48549dbf4bf0ac
* Fix DeprecatedTest under Windowselmot2016-11-112-6/+7
| | | | Change-Id: I06d8e631448e419536dfbb9188a5934c6a7bad37
* Introduce "shouldWriteDefaultValues" property to DesignContext.Denis Anisimov2016-10-261-10/+6
| | | | Change-Id: I979448e5af032333a6a2f7b99b11ab16c41d7b18
* Add utility for outputting the full declarative syntax of componentsAleksi Hietanen2016-10-243-90/+342
| | | | Change-Id: I4bc740154ffb5a30892b1859a7550a7aeff94fb3
* Provide declarative tests for all V7 field components.Denis Anisimov2016-10-211-30/+53
| | | | Change-Id: I6bd65efe355730f358fdbc38b9cc592e27077de2
* Unify listeners on the server sideAleksi Hietanen2016-09-291-0/+181
| | | | | | | | | | | This patch updates server side add*Listener methods to return a registration object and deprecates their corresponding remove*Listener methods. Additionally this patch removes add/removeListener methods which were deprecated in 7.0. Change-Id: I26ac5f11882512288fbbf601c7cb2aaff653ec76
* Mark all server compatibility classes deprecated (#144).Denis Anisimov2016-09-231-0/+124
| | | | Change-Id: Iba0a35d5ea9a97b0020f506f610630471c59748b
* Added Slider into compatibility packagePekka Hyvönen2016-09-162-0/+216
| | | | Change-Id: Icc4cfc64c0d0bf9993b138eec15a8a73cb0be2f0
* Move remaining Vaadin 7 classes to the compatibility packageArtur Signell2016-08-262-0/+105
| | | | Change-Id: I3be37350a638028d89fb527a3dfb09e74fdebeed
* Implement new LabelArtur Signell2016-08-262-0/+190
| | | | | | | Label does intentionally not implement HasValue as it cannot provide a value to a model Change-Id: I36b8e1794d64caf566fa802177051ae2eb637bf9
* Move old TextField to compatibility packageArtur Signell2016-08-261-14/+0
| | | | Change-Id: Ic1e8d3f9859f5e496c0e27e2fece4b5a9da74f01
* Move Item to compatibility packageArtur Signell2016-08-241-0/+14
| | | | Change-Id: I51ad45a18d2dcfbd582c7e4bdcca99300d20cee0
* Move and rename server classes which go into the compatibility packageArtur Signell2016-08-22108-11097/+0
| | | | | | | | * 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
* Map <vaadin7> declarative prefix to com.vaadin.v7.uiArtur Signell2016-08-221-14/+3
| | | | Change-Id: I3b529cf4c918eb6ce733fa6d126428d759c88345
* Move DateField and old validators to compatibility packageArtur Signell2016-08-2022-0/+1582
| | | | Change-Id: I800db8383171280c01eb427e121467a37acbca66
* Move TextArea to compatibility packageArtur Signell2016-08-202-0/+173
| | | | Change-Id: I16b6566340e3ce32a4f94b7554e2f6f583e20486
* Move RichTextArea to compatibility packageArtur Signell2016-08-202-0/+129
| | | | Change-Id: Ie73adbb0ddaf98aed6554f658625f1d812c3342b
* Organize importsArtur Signell2016-08-2017-25/+25
| | | | Change-Id: Iedb6ed985dfc6b69c4a4753a876545d67621898f
* Move remaining selects and container implementations to compatibility packageArtur Signell2016-08-2020-0/+1959
| | | | | | | Because of dependencies also moves Calendar, ColorPicker, SQLContainer, container filters Change-Id: I0594cb24f20486ebbca4be578827fea7cdf92108
* Move Table/TreeTable to compatibility packageArtur Signell2016-08-2019-0/+1700
| | | | Change-Id: Ic9f2badf8688c32d704be67519c0f4c9a3da0e28
* Move selects to compatibility packageArtur Signell2016-08-2013-0/+968
| | | | Change-Id: I7ee02d34b230e8752174a7f19824f81cbb616c33
* Move FieldGroup and Vaadin 7 Grid to compatibility packageArtur Signell2016-08-2030-0/+4597
Change-Id: I9aaef478e0b67462641239802b924b8461cb9225