]> source.dussan.org Git - vaadin-framework.git/commitdiff
Allow inhering Widgets to specify VPopupView popup position (changed showPopup from...
authorJouni Koivuviita <jouni.koivuviita@itmill.com>
Mon, 2 Nov 2009 14:44:55 +0000 (14:44 +0000)
committerJouni Koivuviita <jouni.koivuviita@itmill.com>
Mon, 2 Nov 2009 14:44:55 +0000 (14:44 +0000)
svn changeset:9577/svn branch:6.2

src/com/vaadin/terminal/gwt/client/ui/VPopupView.java

index 8e8a640e47fd0fd2e2053cb51ea44f0272076432..36706bdede88e3d3ec7e1899b63221622768457b 100644 (file)
@@ -150,7 +150,7 @@ public class VPopupView extends HTML implements Container, Iterable<Widget> {
         popup.show();
     }
 
-    private void showPopup(final CustomPopup popup) {
+    protected void showPopup(final CustomPopup popup) {
         int windowTop = RootPanel.get().getAbsoluteTop();
         int windowLeft = RootPanel.get().getAbsoluteLeft();
         int windowRight = windowLeft + RootPanel.get().getOffsetWidth();