aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/main/java/com/vaadin/tests/dd/TreeDragStart.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove unneeded .toArray() (#10131)Ahmed Ashour2017-10-031-1/+1
| | | Use for each loop.
* Use interface instead of implementation (#10073)Ahmed Ashour2017-09-281-4/+5
|
* Construct array inline (#10068)Ahmed Ashour2017-09-231-1/+1
| | | And some trivial test enhancements
* Fix javadoc references (#10067)Ahmed Ashour2017-09-231-1/+0
| | | And remove unused imports.
* Replace iterators with enhanced for loops (#10018)Ahmed Ashour2017-09-191-2/+2
| | | This change also includes some other minor cleanup.
* Fix varargs warningsAhmed Ashour2017-09-131-1/+1
|
* Remove AbstractComponent.immediatePekka Hyvönen2016-10-131-4/+1
| | | | | | | | | | | | | All components are now in immediate mode by default. V7 compatibility components will use AbstractLegacyComponent that has immediate. V7 ColorPickerPopup will not have setImmediate, since it extends V8 Window, which is not in V7 compatibility packages. Removed OutOfSync and ResynchronizeAfterAsyncRemoval Tests, since those tested UI in not immediate mode, which is invalid now. Removed WindowResizeListener, LazyWindowResize, test UIs, since both used immediate and there were no test run for either. Change-Id: Ie1c8cfa4c48461db944ff9b13efe8473c5a3298f
* Use diamond operator where it can be usedArtur Signell2016-09-051-6/+6
| | | | | | Does not modify compatibility packages to keep to closer to Vaadin 7.7 Change-Id: Ic9c4944eb90218290545a04ecd7455eb63910012
* Move Item to compatibility packageArtur Signell2016-08-241-1/+1
| | | | Change-Id: I51ad45a18d2dcfbd582c7e4bdcca99300d20cee0
* Move and rename server classes which go into the compatibility packageArtur Signell2016-08-221-11/+11
| | | | | | | | * 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
* Format using Eclipse NeonArtur Signell2016-08-181-11/+9
| | | | Change-Id: I33f1cc33969ff74a95b1b8cc0f2add589be5aae0
* Convert CheckBox from legacy to AbstractFieldHenri Sara2016-08-111-16/+6
| | | | | | Add LegacyCheckBox for old field factories, Grid editor etc. Change-Id: Ic40790049421268c6de3d26730d1955d56aa86c4
* Build uitest war with mavenTeemu Suo-Anttila2016-04-151-0/+330
Change-Id: I32625901ca27a282253df44c6e776cf9632bacda