]> source.dussan.org Git - vaadin-framework.git/commit
Support for null intermediate beans in NestedMethodProperty (#11435)
authorMatti Hosio <mhosio@vaadin.com>
Mon, 15 Jul 2013 12:56:07 +0000 (15:56 +0300)
committerVaadin Code Review <review@vaadin.com>
Fri, 9 Aug 2013 08:13:00 +0000 (08:13 +0000)
commit9f126db566b14afaa8e025056539a38a5d7b9904
treeb25d791c4c8a8ddacaf0d85d12cb796ceeb4a4a6
parent437b6de4eea416317bd79399a5dde9870b306975
Support for null intermediate beans in NestedMethodProperty (#11435)

Allows intermediate beans to return null in the NestedMethodProperty.
The feature is not enabled by default and thus should be fully backwards
compatible.

Change-Id: I438d0f787c5c76f61ab234f3c92dd927a8354a37
server/src/com/vaadin/data/util/AbstractBeanContainer.java
server/src/com/vaadin/data/util/BeanItem.java
server/src/com/vaadin/data/util/NestedMethodProperty.java
server/src/com/vaadin/data/util/NestedPropertyDescriptor.java
server/tests/src/com/vaadin/data/util/BeanContainerTest.java
server/tests/src/com/vaadin/data/util/BeanItemContainerTest.java
server/tests/src/com/vaadin/data/util/NestedMethodPropertyTest.java
server/tests/src/com/vaadin/data/util/PropertyDescriptorTest.java