index
:
vaadin-framework.git
7.0
7.1
7.2
7.3
7.4
7.5
7.6
7.7
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
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
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
server
/
src
/
main
/
java
/
com
/
vaadin
/
ui
/
Grid.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix Grid clearSortOrder not updating state (#10917)
8.4.2
Teemu Suo-Anttila
2018-05-16
1
-10
/
+1
*
Fix Grid Column not sortable with backend data and sort property (#10811)
Teemu Suo-Anttila
2018-04-20
1
-5
/
+8
*
Update release notes and since tags for 8.4 (#10760)
Teemu Suo-Anttila
2018-03-27
1
-4
/
+5
*
Update copyright year (#10761)
Ilia Motornyi
2018-03-27
1
-1
/
+1
*
Add row index to ItemClickEvent in Grid (#10754)
Tatu Lund
2018-03-27
1
-3
/
+14
*
Add API for accessing PropertySet of Grid (#10714)
Aki Väliaho
2018-03-26
1
-0
/
+11
*
Removed misleading Javadoc, as double can never be null (#10722)
Daniel Schwering
2018-03-16
1
-2
/
+1
*
8.3.2 since (#10678)
Ilia Motornyi
2018-03-05
1
-1
/
+1
*
Fixes Grid editor visibility inside TabSheet (#10557)
Piotr Wilkin
2018-02-14
1
-0
/
+15
*
Fix Column.setSortable being overridden (#10604)
Teemu Suo-Anttila
2018-02-07
1
-16
/
+35
*
Rename widgetEventsAllowed to handleWidgetEvents (#10529)
Leif Åstrand
2018-01-12
1
-9
/
+7
*
Add missing since tags and JavaDocs (#10487)
8.3.0.alpha1
Teemu Suo-Anttila
2018-01-03
1
-0
/
+2
*
Implement widget event handling for Columns in Grid (#10412)
Teemu Suo-Anttila
2017-12-29
1
-1
/
+35
*
Update Grid.addColumn JavaDoc to tell about nested properties (#10431)
Olli Tietäväinen
2017-12-27
1
-1
/
+8
*
Update to JSoup 1.11.2 (#10353)
Leif Åstrand
2017-11-23
1
-1
/
+1
*
Create DescriptionGenerator in package com.vaadin.ui (#10346)
Aleksi Hietanen
2017-11-21
1
-1
/
+0
*
Fix issues from API review for 8.2 (#10342)
Aleksi Hietanen
2017-11-21
1
-3
/
+3
*
Add documentation on GridDragger (#10328)
Pekka Hyvönen
2017-11-16
1
-0
/
+4
*
Update since tags in JavaDoc (#10325)
8.2.0.alpha3
Teemu Suo-Anttila
2017-11-15
1
-2
/
+2
*
Add ContentMode for row and cell descriptions in Grid (#10282)
Teemu Suo-Anttila
2017-11-10
1
-8
/
+60
*
add Grid.Column#get/setAssistiveCaption (#10219)
Knoobie
2017-10-30
1
-0
/
+34
*
Grid column to be sortable when implemented/supported (Fixes #8792). (#10190)
Ahmed Ashour
2017-10-23
1
-0
/
+17
*
Grid.removeColumn() not to fail silently (Fixes #8056) (#10215)
Ahmed Ashour
2017-10-20
1
-20
/
+26
*
Simplify lambda expressions (#10198)
Ahmed Ashour
2017-10-20
1
-22
/
+19
*
Remove redundant null checks before an instanceof (#10173)
Ahmed Ashour
2017-10-12
1
-1
/
+1
*
Remove unneeded .toString() (#10141)
Ahmed Ashour
2017-10-10
1
-4
/
+4
*
First sentence of javadoc should end with a period (#10114)
Ahmed Ashour
2017-10-02
1
-7
/
+7
*
Fix DataCommunicator parameter not used in Grid constructor (#10075)
JenoDK
2017-09-26
1
-1
/
+1
*
Replace iff with if in javadoc (#10056)
Ahmed Ashour
2017-09-22
1
-2
/
+2
*
Add scroll logic from TreeGrid to Tree (#10005)
Piotr Wilkin
2017-09-20
1
-2
/
+2
*
Remove unused methods (#10020)
Ahmed Ashour
2017-09-20
1
-7
/
+0
*
Minor javadoc improvements (#9885)
Aleksi Hietanen
2017-08-29
1
-2
/
+0
*
Fix state update on Grid Column hide in client (#9836)
Teemu Suo-Anttila
2017-08-18
1
-3
/
+2
*
Use correct version in since for Grid row height methods (#9824)
Teemu Suo-Anttila
2017-08-16
1
-6
/
+6
*
Provide API for setting row heights in Grid for different sections (#9810)
Teemu Suo-Anttila
2017-08-11
1
-6
/
+92
*
Add header and footer visibility setting to Grid (#9706)
Teemu Suo-Anttila
2017-08-01
1
-0
/
+46
*
Add API for forcing Grid column width calculation (#9756)
Teemu Suo-Anttila
2017-08-01
1
-5
/
+20
*
Clarification for GridContextClickEvent
Ilia Motornyi
2017-07-10
1
-0
/
+26
*
Map column components by id (#9624)
Teemu Suo-Anttila
2017-07-03
1
-5
/
+6
*
Use HasUserOriginated interface where appropriate (#9608)
Henri Sara
2017-06-29
1
-19
/
+19
*
Add presentation value providers for Grid (#9553)
Teemu Suo-Anttila
2017-06-27
1
-27
/
+161
*
Clarify javadoc of Grid.scrollTo (#9582)
Henri Sara
2017-06-26
1
-4
/
+7
*
Fix displaying Grid sort order set from server (#9530)
Teemu Suo-Anttila
2017-06-19
1
-0
/
+12
*
Add missing since tags (#9544)
Henri Sara
2017-06-15
1
-4
/
+4
*
Allow changing the renderer of hierarchy column in TreeGrid (#9514)
Teemu Suo-Anttila
2017-06-13
1
-1
/
+11
*
Allow grid columns to optionally shrink to be narrower than contents
Artur
2017-05-30
1
-0
/
+54
*
Fix `@since` tags from #9206 to 8.0.7
Pekka Hyvönen
2017-05-26
1
-9
/
+11
*
Added constructor to Grid for compatibility with 8.0.7 (#9206) (#9209)
Mikhail Buzuverov
2017-05-26
1
-2
/
+19
*
Hide DataGenerator from Column API (#9351)
Teemu Suo-Anttila
2017-05-19
1
-61
/
+75
*
Add shorthand for adding a column with ComponentRenderer
Pekka Hyvönen
2017-05-19
1
-0
/
+21
[next]