aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/main/java/com/vaadin/tests/components/optiongroup
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-273-3/+3
|
* Use lambda expressions. (#10268)Ahmed Ashour2017-11-012-22/+10
|
* Remove unneeded .toString() (#10141)Ahmed Ashour2017-10-101-1/+1
|
* 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-201-1/+2
|
* Remove AbstractComponent.immediatePekka Hyvönen2016-10-131-1/+0
| | | | | | | | | | | | | 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
* Make Valo the default themePekka Hyvönen2016-10-062-4/+4
| | | | | | | | | | 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
* Refactor AbstractComponentTest to extend AbstractTestUIJohannes Dahlström2016-09-052-2/+2
| | | | Change-Id: Ie614e7a7bf069ab4035cfcd35c3bc98007adfd4b
* 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
* 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 and rename server classes which go into the compatibility packageArtur Signell2016-08-227-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
* Update copyright year to 2016Artur Signell2016-08-183-3/+3
| | | | Change-Id: I6485dee1ebba12b180a9063ed4b530f7dc63cd77
* Remove trailing whitespace from code and javadocArtur Signell2016-08-182-7/+7
| | | | Change-Id: I4c852b7f9928e190572876690d5bef1234494a5d
* Format using Eclipse NeonArtur Signell2016-08-183-6/+7
| | | | Change-Id: I33f1cc33969ff74a95b1b8cc0f2add589be5aae0
* Convert CheckBox from legacy to AbstractFieldHenri Sara2016-08-111-12/+6
| | | | | | Add LegacyCheckBox for old field factories, Grid editor etc. Change-Id: Ic40790049421268c6de3d26730d1955d56aa86c4
* Build uitest war with mavenTeemu Suo-Anttila2016-04-157-0/+484
Change-Id: I32625901ca27a282253df44c6e776cf9632bacda