From df3ecc9cb9eda61e0837ffb6909a5d7bacb6572f Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Tue, 23 Nov 2010 16:25:24 +0000 Subject: #6020 - Split SplitPanel into HorizontalSplitPanel and VerticalSplitPanel Updated demos and tests to use VerticalSplitPanel/HorizontalSplitPanel svn changeset:16114/svn branch:6.5 --- src/com/vaadin/ui/themes/Reindeer.java | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/com/vaadin/ui/themes/Reindeer.java b/src/com/vaadin/ui/themes/Reindeer.java index 198d7c1515..b2d588d9bd 100644 --- a/src/com/vaadin/ui/themes/Reindeer.java +++ b/src/com/vaadin/ui/themes/Reindeer.java @@ -7,8 +7,9 @@ import com.vaadin.ui.CssLayout; import com.vaadin.ui.FormLayout; import com.vaadin.ui.GridLayout; import com.vaadin.ui.HorizontalLayout; -import com.vaadin.ui.SplitPanel; +import com.vaadin.ui.HorizontalSplitPanel; import com.vaadin.ui.VerticalLayout; +import com.vaadin.ui.VerticalSplitPanel; public class Reindeer extends BaseTheme { @@ -163,7 +164,8 @@ public class Reindeer extends BaseTheme { /** * Changes the background of a layout to white. Applies to * {@link VerticalLayout}, {@link HorizontalLayout}, {@link GridLayout}, - * {@link FormLayout}, {@link CssLayout} and {@link SplitPanel}. + * {@link FormLayout}, {@link CssLayout}, {@link VerticalSplitPanel} and + * {@link HorizontalSplitPanel}. *

* Does not revert any contained components back to normal if some * parent layout has style {@link #LAYOUT_BLACK} applied. @@ -173,7 +175,8 @@ public class Reindeer extends BaseTheme { /** * Changes the background of a layout to a shade of blue. Applies to * {@link VerticalLayout}, {@link HorizontalLayout}, {@link GridLayout}, - * {@link FormLayout}, {@link CssLayout} and {@link SplitPanel}. + * {@link FormLayout}, {@link CssLayout}, {@link VerticalSplitPanel} and + * {@link HorizontalSplitPanel}. *

* Does not revert any contained components back to normal if some * parent layout has style {@link #LAYOUT_BLACK} applied. -- cgit v1.2.3