]> source.dussan.org Git - vaadin-framework.git/commit
#8500 Allow component containers to hide their children even though
authorArtur Signell <artur@vaadin.com>
Tue, 13 Mar 2012 15:59:26 +0000 (17:59 +0200)
committerArtur Signell <artur@vaadin.com>
Wed, 14 Mar 2012 14:00:47 +0000 (16:00 +0200)
commit79871340bdcfc7eda7e2800966e2e62215154649
treec815b76dd46409763899be6d60c45afb9483ed0c
parent7ab4e3ecf7ae25417f2b784f8afa5c18e330a428
#8500 Allow component containers to hide their children even though
the children are visible. Allows Tabsheet to disallow updates to all
tabs except the selected.
src/com/vaadin/terminal/gwt/server/AbstractCommunicationManager.java
src/com/vaadin/ui/AbstractComponentContainer.java
src/com/vaadin/ui/CustomField.java
src/com/vaadin/ui/Form.java
src/com/vaadin/ui/HasComponents.java
src/com/vaadin/ui/TabSheet.java