]> source.dussan.org Git - vaadin-framework.git/commitdiff
Opened up Tab class for external use #10539 25/625/1
authorJohn Ahlroos <john@vaadin.com>
Fri, 11 Jan 2013 07:58:13 +0000 (09:58 +0200)
committerJohn Ahlroos <john@vaadin.com>
Fri, 11 Jan 2013 07:58:13 +0000 (09:58 +0200)
Change-Id: Ib2471c39120cf9c54a95fc259a42b5985d4068ad

client/src/com/vaadin/client/ui/VTabsheet.java

index e39742b2fabca7788087be81f91828f073ea3049..e20310408beecc2169020e991706004df8cb82bd 100644 (file)
@@ -85,7 +85,7 @@ public class VTabsheet extends VTabsheetBase implements Focusable,
      * Representation of a single "tab" shown in the TabBar
      * 
      */
-    private static class Tab extends SimplePanel implements HasFocusHandlers,
+    public static class Tab extends SimplePanel implements HasFocusHandlers,
             HasBlurHandlers, HasKeyDownHandlers {
         private static final String TD_CLASSNAME = CLASSNAME + "-tabitemcell";
         private static final String TD_FIRST_CLASSNAME = TD_CLASSNAME