]> source.dussan.org Git - vaadin-framework.git/commit
(#9924) Moved hierarchy code and fixed popup view to not be a LegacyComponent anymore. 54/254/2
authorMikael Grankvist <mgrankvi@vaadin.com>
Tue, 13 Nov 2012 08:11:51 +0000 (10:11 +0200)
committerMikael Grankvist <mgrankvi@vaadin.com>
Tue, 13 Nov 2012 08:49:00 +0000 (10:49 +0200)
commit46c8f62546cf177a24258787c16cb9a9fc166463
tree498c97a9255dc8a253fe6197d7732ea2540fef5c
parent47cb9d4ccbab3df2f36b5441f65fae357e0a7d8f
(#9924) Moved hierarchy code and fixed popup view to not be a LegacyComponent anymore.

Change-Id: I2d12b8876bee47030383cf4845efd49eaeee72ee
client/src/com/vaadin/client/ui/popupview/PopupViewConnector.java
client/src/com/vaadin/client/ui/popupview/VPopupView.java
client/src/com/vaadin/client/ui/popupview/VisibilityChangeEvent.java [new file with mode: 0644]
client/src/com/vaadin/client/ui/popupview/VisibilityChangeHandler.java [new file with mode: 0644]
server/src/com/vaadin/ui/PopupView.java
shared/src/com/vaadin/shared/ui/popupview/PopupViewServerRpc.java [new file with mode: 0644]
shared/src/com/vaadin/shared/ui/popupview/PopupViewState.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/combobox/ComboBoxInPopupView.java