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
*
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
*
|
Merge remote-tracking branch 'origin/master' into grid-unbuffered-editor
Teemu Suo-Anttila
2015-06-15
1
-30
/
+56
|
\
|
|
*
Better handle exceptions when opening Grid editor (#17935)
Johannes Dahlström
2015-06-09
1
-10
/
+25
|
*
Better error messages for addColumn/setColumns (#18019, #17890)
Artur Signell
2015-06-05
1
-1
/
+11
|
*
Use headerCaption as default hidingToggleCaption (#18028)
Teppo Kurki
2015-06-05
1
-15
/
+19
*
|
Allow programmatically opening editor in unbuffered mode
Teppo Kurki
2015-06-04
1
-3
/
+6
*
|
Merge remote-tracking branch 'origin/master' into grid-unbuffered-editor
Teemu Suo-Anttila
2015-06-02
1
-22
/
+22
|
\
|
|
*
Fix for javadocs
elmot
2015-06-01
1
-22
/
+22
*
|
Merge remote-tracking branch 'origin/master' into grid-unbuffered-editor
Teemu Suo-Anttila
2015-06-01
1
-12
/
+71
|
\
|
|
*
Add @since 7.5
Mika Murtojarvi
2015-05-29
1
-1
/
+1
[next]