index
:
vaadin-framework.git
7.0
7.1
7.2
7.3
7.4
7.5
7.6
7.7
7.7.45-changelog
8.0
8.1
8.10
8.11
8.12
8.13
8.14
8.2
8.3
8.4
8.5
8.6
8.7
8.8
8.9
JS-RPC-docs-link-syntax
OlliTietavainenVaadin-patch-1
OlliTietavainenVaadin-patch-2
add-deprecation-warning-20241105
changelog-8.27.1
changelog-8.27.2
changelog-8.27.3
changelog-8.27.4
changelog-8.27.6
chore-mention-8.14.4
chore-readme-8-14-4
context-menu
datefield-set-invalid-value
declarative
dependabot/maven/org.eclipse.jetty-jetty-server-10.0.14
dependabot/maven/org.eclipse.jetty-jetty-webapp-9.4.44.v20210927
dependabot/maven/org.eclipse.jgit-org.eclipse.jgit-3.5.3.201412180710-r
dependabot/maven/org.hsqldb-hsqldb-2.7.1
documentation
documentation-7.6
downgrade-snapshot-version-20241105
exclude-element-screenshot
feature/atmosphere-pure-javascript
feature/bootstrap-annotation
feature/combobox-communication
feature/dalvik
feature/databinding
feature/dnd
feature/elements
feature/eventbus
feature/karaf-feature-file
feature/nullrepresentation
feature/standard-gwt
feature/standard-sass
feature/vaadin8
feature/vaadin8-book
feature/vaadin8-book-vol2
feature/vaadin8-sass-valo-only
fix11576
fix_event_router_prototype
grid
grid_dnd_autoscroller
grid_dragger
issue/8307_select_using_collection
master
mobile_drag_image_offset
pr/11306
remote-run/flow-atmosphere-test
snapshot/7.5
snapshot/7.6
tmattsso-patch-1
update-minor-deps
vaadin-icons-3.0.1
wip-date-time-datatype
wip-java-10-compat
Vaadin 6, 7, 8 is a Java framework for modern Java web applications: https://github.com/vaadin/framework
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
server
/
src
/
main
/
java
/
com
/
vaadin
/
ui
/
components
/
grid
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright year range (#12507)
Anna Koskinen
2022-01-11
48
-48
/
+48
*
Fix validation in non-buffered Grid editor (#12281)
Tarek Oraby
2021-04-28
1
-0
/
+5
*
Update copyright year range. (#12215)
Anna Koskinen
2021-03-04
48
-48
/
+48
*
Merged column headers should work within declarative Grid. (#12206)
Anna Koskinen
2021-02-26
1
-9
/
+13
*
Replace function reference with anonymous class for serialization (#12137)
Tatu Lund
2020-11-26
1
-19
/
+20
*
Add API to detect if GridMultiSelect select-all checkbox is checked (#12086)
Tarek Oraby
2020-08-26
3
-9
/
+27
*
Ensure type safety and serializable nature of all the listeners (#12045)
Tatu Lund
2020-07-03
6
-18
/
+12
*
Refresh DataProvider only once when reordering the grid using GridRowDragger ...
Martín López
2020-05-11
1
-1
/
+5
*
Check actual Grid selection instead of relying on allSelected flag. (#11787)
Anna Koskinen
2019-11-04
1
-8
/
+19
*
Removal of data communicator needs to happen before call to super.remove() (#...
Tatu Lund
2019-09-09
1
-2
/
+2
*
Detailed the usage of the GridRowDragger class (#11355)
edler-san
2018-12-05
1
-1
/
+2
*
Code formatting (#11278)
Sun Zhe
2018-11-06
2
-2
/
+2
*
Revert change to fix issue on removing Grid with components (#11224)
Sun Zhe
2018-10-12
2
-2
/
+2
*
Fixing typo (#11207)
Mehdi Javan
2018-09-26
1
-1
/
+1
*
Updating since tags (#11200)
8.6.0.alpha2
Mehdi Javan
2018-09-21
2
-2
/
+2
*
Fix handler creation to happen on init (#11172)
Teemu Suo-Anttila
2018-09-07
2
-2
/
+2
*
Add API to access features of SelectionModels (#10939)
Teemu Suo-Anttila
2018-09-04
2
-0
/
+542
*
Fix Grid MultiSelectionModel to always use getId (#11086)
Teemu Suo-Anttila
2018-07-30
1
-24
/
+26
*
Fix canceling Grid Editor during EditorOpenEvent (#11038)
Teemu Suo-Anttila
2018-07-11
1
-1
/
+1
*
Enable Maven plugin for Eclipse formatting (#10829)
Ilia Motornyi
2018-04-19
3
-31
/
+33
*
Update release notes and since tags for 8.4 (#10760)
Teemu Suo-Anttila
2018-03-27
3
-16
/
+18
*
Update copyright year (#10761)
Ilia Motornyi
2018-03-27
46
-46
/
+46
*
Setting of tooltips for grid header/footer cells (#10489)
Artur
2018-03-13
3
-0
/
+184
*
Create DescriptionGenerator in package com.vaadin.ui (#10346)
Aleksi Hietanen
2017-11-21
1
-3
/
+4
*
Fix issues from API review for 8.2 (#10342)
Aleksi Hietanen
2017-11-21
7
-35
/
+32
*
Rename GridDragger to GridRowDragger (#10333)
Pekka Hyvönen
2017-11-17
6
-13
/
+13
*
Add documentation on GridDragger (#10328)
Pekka Hyvönen
2017-11-16
3
-5
/
+43
*
Update since tags in JavaDoc (#10325)
8.2.0.alpha3
Teemu Suo-Anttila
2017-11-15
6
-8
/
+8
*
Add helper for Grid row DnD (#10255)
Pekka Hyvönen
2017-11-15
8
-14
/
+682
*
Add new drop mode ON_GRID for GridDropTarget (#10296)
Pekka Hyvönen
2017-11-15
2
-14
/
+129
*
Use lambda with Listeners (#10222)
Ahmed Ashour
2017-10-26
3
-2
/
+5
*
Remove trailing spaces (#10224)
Ahmed Ashour
2017-10-26
6
-19
/
+19
*
Use .toLowerCase and .toUpperCase(Locale.ROOT) (#10182)
Ahmed Ashour
2017-10-20
2
-10
/
+12
*
Simplify lambda expressions (#10198)
Ahmed Ashour
2017-10-20
1
-3
/
+2
*
Use Collection.isEmpty() (#10172)
Ahmed Ashour
2017-10-12
1
-1
/
+1
*
Edit grid row by index - server side (#10040)
Piotr Wilkin
2017-10-10
2
-0
/
+47
*
Don't use synthetic methods for listener classes. (#10135)
Ahmed Ashour
2017-10-04
5
-11
/
+16
*
Use single character for StringBuilder.append (#10102)
Ahmed Ashour
2017-09-28
1
-10
/
+13
*
Add header and footer visibility setting to Grid (#9706)
Teemu Suo-Anttila
2017-08-01
1
-0
/
+24
*
Add editor open event to Grid Editor (#9623)
Teemu Suo-Anttila
2017-07-03
4
-0
/
+137
*
Create drag source and drop target extensions for tree grid (#9463)
Adam Wagner
2017-06-28
4
-0
/
+301
*
Add mouse event details to the drop event (#9485)
Adam Wagner
2017-06-07
2
-4
/
+10
*
Add since tags and javadocs
Henri Sara
2017-05-30
1
-0
/
+1
*
Fix drop indicator when Grid is scrolled (#9417)
Pekka Hyvönen
2017-05-24
1
-2
/
+3
*
Make select all work with TreeGrid (#9412)
Aleksi Hietanen
2017-05-23
1
-3
/
+60
*
Correctly use id to identify data when refreshing (#9398)
Teemu Suo-Anttila
2017-05-23
2
-42
/
+23
*
Show drop hints when dropping in empty Grid (#9353)
Pekka Hyvönen
2017-05-18
2
-10
/
+32
*
Make it possible for grid drop target to accept dragged data when grid is emp...
Adam Wagner
2017-05-17
1
-3
/
+5
*
Add API for multiple drag data generators (#9321)
Adam Wagner
2017-05-16
1
-42
/
+78
*
Add API to store any type of data in the dataTransfer object (#9319)
Adam Wagner
2017-05-16
2
-13
/
+22
[next]