aboutsummaryrefslogtreecommitdiffstats
path: root/uitest-common/src/main/java/com/vaadin/testbench/customelements/CheckBoxGroupElement.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix TestBench API imports (#8112)Teemu Suo-Anttila2017-01-131-99/+0
| | | | | | | | | | | | | | | | | | | | * Fix TestBench API imports, move functionality from custom elements * Fixes to TestBench APIs and JavaDocs * Merge remote-tracking branch 'origin/master' into 578_tbapi_cleanup * Fix method name in CheckBoxGroupTest * Remove unused custom element classes * Implement getOptions using getOptionElements * Replace setValue with setSelection in CheckBoxGroupElement * Rename CheckBoxGroupElement getSelection to getValue * Fix one last method
* Fix broken test for RadioButtonGroup and CheckBoxGroup (#7970)Pekka Hyvönen2016-12-131-34/+2
| | | | Selection by clicking options was broken on Chrome 40 on Windows. Switched the custom element to extend corresponding elements from TestBench API.
* Test and fix a CheckBoxGroup icon provider and item enabled providerelmot2016-09-191-0/+25
| | | | Change-Id: Ia3ed99478d19efc041cc4adaabd856ee69f3531b
* Add multi selection support to CheckBoxGroupLeif Åstrand2016-09-141-13/+21
| | | | | | | | This patch adds multi selection support only for CheckBoxGroup without even trying to generalize anything. Adopting the concepts to work with other components will be done separately. Change-Id: Id4ccd2c743b74cb022dc9dfd8cd8dae3bf8f0c54
* Create a CheckBoxGroup that replaces the multi select case of OptionGroupelmot2016-09-131-0/+98
Change-Id: I250c60741bc65443b66498a8d0b17541edb77bf1