]> source.dussan.org Git - vaadin-framework.git/commit
Clean Table.propertyValueConverters if the property is removed (#8168)
authorJuuso Valli <juuso@vaadin.com>
Wed, 16 Apr 2014 08:07:44 +0000 (11:07 +0300)
committerVaadin Code Review <review@vaadin.com>
Wed, 23 Apr 2014 08:44:42 +0000 (08:44 +0000)
commite77818472d1195b2937f3f654712afec00fadc26
treeb62b938a402cfa5ba4bd6b68aba63406ebdd6d29
parent5a97058359b0e7d850d6dfca6b8737dff56dc51d
Clean Table.propertyValueConverters if the property is removed (#8168)

Clean Table.propertyValueConverters if the property it attached to
is removed, or if the container is changed and the new container does
not contain a property with that identifier with a matching type.

Change-Id: I894ee6462ea7b9c1f9138a24fcb84db829165c7d
server/src/com/vaadin/ui/Table.java
server/tests/src/com/vaadin/tests/server/component/table/TablePropertyValueConverter.java [new file with mode: 0644]