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
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
uitest
/
src
/
com
/
vaadin
/
tests
/
components
/
grid
/
basicfeatures
/
GridBasicFeatures.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Build uitest war with maven
Teemu Suo-Anttila
2016-04-15
1
-1606
/
+0
*
Fix Grid NPE when deselecting already removed row (#19152)
Teemu Suo-Anttila
2015-10-26
1
-0
/
+13
*
Set pixel sizes to Grid columns when user starts drag resize (#16838)
Johannes Dahlström
2015-10-21
1
-5
/
+4
*
Refactor DetailComponentManager to be a static nested class of Grid
Teemu Suo-Anttila
2015-10-12
1
-0
/
+2
*
Add Grid column resize event API (#16838)
Johannes Dahlström
2015-10-09
1
-1
/
+10
*
Report user-resized column widths to server (#16838)
Johannes Dahlström
2015-10-08
1
-0
/
+11
*
Add API for setting Grid columns resizable (#16838)
Johannes Dahlström
2015-10-08
1
-0
/
+25
*
Remove Grid EditorEvents and Listeners
Teemu Suo-Anttila
2015-10-07
1
-27
/
+0
*
Add API for data destruction to DataGenerator interface (#19038)
Teemu Suo-Anttila
2015-10-06
1
-13
/
+22
*
Cut off Grid cell content when max column width is set (#18617)
Teppo Kurki
2015-08-21
1
-0
/
+12
*
Merge branch 'master-before-18503' into grid-unbuffered-editor
Henri Sara
2015-08-19
1
-0
/
+20
|
\
|
*
Update Select all -CheckBox from server and partial selections (#17590)
Teppo Kurki
2015-08-05
1
-0
/
+20
*
|
Add row and cell description generators to Grid (#18481)
Teppo Kurki
2015-07-15
1
-0
/
+43
*
|
Prevent Grid editor move in unbuffered mode if validation errors in
Johannes Dahlström
2015-07-15
1
-0
/
+1
*
|
Close Grid editor on container item set change
Johannes Dahlström
2015-07-09
1
-34
/
+42
*
|
Added test to confirm that value change affects the editor field
Teppo Kurki
2015-07-01
1
-0
/
+32
*
|
Merge remote-tracking branch 'origin/master' into grid-unbuffered-editor
Teemu Suo-Anttila
2015-06-15
1
-0
/
+12
|
\
|
|
*
Use headerCaption as default hidingToggleCaption (#18028)
Teppo Kurki
2015-06-05
1
-0
/
+12
*
|
On progr. editor open, focus target cell if Grid had focus prior
7.6.0.alpha1
Teppo Kurki
2015-06-03
1
-0
/
+21
*
|
Merge remote-tracking branch 'origin/master' into grid-unbuffered-editor
Teemu Suo-Anttila
2015-06-01
1
-0
/
+34
|
\
|
|
*
Handle generated empty string style names properly (#17335)
Artur Signell
2015-05-19
1
-0
/
+34
*
|
Add unbuffered editing mode to Grid
Teppo Kurki
2015-05-26
1
-0
/
+8
*
|
Add grid editor events (#17451)
patrik
2015-05-21
1
-0
/
+29
*
|
Add focus API to Grid
Johannes Dahlström
2015-05-20
1
-1
/
+0
|
/
*
Fixes some broken FF24 tests for Grid.
Pekka Hyvönen
2015-05-06
1
-0
/
+5
*
Fixed theming issues with Grid's Sidebar (#17412)
Pekka Hyvönen
2015-04-22
1
-5
/
+15
*
Use MenuBar in Grid's sidebar for column hiding #17332
Pekka Hyvönen
2015-04-09
1
-1
/
+11
*
Adds theme to details in Grid (#16644)
Jouni Koivuviita
2015-04-01
1
-0
/
+3
*
API for column hiding toggle caption in Grid (#17272)
Pekka Hyvönen
2015-03-31
1
-6
/
+25
*
Grid column hiding info from client to server #(17023)
Pekka Hyvönen
2015-03-22
1
-0
/
+6
*
Merge remote-tracking branch 'origin/grid-detailsrow' into grid-7.5
Henrik Paul
2015-03-19
1
-0
/
+115
|
\
|
*
Adds details generator swap support for Grid (#16644)
Henrik Paul
2015-03-18
1
-52
/
+79
|
*
Grid's Details can now be Components (#16644)
Henrik Paul
2015-03-17
1
-0
/
+74
|
*
Server side Grid can open details on the client side (#16644)
Henrik Paul
2015-03-17
1
-0
/
+14
*
|
Adds server side column hiding API to Grid (#17023)
Henrik Paul
2015-03-19
1
-1
/
+42
*
|
Fire server-side event when column order changes. (#16643)
Pekka Hyvönen
2015-02-19
1
-0
/
+23
*
|
Update server side state when columns are reordered. (#16643)
Pekka Hyvönen
2015-02-18
1
-0
/
+42
*
|
Toggle column reordering from server side. Tests for reordering. #16643
Pekka Hyvönen
2015-02-17
1
-0
/
+8
|
/
*
Remove grid.[set|get]EditorField(Object, Field) (#16538)
Leif Åstrand
2015-02-09
1
-1
/
+1
*
Rename com.vaadin.ui.renderer to com.vaadin.ui.renderers (#16521)
Leif Åstrand
2015-02-06
1
-3
/
+3
*
Add API for controlling deselection for single select model (#16567)
Leif Åstrand
2015-02-06
1
-0
/
+20
*
Grid columns can now be marked as non-editable (#16538)
Johannes Dahlström
2015-02-05
1
-1
/
+3
*
Makes it possible to change save/cancel captions in Grid editor (#16551)
Henrik Paul
2015-02-05
1
-0
/
+16
*
Add ItemClickEvents to Grid (#15449)
Teemu Suo-Anttila
2015-01-14
1
-0
/
+27
*
Add @BackgroundMessage annotation (#15373)
Leif Åstrand
2015-01-12
1
-0
/
+22
*
Fix adding rows to visible range of Grid (#15476)
Teemu Suo-Anttila
2015-01-02
1
-1
/
+1
*
Fix server selection firing multiple events on client select (#13334)
Teemu Suo-Anttila
2014-12-17
1
-1
/
+19
*
Change "editor row" to just "editor" in method names and javadoc (#13334)
Johannes Dahlström
2014-12-17
1
-22
/
+20
*
Move SortDirection from grid package to data package (#13334)
Teemu Suo-Anttila
2014-12-17
1
-1
/
+1
*
Fixes an issue with Escalator.getVisibleRowRange() if it's empty
Henrik Paul
2014-12-16
1
-2
/
+25
[next]