From 802bb98b851ab9b15617b283ccdba3dbc517ada6 Mon Sep 17 00:00:00 2001 From: Piotr Wilkin Date: Tue, 10 Oct 2017 12:02:47 +0200 Subject: Edit grid row by index - server side (#10040) Opening grid editor from server side. Fixes #8477. Addressing #8820 will be the user's responsibility as fetching index of item might be slow. --- all/src/main/templates/release-notes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'all/src') diff --git a/all/src/main/templates/release-notes.html b/all/src/main/templates/release-notes.html index fda12e0a2d..20a7346182 100644 --- a/all/src/main/templates/release-notes.html +++ b/all/src/main/templates/release-notes.html @@ -113,7 +113,7 @@
  • Row height in Grid is replaced with separate header, body and footer row heights
  • GridState variable rowHeight has been replaced by three variables.
  • Button has a new constructor that may cause constructor calls with null as first parameter to be ambiguous.
  • -
  • DataCommunicator method getDataProviderSize is now public, not protected.
  • +
  • DataCommunicator methods getDataProviderSize and fetchItemsWithRange are now public, not protected.
  • Binder method getBindings now returns a Collection, not a Set.
  • BindingBuilder now works like a proper builder. Adding a converter will not mark Binding as bound allowing chaining to the same object.
  • ErrorLevel is removed from ErrorMessage and now com.vaadin.shared.ui.ErrorLevel should be used.
  • -- cgit v1.2.3