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
/
com
/
vaadin
/
ui
/
Grid.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Migrate vaadin-server build to maven
Teemu Suo-Anttila
2016-03-14
1
-7334
/
+0
*
Fix Components cleanup on Header/FooterRow remove in Grid (#19497)
Teemu Suo-Anttila
2016-02-13
1
-0
/
+11
*
Fix Grid DetailsGenerator being removed on Container change (#19593)
Teemu Suo-Anttila
2016-02-13
1
-2
/
+13
*
Add missing @since for 7.6.1
Teemu Suo-Anttila
2016-01-12
1
-1
/
+1
*
Add a client-side connector for DetailsComponentManager (#19412)
Teemu Suo-Anttila
2016-01-05
1
-1
/
+1
*
Increase grid column resize handle width (#16838)
Marlon Richert
2015-12-18
1
-0
/
+10
*
Reapply DataGenerators when container changes (#19357, #19359)
Teemu Suo-Anttila
2015-12-14
1
-0
/
+10
*
Fix select all checkbox state update with low row count (#19322)
Teemu Suo-Anttila
2015-11-30
1
-2
/
+4
*
Fix setSelected in MultiSelectionModel to update row data (#19302)
Teemu Suo-Anttila
2015-11-25
1
-2
/
+7
*
Render null header caption as empty (#18553)
Artur Signell
2015-11-03
1
-1
/
+3
*
Support caption fetching for HTML and Widget headers. (#18528)
Sauli Tähkäpää
2015-10-28
1
-7
/
+3
*
Set pixel sizes to Grid columns when user starts drag resize (#16838)
Johannes Dahlström
2015-10-21
1
-0
/
+1
*
Javadocs for new 7.6 API (#19135) and some fixes
elmot
2015-10-15
1
-3
/
+2
*
Move RpcDataProviderExtension and DataGenerator to correct package
Teemu Suo-Anttila
2015-10-13
1
-2
/
+2
*
Fix empty @since for 7.6.0.alpha7
7.6.0.alpha7
Markus Koivisto
2015-10-12
1
-6
/
+6
*
Remove Guava dependency from Grid
Teemu Suo-Anttila
2015-10-12
1
-9
/
+22
*
Refactor DetailComponentManager to be a static nested class of Grid
Teemu Suo-Anttila
2015-10-12
1
-34
/
+270
*
Fix empty @since for 7.6.alpha7
Markus Koivisto
2015-10-09
1
-2
/
+2
*
Add Grid column resize event API (#16838)
Johannes Dahlström
2015-10-09
1
-10
/
+213
*
Write true boolean attibutes without ='' (#17583)
Leif Åstrand
2015-10-09
1
-2
/
+1
*
Add Grid.deselectAll() (#18339)
Artur Signell
2015-10-09
1
-0
/
+41
*
Report user-resized column widths to server (#16838)
Johannes Dahlström
2015-10-08
1
-1
/
+8
*
Add API for setting Grid columns resizable (#16838)
Johannes Dahlström
2015-10-08
1
-23
/
+74
*
Update/add @since tags in javadoc
Henri Sara
2015-10-07
1
-1
/
+3
*
Remove Grid EditorEvents and Listeners
Teemu Suo-Anttila
2015-10-07
1
-143
/
+0
*
Rename DesignFormatter.unencodeFromTextNode to decodeFromTextNode
Teemu Suo-Anttila
2015-10-07
1
-1
/
+1
*
Add API for data destruction to DataGenerator interface (#19038)
Teemu Suo-Anttila
2015-10-06
1
-0
/
+10
*
Add GridContextClickEvent with item ids, properties and section (#16855)
Teemu Suo-Anttila
2015-10-05
1
-0
/
+82
*
Ensure Grid classes can be accessed (#18976)
Artur Signell
2015-09-28
1
-3
/
+3
*
Support HTML entities when reading/writing declarative format #18882
Maciej Przepióra
2015-09-24
1
-3
/
+7
*
Update @since tags for 7.6.
Mika Murtojarvi
2015-09-08
1
-1
/
+1
*
Redesign RpcDataSourceConnector pinning RPC requests (#18692)
Teemu Suo-Anttila
2015-09-02
1
-10
/
+9
*
Do not open detail row if generator is the NULL one (#18663)
Teppo Kurki
2015-09-02
1
-0
/
+3
*
Refactor Grid SelectionModels as extensions (#18624)
Teemu Suo-Anttila
2015-09-01
1
-161
/
+156
*
Do not mark as dirty in Grid.isEditorBuffered
Artur Signell
2015-08-31
1
-1
/
+1
*
Fix empty @since tags for 7.6.0.alpha4
7.6.0.alpha4
Johannes Dahlström
2015-08-26
1
-6
/
+6
*
Merge branch 'master-before-18503' into grid-unbuffered-editor
Henri Sara
2015-08-19
1
-1
/
+29
|
\
|
*
Update Select all -CheckBox from server and partial selections (#17590)
Teppo Kurki
2015-08-05
1
-0
/
+17
*
|
Merge branch 'master-18493' into grid-unbuffered-editor
Henri Sara
2015-08-19
1
-9
/
+0
|
\
|
|
*
Fix DetailsRow communication use connector IDs (#18493)
Teemu Suo-Anttila
2015-07-21
1
-13
/
+4
*
|
Keep non-editable & selection columns visible in editor
Teppo Kurki
2015-08-11
1
-0
/
+3
*
|
Add row and cell description generators to Grid (#18481)
Teppo Kurki
2015-07-15
1
-33
/
+184
*
|
Prevent Grid editor move in unbuffered mode if validation errors in
Johannes Dahlström
2015-07-15
1
-15
/
+24
*
|
Merge remote-tracking branch 'origin/master' into grid-unbuffered-editor
Teemu Suo-Anttila
2015-07-13
1
-0
/
+5
|
\
|
|
*
Update connector hierarch when canceling editor (#16976).
Leif Åstrand
2015-07-13
1
-0
/
+4
*
|
Refactor RpcDataProviderExtension to use DataGenerators
Teemu Suo-Anttila
2015-07-10
1
-6
/
+141
*
|
Close Grid editor on container item set change
Johannes Dahlström
2015-07-09
1
-2
/
+21
*
|
Update @since tags for 7.6
Henri Sara
2015-07-02
1
-2
/
+2
*
|
Merge branch 'master' into grid-unbuffered-editor
Teppo Kurki
2015-06-26
1
-1
/
+5
|
\
|
|
*
Properly toggle editor state when calling editId() on the server (#18287)
Artur Signell
2015-06-26
1
-1
/
+5
[next]