]> source.dussan.org Git - vaadin-framework.git/commitdiff
Merged VPopupView.CustomPopup visibility change and comment from 6.1
authorHenri Sara <henri.sara@itmill.com>
Wed, 4 Nov 2009 08:11:59 +0000 (08:11 +0000)
committerHenri Sara <henri.sara@itmill.com>
Wed, 4 Nov 2009 08:11:59 +0000 (08:11 +0000)
svn changeset:9612/svn branch:6.2

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

index 630302eeaf57c30e0428d37a0b07a372f379bba0..866ca99a0fc0ed76628b90eca75b184402362b0f 100644 (file)
@@ -153,7 +153,7 @@ public class VPopupView extends HTML implements Container, Iterable<Widget> {
     /**
      * Determines the correct position for a popup and displays the popup at
      * that position.
-     * 
+     *
      * By default, the popup is shown centered relative to its host component,
      * ensuring it is visible on the screen if possible.
      *
@@ -218,7 +218,13 @@ public class VPopupView extends HTML implements Container, Iterable<Widget> {
         }
     }-*/;
 
-    private class CustomPopup extends VOverlay {
+    /**
+     * This class is only protected to enable overriding showPopup, and is
+     * currently not intended to be extended or otherwise used directly. Its API
+     * (other than it being a VOverlay) is to be considered private and
+     * potentially subject to change.
+     */
+    protected class CustomPopup extends VOverlay {
 
         private Paintable popupComponentPaintable = null;
         private Widget popupComponentWidget = null;