aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/main/java/com/vaadin/ui/AbstractMultiSelect.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-2/+2
* Update copyright year (#10761)Ilia Motornyi2018-03-271-1/+1
* Correctly handle data providers with overriden getId (#10728)Anastasia Smirnova2018-03-221-4/+33
* Update to JSoup 1.11.2 (#10353)Leif Åstrand2017-11-231-1/+1
* Add item description to RadioButtonGroup and CheckBoxGroup (#9841)Teemu Suo-Anttila2017-08-231-1/+1
* Add default getEmptyValue for MultiSelect interface (#8420) (#8421)8.0.0.beta2caalador2017-02-021-5/+0
* Add APIs to inform components of stale objects in DataProvider (#8271)Teemu Suo-Anttila2017-01-251-7/+28
* Replace Listing with HasDataProvider and HasFilterableDataProvider (#8122)Leif Åstrand2017-01-131-4/+3
* Include old value in ValueChangeEvent (#8229)Aleksi Hietanen2017-01-131-1/+2
* Correctly reset DataCommunicator when its DataProvider is changed (#8138)Aleksi Hietanen2017-01-101-3/+11
* Partial javadocs fix for vaadin-serverIlia Motornyi2017-01-021-5/+4
* Rename com.vaadin.server.data to com.vaadin.data.provider (#8004)Pekka Hyvönen2016-12-151-1/+1
* Remove usage of Consumer from event listeners (#7985)Pekka Hyvönen2016-12-141-9/+2
* Introduce dedicated shared states for every core vaadin component/ext. (#98)Denis2016-12-081-5/+5
* Type Listing for DataProvider to allow custom filter typesTeemu Suo-Anttila2016-11-281-4/+6
* Provide declarative support for listing components.Denis Anisimov2016-11-241-64/+70
* Refactor listener registration creation to reduce boilerplateLeif Åstrand2016-11-231-2/+1
* Renaming DataSource -> DataProvider to avoid collisions with javax.sql.DataSo...elmot2016-11-111-1/+1
* Create MultiSelect interface to replace Multi selection model.Denis Anisimov2016-11-041-155/+125
* Make SelectionModel API only server side.Denis Anisimov2016-11-021-2/+2
* Clean up state hierarchy for AbstractFieldStateTeemu Suo-Anttila2016-11-021-5/+5
* Move setReadOnly from Component to HasValueTeemu Suo-Anttila2016-11-021-1/+10
* Replace setRequired & HasRequired with setRequiredIndicatorPekka Hyvönen2016-11-011-0/+21
* Fix setValue() methods behavior null argument value + javadocsTeemu Suo-Anttila2016-10-251-1/+1
* Update ValueChange API to use Component and HasValue<>.Denis Anisimov2016-10-251-5/+4
* Correct serializable issues and test that components can be serializedLeif Åstrand2016-10-241-6/+8
* Initial support for null representations in BinderTeemu Suo-Anttila2016-10-241-2/+7
* Derive Listing components from HasValue.Denis Anisimov2016-10-211-1/+64
* Unify listeners on the server sideAleksi Hietanen2016-09-291-2/+1
* Fix item caption generators in RadioButton/CheckBoxGroupAleksi Hietanen2016-09-291-4/+9
* TwinColSelect with new databinding APIPekka Hyvönen2016-09-271-2/+338
* Implement support for binding multi-select componentsLeif Åstrand2016-09-141-0/+66