aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/main/java/com/vaadin/ui/components
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range (#12507)Anna Koskinen2022-01-1155-55/+55
* Code cleanup (#12333)Anna Koskinen2021-07-082-20/+11
* Fix validation in non-buffered Grid editor (#12281)Tarek Oraby2021-04-281-0/+5
* Update copyright year range. (#12215)Anna Koskinen2021-03-0455-55/+55
* 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 formatting in testbench-api module (#10852)Ilia Motornyi2018-05-021-1/+1
* Add @since 8.4 (#10840)Ilia Motornyi2018-04-202-1/+2
* Enable Maven plugin for Eclipse formatting (#10829)Ilia Motornyi2018-04-193-31/+33
* Colorpicker validation handling (#10821)KatriHaapalinna2018-04-192-58/+271
* Add modality support to ColorPicker (#10815)Anastasia Smirnova2018-04-161-0/+5
* Fix incorrect color value handling in ColorPicker (#10812)Anastasia Smirnova2018-04-131-10/+15
* Update release notes and since tags for 8.4 (#10760)Teemu Suo-Anttila2018-03-273-16/+18
* Update copyright year (#10761)Ilia Motornyi2018-03-2752-52/+52
* 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 expressions. (#10268)Ahmed Ashour2017-11-011-8/+3
* Use lambda with Listeners (#10222)Ahmed Ashour2017-10-264-8/+11
* 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 enhanced for loop instead of Iterator. (#10100)Ahmed Ashour2017-09-293-19/+6
* Use single character for StringBuilder.append (#10102)Ahmed Ashour2017-09-281-10/+13
* Eliminate the use of AWT in non-test code (#10094)Henri Sara2017-09-271-3/+21
* Fix ColorPickerGrid indexingHenri Sara2017-09-201-3/+3
* 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