]> source.dussan.org Git - vaadin-framework.git/commit
Grid column npe behavior (#11390) pr11403/r3
authorOlli Tietäväinen <ollit@vaadin.com>
Fri, 28 Dec 2018 07:25:11 +0000 (09:25 +0200)
committerSun Zhe <31067185+ZheSun88@users.noreply.github.com>
Fri, 28 Dec 2018 07:25:11 +0000 (09:25 +0200)
commit613f36ff23fe06c676f9a71e92c04ccabcd19c63
tree8a7ad51680bd9889bdd7897e69a41a00f724d962
parentd9de8a9470d0e89590e8fd77e1471c5154e110cd
Grid column npe behavior (#11390)

* add possibility to configure nested null behavior to Grid.Column

* added addColumn method that allows configuring the nested null handling behavior of the column

* added uitest for nested null value handling, implements #11137
server/src/main/java/com/vaadin/ui/Grid.java
uitest/src/main/java/com/vaadin/tests/components/grid/GridNullSafeNestedPropertyColumn.java [new file with mode: 0644]
uitest/src/test/java/com/vaadin/tests/components/grid/GridNullSafeNestedPropertyColumnTest.java [new file with mode: 0644]