We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
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 and Description static String
PANEL_LIGHT
Removes borders and background from the panel
static 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 and Description LiferayTheme()
-
-
-
Field Detail
-
THEME_NAME
public static final String THEME_NAME
See Also:
-
PANEL_LIGHT
public static final String PANEL_LIGHT
Removes borders and background from the panel
See Also:
-
SPLITPANEL_SMALL
public static final String SPLITPANEL_SMALL
Reduces the split handle to a minimal size (1 pixel)
See Also:
-
-