aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/test/java/com/vaadin/tests/components/checkbox
Commit message (Collapse)AuthorAgeFilesLines
* Update release note and since tag (#11386)Sun Zhe2018-12-201-17/+28
| | | | * Some formatting changes
* Checkbox allow customizing of input and label classNames. (#11372)Knoobie2018-12-181-0/+48
| | | | | | | | | * add client side integration for custom styles for checkbox.label and checkbox.input * add server side integration for checkbox element styling * add server side tests * add client side test
* Remove PhantomJS from testing (#10997)Teemu Suo-Anttila2018-06-261-8/+0
|
* 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-8/+1
|
* Use static import of Assert in tests (#10126)Ahmed Ashour2017-10-032-9/+11
| | | | Also removes dependency on junit.framework.TestCase .
* Fix CheckboxFocusClickTest on Firefox (#9397)Aleksi Hietanen2017-05-221-4/+5
|
* Make clicking checkbox label call focus listeners (#9271)Knoobie2017-05-111-0/+37
| | | | | Fixes the remaining issue from #3944 for Firefox so that a click on the checkbox label calls the focus listener. Fixes #9290
* Add workarounds for Firefox in context click tests (#8547)Henri Sara2017-02-131-3/+2
|
* Remove AbstractComponent.immediatePekka Hyvönen2016-10-131-53/+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
* Organize importsArtur Signell2016-08-201-5/+3
| | | | Change-Id: Iedb6ed985dfc6b69c4a4753a876545d67621898f
* Update copyright year to 2016Artur Signell2016-08-183-3/+3
| | | | Change-Id: I6485dee1ebba12b180a9063ed4b530f7dc63cd77
* Remove trailing whitespace from code and javadocArtur Signell2016-08-183-9/+9
| | | | Change-Id: I4c852b7f9928e190572876690d5bef1234494a5d
* Convert CheckBox from legacy to AbstractFieldHenri Sara2016-08-111-59/+0
| | | | | | Add LegacyCheckBox for old field factories, Grid editor etc. Change-Id: Ic40790049421268c6de3d26730d1955d56aa86c4
* Build uitest war with mavenTeemu Suo-Anttila2016-04-154-0/+230
Change-Id: I32625901ca27a282253df44c6e776cf9632bacda