diff options
author | John Ahlroos <john@vaadin.com> | 2012-09-07 10:41:17 +0300 |
---|---|---|
committer | John Ahlroos <john@vaadin.com> | 2012-09-07 10:41:17 +0300 |
commit | 854fa25e6f9de2dff428a4f5f538a7b47e663402 (patch) | |
tree | 1c826f4dc99ad83c8920483cef903e11650eeca5 /server/src/com/vaadin/ui/themes | |
parent | 52fa9639bab979d13e852e42f6aba6fe60b4ffe4 (diff) | |
download | vaadin-framework-854fa25e6f9de2dff428a4f5f538a7b47e663402.tar.gz vaadin-framework-854fa25e6f9de2dff428a4f5f538a7b47e663402.zip |
Moved base theme constants (v-widget and v-layout) from BaseTheme to
StyleConstants
Diffstat (limited to 'server/src/com/vaadin/ui/themes')
-rw-r--r-- | server/src/com/vaadin/ui/themes/BaseTheme.java | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/server/src/com/vaadin/ui/themes/BaseTheme.java b/server/src/com/vaadin/ui/themes/BaseTheme.java index 9148dd063c..8ad1755e93 100644 --- a/server/src/com/vaadin/ui/themes/BaseTheme.java +++ b/server/src/com/vaadin/ui/themes/BaseTheme.java @@ -55,15 +55,4 @@ public class BaseTheme { * overflow. */ public static final String CLIP = "v-clip"; - - /** - * Added to all UI components - */ - public static final String UI_WIDGET = "v-widget"; - - /** - * Added to all layouts to denote they are layouts - */ - public static final String UI_LAYOUT = "v-layout"; - }
\ No newline at end of file |