]> source.dussan.org Git - vaadin-framework.git/commit
Create UIProvider & Extension for easily opening popups. (#9513) 52/152/4
authorLeif Åstrand <leif@vaadin.com>
Wed, 24 Oct 2012 08:31:55 +0000 (11:31 +0300)
committerLeif Åstrand <leif@vaadin.com>
Wed, 24 Oct 2012 08:31:55 +0000 (11:31 +0300)
commiteaffcb2f31b8be2b8738685a6e30607dadf58d41
tree43067f297dc0d465c314c9f61b896c8db6974f76
parentf1546b6285837d9a8a964e6ef6998ad00683c23a
Create UIProvider & Extension for easily opening popups. (#9513)

* Based on Pekka Hyvönen's patch

Change-Id: Ib97fc77a9a116da2b5af0cb2233a81aaa829f763
client/src/com/vaadin/client/extensions/BrowserPopupOpenerConnector.java [new file with mode: 0644]
server/src/com/vaadin/server/BrowserPopupOpener.java [new file with mode: 0644]
server/src/com/vaadin/server/BrowserPopupUIProvider.java [new file with mode: 0644]
shared/src/com/vaadin/shared/ui/BrowserPopupExtensionState.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/extensions/BrowserPopupExtensionTest.java [new file with mode: 0644]