aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/main/java/com/vaadin/ui/components/grid
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range (#12507)Anna Koskinen2022-01-1148-48/+48
* Fix validation in non-buffered Grid editor (#12281)Tarek Oraby2021-04-281-0/+5
* Update copyright year range. (#12215)Anna Koskinen2021-03-0448-48/+48
* Merged column headers should work within declarative Grid. (#12206)Anna Koskinen2021-02-261-9/+13
* Replace function reference with anonymous class for serialization (#12137)Tatu Lund2020-11-261-19/+20
* Add API to detect if GridMultiSelect select-all checkbox is checked (#12086)Tarek Oraby2020-08-263-9/+27
* Ensure type safety and serializable nature of all the listeners (#12045)Tatu Lund2020-07-036-18/+12
* Refresh DataProvider only once when reordering the grid using GridRowDragger ...Martín López2020-05-111-1/+5
* Check actual Grid selection instead of relying on allSelected flag. (#11787)Anna Koskinen2019-11-041-8/+19
* Removal of data communicator needs to happen before call to super.remove() (#...Tatu Lund2019-09-091-2/+2
* Detailed the usage of the GridRowDragger class (#11355)edler-san2018-12-051-1/+2
* Code formatting (#11278)Sun Zhe2018-11-062-2/+2
* Revert change to fix issue on removing Grid with components (#11224)Sun Zhe2018-10-122-2/+2
* Fixing typo (#11207)Mehdi Javan2018-09-261-1/+1
* Updating since tags (#11200)8.6.0.alpha2Mehdi Javan2018-09-212-2/+2
* Fix handler creation to happen on init (#11172)Teemu Suo-Anttila2018-09-072-2/+2
* Add API to access features of SelectionModels (#10939)Teemu Suo-Anttila2018-09-042-0/+542
* Fix Grid MultiSelectionModel to always use getId (#11086)Teemu Suo-Anttila2018-07-301-24/+26
* Fix canceling Grid Editor during EditorOpenEvent (#11038)Teemu Suo-Anttila2018-07-111-1/+1
* Enable Maven plugin for Eclipse formatting (#10829)Ilia Motornyi2018-04-193-31/+33
* Update release notes and since tags for 8.4 (#10760)Teemu Suo-Anttila2018-03-273-16/+18
* Update copyright year (#10761)Ilia Motornyi2018-03-2746-46/+46
* Setting of tooltips for grid header/footer cells (#10489)Artur2018-03-133-0/+184
* Create DescriptionGenerator in package com.vaadin.ui (#10346)Aleksi Hietanen2017-11-211-3/+4
* Fix issues from API review for 8.2 (#10342)Aleksi Hietanen2017-11-217-35/+32
* Rename GridDragger to GridRowDragger (#10333)Pekka Hyvönen2017-11-176-13/+13
* Add documentation on GridDragger (#10328)Pekka Hyvönen2017-11-163-5/+43
* Update since tags in JavaDoc (#10325)8.2.0.alpha3Teemu Suo-Anttila2017-11-156-8/+8
* Add helper for Grid row DnD (#10255)Pekka Hyvönen2017-11-158-14/+682
* Add new drop mode ON_GRID for GridDropTarget (#10296)Pekka Hyvönen2017-11-152-14/+129
* Use lambda with Listeners (#10222)Ahmed Ashour2017-10-263-2/+5
* Remove trailing spaces (#10224)Ahmed Ashour2017-10-266-19/+19
* Use .toLowerCase and .toUpperCase(Locale.ROOT) (#10182)Ahmed Ashour2017-10-202-10/+12
* Simplify lambda expressions (#10198)Ahmed Ashour2017-10-201-3/+2
* Use Collection.isEmpty() (#10172)Ahmed Ashour2017-10-121-1/+1
* Edit grid row by index - server side (#10040)Piotr Wilkin2017-10-102-0/+47
* Don't use synthetic methods for listener classes. (#10135)Ahmed Ashour2017-10-045-11/+16
* Use single character for StringBuilder.append (#10102)Ahmed Ashour2017-09-281-10/+13
* Add header and footer visibility setting to Grid (#9706)Teemu Suo-Anttila2017-08-011-0/+24
* Add editor open event to Grid Editor (#9623)Teemu Suo-Anttila2017-07-034-0/+137
* Create drag source and drop target extensions for tree grid (#9463)Adam Wagner2017-06-284-0/+301
* Add mouse event details to the drop event (#9485)Adam Wagner2017-06-072-4/+10
* Add since tags and javadocsHenri Sara2017-05-301-0/+1
* Fix drop indicator when Grid is scrolled (#9417)Pekka Hyvönen2017-05-241-2/+3
* Make select all work with TreeGrid (#9412)Aleksi Hietanen2017-05-231-3/+60
* Correctly use id to identify data when refreshing (#9398)Teemu Suo-Anttila2017-05-232-42/+23
* Show drop hints when dropping in empty Grid (#9353)Pekka Hyvönen2017-05-182-10/+32
* Make it possible for grid drop target to accept dragged data when grid is emp...Adam Wagner2017-05-171-3/+5
* Add API for multiple drag data generators (#9321)Adam Wagner2017-05-161-42/+78
* Add API to store any type of data in the dataTransfer object (#9319)Adam Wagner2017-05-162-13/+22