List of usage examples for com.vaadin.ui.themes ValoTheme subclass-usage
From source file com.foc.focVaadinTheme.FocVaadinTheme.java
public class FocVaadinTheme extends ValoTheme { public static final String THEME_NAME = "focVaadinTheme"; }
From source file org.apache.tamaya.ui.UIConstants.java
/** * Helper for theme. Less typos in CSS style names and easier to find usages in project. */ public class UIConstants extends ValoTheme { public static final String MAIN_LAYOUT = "main-layout";