]> source.dussan.org Git - vaadin-framework.git/commit
#8500, #3557 Added HasComponents (Iterable<Component>) that must be
authorArtur Signell <artur@vaadin.com>
Tue, 13 Mar 2012 09:29:43 +0000 (11:29 +0200)
committerArtur Signell <artur@vaadin.com>
Wed, 14 Mar 2012 14:00:37 +0000 (16:00 +0200)
commit751d60aaf6b5dec813f5f7fe3d46717a0b1ca2ef
tree1e95a9de64853687c2f441a14f5e877ca9503e7b
parente248adc283ccc79ef89f3f752cd0f516e09f8a2c
#8500, #3557 Added HasComponents (Iterable<Component>) that must be
implemented by all components containing components.

This might still change when #2924/#2527 is fixed
src/com/vaadin/terminal/gwt/server/AbstractCommunicationManager.java
src/com/vaadin/ui/AbstractComponentContainer.java
src/com/vaadin/ui/ComponentContainer.java
src/com/vaadin/ui/CustomField.java
src/com/vaadin/ui/HasComponents.java [new file with mode: 0644]