aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/main/java/com/vaadin/ui/CheckBoxGroup.java
Commit message (Expand)AuthorAgeFilesLines
* 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