Package com.vaadin.ui.themes
Class LiferayTheme
- java.lang.Object
-
- com.vaadin.ui.themes.BaseTheme
-
- com.vaadin.ui.themes.LiferayTheme
-
public class LiferayTheme extends BaseTheme
-
-
Field Summary
Fields Modifier and Type Field Description static String
PANEL_LIGHT
Removes borders and background from the panelstatic String
SPLITPANEL_SMALL
Reduces the split handle to a minimal size (1 pixel)static String
THEME_NAME
-
Fields inherited from class com.vaadin.ui.themes.BaseTheme
BUTTON_LINK, CLIP, TREE_CONNECTORS
-
-
Constructor Summary
Constructors Constructor Description LiferayTheme()
-
-
-
Field Detail
-
THEME_NAME
public static final String THEME_NAME
- See Also:
- Constant Field Values
-
PANEL_LIGHT
public static final String PANEL_LIGHT
Removes borders and background from the panel- See Also:
- Constant Field Values
-
SPLITPANEL_SMALL
public static final String SPLITPANEL_SMALL
Reduces the split handle to a minimal size (1 pixel)- See Also:
- Constant Field Values
-
-