]> source.dussan.org Git - vaadin-framework.git/commit
Added constructor to Grid for compatibility with 8.0.7 (#9206) (#9209)
authorMikhail Buzuverov <star.guardian.mgn@gmail.com>
Fri, 26 May 2017 05:56:24 +0000 (10:56 +0500)
committerPekka Hyvönen <pekka@vaadin.com>
Fri, 26 May 2017 05:56:24 +0000 (08:56 +0300)
commit223444ebc9ba8fb179df772864a012327ecf0cb9
treef4690ec62d5aec79ef52ead42d5053dc2ef28aa8
parentef8542679a59832b796af94e93309e2b9b83345d
Added constructor to Grid for compatibility with 8.0.7 (#9206) (#9209)

Constructor Grid(Class, DataCommunicator) was added to 8.0.7 and ported
to master to maintain backward compatibility.

Also fixed javadocs of constructors Grid(DataCommunicator) and
Grid(PropertySet, DataCommunicator) to reflect that constructors were
backported to 8.0.x and available since 8.0.7
server/src/main/java/com/vaadin/ui/Grid.java