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