aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/test/java/com/vaadin/tests/components/checkboxgroup/CheckBoxGroupTest.java
Commit message (Expand)AuthorAgeFilesLines
* Enable maven formatting for uitest (#10908)Ilia Motornyi2018-05-171-4/+9
* Remove copyright headers from test code (#10770)Teemu Suo-Anttila2018-03-281-15/+0
* Add css class to selected items in CheckboxGroup and RadiobuttonGroup (#10394)Marco Collovati2017-12-281-0/+12
* Fix missing v-disabled for RadioButtonGroup and CheckBoxGroup options (#10332)Pekka Hyvönen2017-11-221-0/+97
* Use lambda with Handlers (#10229)Ahmed Ashour2017-10-271-1/+1
* Use lambda with Listeners (#10222)Ahmed Ashour2017-10-261-1/+1
* Use .toLowerCase and .toUpperCase(Locale.ROOT) (#10182)Ahmed Ashour2017-10-201-4/+5
* Use Collection.isEmpty() (#10172)Ahmed Ashour2017-10-121-5/+3
* Use static import of Assert in tests (#10126)Ahmed Ashour2017-10-031-19/+19
* Fix item description tests on IE for RadioButtonGroup and CheckBoxGroup (#9866)Aleksi Hietanen2017-08-241-0/+5
* Add item description to RadioButtonGroup and CheckBoxGroup (#9841)Teemu Suo-Anttila2017-08-231-0/+23
* Replace FontAwesome with Vaadin Icons (#8208)Pekka Hyvönen2017-02-011-3/+4
* Fix TestBench API imports (#8112)Teemu Suo-Anttila2017-01-131-4/+16
* Data should be updated when it's set for disabled components.Denis Anisimov2016-11-251-0/+23
* Renaming DataSource -> DataProvider to avoid collisions with javax.sql.DataSo...elmot2016-11-111-2/+2
* Fix item caption generators in RadioButton/CheckBoxGroupAleksi Hietanen2016-09-291-2/+11
* TwinColSelect with new databinding APIPekka Hyvönen2016-09-271-6/+7
* Tests that selection works when enabled and doesn't when disabled (#291)Denis Anisimov2016-09-201-13/+85
* Test and fix a CheckBoxGroup icon provider and item enabled providerelmot2016-09-191-1/+39
* Add multi selection support to CheckBoxGroupLeif Åstrand2016-09-141-5/+48
* Create a CheckBoxGroup that replaces the multi select case of OptionGroupelmot2016-09-131-0/+73