]> source.dussan.org Git - vaadin-framework.git/commit
Add deprecated expand ratio methods to FormLayout (#12876)
authorArtur Signell <artur@vaadin.com>
Mon, 20 Jan 2014 18:35:41 +0000 (20:35 +0200)
committerArtur Signell <artur@vaadin.com>
Tue, 21 Jan 2014 13:39:42 +0000 (15:39 +0200)
commit3897025e537f65e484078d4cbfbea1500ba6368b
treeb95e786d111759f1caf1a4cfcbee37eec7a3d8b7
parentf0a4ea9c7241885ffd38d5faf38f25a624adac2c
Add deprecated expand ratio methods to FormLayout (#12876)

FormLayout has never implemented expand ratios but does not
tell the developer about it either. Throwing an UnsupportedOperationException
would make this very clear but at the same time would break
existing applications which use the methods or which handle
AbstractOrderedLayouts in a generic way.

Change-Id: I0208f91c3c07aff98a78153887fbbea9dbc1d3d1
server/src/com/vaadin/ui/FormLayout.java