aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/main/java/com/vaadin/tests/components/checkboxgroup
Commit message (Collapse)AuthorAgeFilesLines
* Apply missing v-readonly style to CheckBoxGroup, when component is readOnly ↵Anastasia Smirnova2018-12-131-0/+30
| | | | | | | | | | | | | | | | (#11370) Setting read-only state to CheckBoxGroup should disable adding clicking effect. Missing v-readonly style is added to every CheckBox in the component, if it's set to read-only. Fixes: https://github.com/vaadin/framework/issues/11113 * Add file missed from initial commit * Verifying that option is enabled Some of the options might be disabled on there own. Verify that option is not disabled, before removing disabled styles. * Add missing test file
* Enable maven formatting for uitest (#10908)Ilia Motornyi2018-05-171-1/+2
|
* Remove copyright headers from test code (#10770)Teemu Suo-Anttila2018-03-284-60/+0
|
* Update copyright year (#10761)Ilia Motornyi2018-03-274-4/+4
|
* Correctly handle data providers with overriden getId (#10728)Anastasia Smirnova2018-03-221-0/+71
| | | | | Fixes #10647 Fixes #10498
* Fix initially disabled items in RadioButtonGroup (#10719)Teemu Suo-Anttila2018-03-191-0/+21
|
* Implement focus handing in RadioButtonGroup and CheckboxGroup (#10440)Olli Tietäväinen2018-02-121-0/+40
| | | | | | | | | | | | | | | | | | | | | | | | | Fixes #10429 * implement focus handing in RadioButtonGroup, fixes #10429 * Merge branch 'master' of https://github.com/vaadin/framework into radiobuttongroup-focus * merge * Merge branch 'master' of https://github.com/vaadin/framework into radiobuttongroup-focus * fix initial focus handling also on CheckBoxGroup and add tests * add license headers * Merge branch 'master' of https://github.com/vaadin/framework into radiobuttongroup-focus * changed client to use lambdas and refactored focus testing to parent class * made FocusTest abstract * Merge branch 'master' of https://github.com/vaadin/framework into radiobuttongroup-focus * don't allow focusing on disabled items & refactor focusing first item
* Force re-measurement of CheckBoxGroup and RadioButtonGroup (#9901)Petter Holmström2017-09-041-0/+26
| | | | | | The related tests have a workaround for another (Chrome specific) GridLayout bug #9921. Those workarounds should be removed once that issue is fixed. Fixes #9148
* Global java code cleanup using Eclipse Neon.1Leif Åstrand2016-12-202-3/+3
|
* Provide tests for "required indicator" property for options groups.Denis Anisimov2016-11-251-0/+37
| | | | | | | | | Fixes vaadin/framework8-issues#459 This is not a fix because the issue is about AL only and it's by design. But this patch provides tests for CheckBoxGroup and RadioButtonGroup. Change-Id: I8d43ab435327478c7199b8b0a7739d6d1064c822
* Data should be updated when it's set for disabled components.Denis Anisimov2016-11-251-0/+36
| | | | | | Fixes vaadin/framework8-issues#286 Change-Id: I0d6cf49addfd558d43671ad2953dee54529392cd
* Create MultiSelect interface to replace Multi selection model.Denis Anisimov2016-11-041-3/+2
| | | | | | Fixes vaadin/framework8-issues#423 Change-Id: Ifd252b8feed323708a7ae73af2b836832570d192
* Make SelectionModel API only server side.Denis Anisimov2016-11-021-1/+1
| | | | | | | Client side doesn't use selection model anymore. Fixes vaadin/framework8-issues#421 Change-Id: If3ecb1c2f3a0024df9bfdfd182eaf8cf8625ac75
* Implement focus/blur events for RadioButtonGroup.Denis Anisimov2016-10-311-16/+9
| | | | | | Fixes vaadin/framework8-issues#333 Change-Id: I55f5d6a0cd690f2c0b5e757318a5f528a67ef34e
* Implement focus and blur events for CheckBoxGroup.Denis Anisimov2016-10-311-0/+41
Fixes vaadin/framework8-issues#334 Change-Id: I4c7ca424cc4f4a1f0cdecd7671827465ab74ace7