]> source.dussan.org Git - vaadin-framework.git/commit
Ensure updateCaption is invoked for new children (#10564) 28/528/1
authorLeif Åstrand <leif@vaadin.com>
Tue, 18 Dec 2012 09:34:14 +0000 (11:34 +0200)
committerLeif Åstrand <leif@vaadin.com>
Tue, 18 Dec 2012 09:34:23 +0000 (11:34 +0200)
commit4b8abdc9386a9d8a3a94f875ad6aa07d115b6470
tree58097c3a243b0cd1e8180ef506adddbbcaace676
parent510435d377a50dcb73f9367ab4f783d408310456
Ensure updateCaption is invoked for new children (#10564)

* Change updateConnectorHierarchy to return a
ConnectorHierarchyUpdateResult that contains both the events as well as
a list of all children that have been moved to a new parent

Change-Id: Idee8192eaeab4df7c3a96d6089b9e6d543216177
client/src/com/vaadin/client/ApplicationConnection.java
client/src/com/vaadin/client/ui/AbstractComponentConnector.java