aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/main/java/com/vaadin/tests/TestForUpload.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove copyright headers from test code (#10770)Teemu Suo-Anttila2018-03-281-16/+0
|
* Update copyright year (#10761)Ilia Motornyi2018-03-271-1/+1
|
* Use lambda expressions. (#10268)Ahmed Ashour2017-11-011-116/+64
|
* Use StringBuilder instead of StringBuffer (#10154)Ahmed Ashour2017-10-091-2/+2
|
* Remove auto-generated comment (#10111)Ahmed Ashour2017-09-291-6/+0
|
* Use single character for StringBuilder.append (#10102)Ahmed Ashour2017-09-281-3/+3
|
* Overload AbstarctComponent.setDescription() with content mode parameter (#8252)Denis2017-01-201-1/+1
| | | | | | * Overload AbstarctComponent.setDescription() with content mode parameter Fixes #8185
* Separate immediate mode for Upload from AbstactComponent.immediatePekka Hyvönen2016-10-071-1/+1
| | | | | | | | Makes it possible to remove the immediate from AbstractComponent. Part 2 / 2 of adding proper Upload immediateMode, first was to move old Upload to v7 compatiblity packages. Change-Id: Iff99df70d9465fa1f3bad4baae44a0488eba01c0
* Unify listeners on the server sideAleksi Hietanen2016-09-291-6/+6
| | | | | | | | | | | 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
* 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
* Move LegacyWindow back to com.vaadin.uiArtur Signell2016-08-251-1/+1
| | | | | | | There are too many dependencies between Legacy* and the core framework to be able to easily separate them. Change-Id: I6888e7a370b5d8da587e421abe3cb4686855c72f
* Move ProgressBar/ProgressIndicator to compatibility packageArtur Signell2016-08-221-1/+1
| | | | Change-Id: I9d8ef17fc4bd903ad6c4e258b800b72029e507fd
* Move and rename server classes which go into the compatibility packageArtur Signell2016-08-221-8/+8
| | | | | | | | * 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
* Organize importsArtur Signell2016-08-201-1/+1
| | | | Change-Id: Iedb6ed985dfc6b69c4a4753a876545d67621898f
* Rename legacy packages to v7Artur Signell2016-08-181-2/+2
| | | | Change-Id: I53f3bd49c234a8d126887f6effa83a3c5c92b4e0
* Update copyright year to 2016Artur Signell2016-08-181-1/+1
| | | | Change-Id: I6485dee1ebba12b180a9063ed4b530f7dc63cd77
* Remove trailing whitespace from code and javadocArtur Signell2016-08-181-7/+7
| | | | Change-Id: I4c852b7f9928e190572876690d5bef1234494a5d
* Format using Eclipse NeonArtur Signell2016-08-181-19/+22
| | | | 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
* Rename Field, AbstractField to legacy namesJohannes Dahlström2016-08-051-2/+2
| | | | Change-Id: I46ce708e0f10e4c9fa3d11a2aef5be0248c2999f
* Build uitest war with mavenTeemu Suo-Anttila2016-04-151-0/+474
Change-Id: I32625901ca27a282253df44c6e776cf9632bacda