]> source.dussan.org Git - vaadin-framework.git/commit
Stop using PlaceHolder widgets in VTabsheet (#11026)
authorLeif Åstrand <leif@vaadin.com>
Tue, 21 May 2013 12:06:21 +0000 (15:06 +0300)
committerVaadin Code Review <review@vaadin.com>
Tue, 28 May 2013 08:02:46 +0000 (08:02 +0000)
commit4c2b86d7d191cdb012f382e5478abf9b3b5b32f1
tree73d1facbbc856b3144a6a290ac83ae6e7dba4f33
parent4d7f190b7f36a10b16e74b1dab8ed0a274841ae1
Stop using PlaceHolder widgets in VTabsheet (#11026)

Vaadin 7.0 disabled rendering of tabs that are not shown, but the place
holder mechanism was still retained. Now it is removed.

Change-Id: Ic15b7f56852816d73916ef78f5997eb5e40f9cab
client/src/com/vaadin/client/ui/VTabsheet.java