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
*
Revert "Grid now uses ObjectRenderer by default (#15417)"
Artur Signell
2015-02-05
1
-38
/
+20
*
Makes it possible to change save/cancel captions in Grid editor (#16551)
Henrik Paul
2015-02-05
1
-0
/
+50
*
Merge branch 'grid'
Henrik Paul
2015-02-03
1
-1
/
+12
|
\
|
*
Getter for editor field factory (#16512)
Artur Signell
2015-01-29
1
-0
/
+12
*
|
Add methods for getting invalid fields from a FieldGroup (#13775)
Artur Signell
2015-02-03
1
-0
/
+138
*
|
Use a custom field factory for editor row (#16513)
Artur Signell
2015-02-03
1
-0
/
+61
|
/
*
Better human readable captions for nested properties (#16433)
Artur Signell
2015-01-27
1
-1
/
+1
*
Grid now uses ObjectRenderer by default (#15417)
Henrik Paul
2015-01-27
1
-20
/
+38
*
Fix Grid setting non-sortable column sortable (#16483)
Teemu Suo-Anttila
2015-01-26
1
-5
/
+14
*
Fix Editor creating fields before client Grid can attach them (#16214)
Teemu Suo-Anttila
2015-01-20
1
-18
/
+22
*
Prevent setting column sortable if container is not sortable (#16320)
Teemu Suo-Anttila
2015-01-20
1
-0
/
+17
*
Improve Grid selection method javadocs and exception messages (#16259)
Johannes Dahlström
2015-01-20
1
-44
/
+57
*
Fix Grid trying to sort Container that is not Sortable (#16311)
Teemu Suo-Anttila
2015-01-19
1
-4
/
+2
*
Adds error handling to Grid Editor (#15556)
Henrik Paul
2015-01-15
1
-2
/
+8
*
Add sanity check to removeColumn in Grid server side (#16219)
Teemu Suo-Anttila
2015-01-15
1
-1
/
+9
*
Uses userOriginated for sort event (#16194)
Henrik Paul
2015-01-15
1
-2
/
+1
*
Fix grid sorting on init and sorting with unused properties (#16192)
Teemu Suo-Anttila
2015-01-14
1
-11
/
+51
*
Add ItemClickEvents to Grid (#15449)
Teemu Suo-Anttila
2015-01-14
1
-1
/
+40
*
Discard changes in server-side Grid.cancelEditor() (#16199)
Johannes Dahlström
2015-01-13
1
-1
/
+3
*
Fix Grid handling state changes and RPC calls deferred (#16188)
Teemu Suo-Anttila
2015-01-13
1
-14
/
+32
*
A few small renames and typo fixes for Grid
Johannes Dahlström
2015-01-11
1
-2
/
+2
*
Fix Grid editor hanging on exception in commit (#15536)
Teemu Suo-Anttila
2015-01-08
1
-2
/
+2
*
Change Grid default selection model to Single (#15435)
Teemu Suo-Anttila
2015-01-08
1
-1
/
+1
*
Change getColumnProperty to getPropertyId in Grid Column (#15512)
Teemu Suo-Anttila
2015-01-07
1
-7
/
+7
*
Fix Grid Header/Footer creating cells for unused properties (#15487)
Teemu Suo-Anttila
2015-01-02
1
-2
/
+1
*
Fix Grid unnecessarily cleaning up stored property information (#15482)
Teemu Suo-Anttila
2014-12-31
1
-1
/
+0
*
Add Table-compatible constructors to Grid (#15447)
Leif Åstrand
2014-12-31
1
-8
/
+37
*
Set @since values for Grid classes
Leif Åstrand
2014-12-18
1
-1
/
+1
*
Fix ClickableRenderers to use CellReferences (#13334)
Teemu Suo-Anttila
2014-12-18
1
-1
/
+27
*
Fix server selection firing multiple events on client select (#13334)
Teemu Suo-Anttila
2014-12-17
1
-27
/
+89
*
Change "editor row" to just "editor" in method names and javadoc (#13334)
Johannes Dahlström
2014-12-17
1
-76
/
+86
*
Move SortDirection from grid package to data package (#13334)
Teemu Suo-Anttila
2014-12-17
1
-1
/
+2
*
Fixes removing Widgets from Grid header/footer
Teemu Suo-Anttila
2014-12-12
1
-1
/
+10
*
Refactor Grid client side package structure (#13334)
Teemu Suo-Anttila
2014-12-12
1
-1
/
+1
*
Rename SelectionChangeEvent and SortOrderChangeEvent (#13334)
Teemu Suo-Anttila
2014-12-12
1
-41
/
+35
*
Split CellStyleGenerator into separate cell and row style generators
Artur Signell
2014-12-12
1
-20
/
+193
*
Add expand and min/max width for GridColumns (#13334)
Henrik Paul
2014-12-12
1
-0
/
+135
*
Refactor server-side editor row to work in real(er) cases (#13334)
Leif Åstrand
2014-12-12
1
-149
/
+84
*
Remove unnecessary @since and @author JavaDoc markings (#13334)
Teemu Suo-Anttila
2014-12-12
1
-15
/
+0
*
Remove SortEventOriginator and replace it with a boolean (#13334)
Teemu Suo-Anttila
2014-12-12
1
-10
/
+8
*
Columns can now have subpixel accuracy widths (#13334)
Henrik Paul
2014-12-12
1
-4
/
+3
*
Do not prefix generated styles (#13334)
Artur Signell
2014-12-12
1
-4
/
+0
*
Move Sort related helpers and events to correct packages (#13334)
Teemu Suo-Anttila
2014-12-12
1
-5
/
+8
*
Make SelectionChangeEvent general and move it to event packacge (#13334)
Teemu Suo-Anttila
2014-12-11
1
-3
/
+3
*
Move server-side SelectionModels inside Grid (#13334)
Teemu Suo-Anttila
2014-12-11
1
-4
/
+575
*
Remove editor row discard methods; rename "commit" to "save" (#13334)
Johannes Dahlström
2014-12-11
1
-24
/
+8
*
Move Renderers to com.vaadin.ui.renderer package (#13334)
Teemu Suo-Anttila
2014-12-11
1
-2
/
+2
*
Fix selecting logic of SingleSelectionModel API (#13334)
Teemu Suo-Anttila
2014-12-11
1
-1
/
+4
*
Split and capitalize header captions by default
Artur Signell
2014-12-10
1
-1
/
+3
*
Flattening server-side EditorRow API (#13334)
Leif Åstrand
2014-12-10
1
-441
/
+363
[next]