List of usage examples for com.vaadin.ui.themes ValoTheme THEME_NAME
String THEME_NAME
To view the source code for com.vaadin.ui.themes ValoTheme THEME_NAME.
Click Source Link
From source file:com.github.mcollovati.vertx.vaadin.VertxVaadinService.java
License:Open Source License
@Override public String getConfiguredTheme(VaadinRequest request) { return ValoTheme.THEME_NAME; }