]> source.dussan.org Git - vaadin-framework.git/commit
Throw exception from Property.toString() implementations.
authorHenri Sara <hesara@vaadin.com>
Mon, 7 Nov 2011 15:56:31 +0000 (17:56 +0200)
committerHenri Sara <hesara@vaadin.com>
Mon, 7 Nov 2011 15:56:31 +0000 (17:56 +0200)
commitb2f5e652227dd4468622b092a8197afa8ee9b65f
tree5a3effd059373f2d7878c4f7d2b205f989740538
parentc93efdf86d84ae42e67f344ad5fdd13e197f952a
Throw exception from Property.toString() implementations.

The default implementations of Property.toString() now throw an
UnsupportedOperationException to help find and eliminate code relying on
Property.toString().
src/com/vaadin/data/util/AbstractProperty.java
src/com/vaadin/data/util/IndexedContainer.java
src/com/vaadin/data/util/sqlcontainer/ColumnProperty.java
src/com/vaadin/ui/AbstractField.java
src/com/vaadin/ui/Label.java
src/com/vaadin/ui/ProgressIndicator.java