]> source.dussan.org Git - vaadin-framework.git/commit
Reapply DataGenerators when container changes (#19357, #19359)
authorTeemu Suo-Anttila <teemusa@vaadin.com>
Fri, 11 Dec 2015 08:58:06 +0000 (10:58 +0200)
committerVaadin Code Review <review@vaadin.com>
Mon, 14 Dec 2015 08:49:16 +0000 (08:49 +0000)
commit4e0bfcdd1f49050911029383f59ff2f94e82650e
treebb03d7b46ea1354ad2fd4531add335c971bacb33
parent8a6a6add180523c3b79137283e7cc752305ec0cf
Reapply DataGenerators when container changes (#19357, #19359)

Previously on container change Grid applied only its internal
DataGenerators to the new RpcDataProviderExtension. Now it goes through
all existing Extensions and adds all DataGenerators to the data
provider.

Change-Id: Idbd48e5152867b1d2b7a770741e3ea08aa4299b6
server/src/com/vaadin/ui/Grid.java