aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/main/java/com/vaadin/ui/CheckBoxGroup.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range (#12507)Anna Koskinen2022-01-111-1/+1
* Update copyright year range. (#12215)Anna Koskinen2021-03-041-1/+1
* Enable Maven plugin for Eclipse formatting (#10829)Ilia Motornyi2018-04-191-3/+2
* Update copyright year (#10761)Ilia Motornyi2018-03-271-1/+1
* Update to JSoup 1.11.2 (#10353)Leif Åstrand2017-11-231-1/+1
* Create DescriptionGenerator in package com.vaadin.ui (#10346)Aleksi Hietanen2017-11-211-1/+0
* Add missing since tags for 8.2 (#9938)Henri Sara2017-09-071-4/+4
* Add item description to RadioButtonGroup and CheckBoxGroup (#9841)Teemu Suo-Anttila2017-08-231-0/+44
* Add static helpers for creating callback data providers (#8314)Leif Åstrand2017-01-251-1/+1
* Replace Listing with HasDataProvider and HasFilterableDataProvider (#8122)Leif Åstrand2017-01-131-7/+4
* Correctly reset DataCommunicator when its DataProvider is changed (#8138)Aleksi Hietanen2017-01-101-3/+2
* Rename com.vaadin.server.data to com.vaadin.data.provider (#8004)Pekka Hyvönen2016-12-151-1/+1
* Don't use V8 FieldEvents classes in v7 compatibility module. (#93)Denis2016-12-071-12/+0
* Type Listing for DataProvider to allow custom filter typesTeemu Suo-Anttila2016-11-281-3/+14
* Provide declarative support for listing components.Denis Anisimov2016-11-241-0/+51
* Refactor listener registration creation to reduce boilerplateLeif Åstrand2016-11-231-6/+2
* Add Filter parameter to DataProviderTeemu Suo-Anttila2016-11-211-1/+1
* Renaming DataSource -> DataProvider to avoid collisions with javax.sql.DataSo...elmot2016-11-111-13/+13
* Implement focus and blur events for CheckBoxGroup.Denis Anisimov2016-10-311-1/+39
* Correct serializable issues and test that components can be serializedLeif Åstrand2016-10-241-3/+4
* TwinColSelect with new databinding APIPekka Hyvönen2016-09-271-210/+10
* Make CheckBoxGroup.SimpleMultiSelectModel return a selection copy #293.Denis Anisimov2016-09-211-1/+1
* Implement support for binding multi-select componentsLeif Åstrand2016-09-141-36/+26
* Add multi selection support to CheckBoxGroupLeif Åstrand2016-09-141-55/+142
* Create a CheckBoxGroup that replaces the multi select case of OptionGroupelmot2016-09-131-0/+262