aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/main/java/com/vaadin/data/SelectionModel.java
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year range (#12507)Anna Koskinen2022-01-111-1/+1
|
* Update copyright year range. (#12215)Anna Koskinen2021-03-041-1/+1
| | | | * Update copyright year range.
* Update copyright year (#10761)Ilia Motornyi2018-03-271-1/+1
|
* Fix some javadoc errors (#8873)Ahmed Ashour2017-03-201-1/+1
|
* Add "deselect allowed" feature to the Grid. (#8227)Denis2017-01-131-0/+20
| | | | | | * Add "deselect allowed" feature to the Grid. Fixes #8149
* Add a generic selection listener to Grid & SelectionModels (#105)Pekka Hyvönen2016-12-091-0/+13
| | | | | | | | * Add a generic selection listener to Grid & SelectionModels Fixes some inconsistent event naming and invalid javadocs. Fixes vaadin/framework8-issues#541
* Enable select all checkbox for MultiSelection Grid.Pekka Hyvönen2016-11-301-5/+2
| | | | | | | It is by default shown only if used data provider is in-memory. Can be configured to be explicitly shown or hidden. Change-Id: I50569d915604c3722a22e14b7628663d5680ed83
* Add MultiSelect support for GridPekka Hyvönen2016-11-291-5/+22
| | | | | | | | | | | Still missing following things coming in next patches: - select all checkbox - firing an event when data provider is changed in grid - read only selection models for grid Part 1 for vaadin/framework8-issues#232 Change-Id: Ib2c7c81a838f43cb7c521a56d50139c91961f54a
* Remove HasValue from GridPekka Hyvönen2016-11-101-0/+21
| | | | | | | | | | | | | | | | | | | Extracts grid single selection into separate class, which is an extension like in V7. Using an extension makes it possible to easily add multiselect and no-select modes back, and support custom selection models. Adds Grid:asSingleSelect() SingleSelect so that grid can be used as a Select in a binder. Removes all remaining references to SelectionModels in Listings. Renames SingleSelectionChangeEvent to SingleSelectionEvent, because then it is unified with selection listener and MultiSelectionEvent. Fixes vaadin/framework8-issues#424 Fixes vaadin/framework8-issues#425 Change-Id: Ie22bef29cfd4336c3f65d4e63531c578b8dd76a3
* Make SelectionModel API only server side.Denis Anisimov2016-11-021-0/+225
Client side doesn't use selection model anymore. Fixes vaadin/framework8-issues#421 Change-Id: If3ecb1c2f3a0024df9bfdfd182eaf8cf8625ac75