diff options
author | Aleksi Hietanen <aleksi@vaadin.com> | 2016-10-13 10:21:41 +0300 |
---|---|---|
committer | Pekka Hyvönen <pekka@vaadin.com> | 2016-10-13 11:58:59 +0000 |
commit | 24e11dca6b074217d594e618727dfe7abf7c3a90 (patch) | |
tree | f310c0dffd9e2a814f543d3238d97dcc523086c4 /server/src/main/java/com/vaadin/ui/TabSheet.java | |
parent | 7c8a03ce9e37d4abc172c050976a15d7f269b55e (diff) | |
download | vaadin-framework-24e11dca6b074217d594e618727dfe7abf7c3a90.tar.gz vaadin-framework-24e11dca6b074217d594e618727dfe7abf7c3a90.zip |
Move all themes except Valo into a new compatibility-themes package
Change-Id: Ife0707c69bac83f190b5497af5fef1af43af6e46
Diffstat (limited to 'server/src/main/java/com/vaadin/ui/TabSheet.java')
-rw-r--r-- | server/src/main/java/com/vaadin/ui/TabSheet.java | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/server/src/main/java/com/vaadin/ui/TabSheet.java b/server/src/main/java/com/vaadin/ui/TabSheet.java index 747f294666..7a154dd752 100644 --- a/server/src/main/java/com/vaadin/ui/TabSheet.java +++ b/server/src/main/java/com/vaadin/ui/TabSheet.java @@ -48,8 +48,6 @@ import com.vaadin.ui.Component.Focusable; import com.vaadin.ui.declarative.DesignAttributeHandler; import com.vaadin.ui.declarative.DesignContext; import com.vaadin.ui.declarative.DesignException; -import com.vaadin.ui.themes.Reindeer; -import com.vaadin.ui.themes.Runo; /** * TabSheet component. @@ -68,9 +66,7 @@ import com.vaadin.ui.themes.Runo; * TabSheet. * * The {@link TabSheet} can be styled with the .v-tabsheet, .v-tabsheet-tabs and - * .v-tabsheet-content styles. Themes may also have pre-defined variations of - * the tab sheet presentation, such as {@link Reindeer#TABSHEET_BORDERLESS}, - * {@link Runo#TABSHEET_SMALL} and several other styles in {@link Reindeer}. + * .v-tabsheet-content styles. * * The current implementation does not load the tabs to the UI before the first * time they are shown, but this may change in future releases. |