Example usage for com.vaadin.ui.themes ValoTheme THEME_NAME

List of usage examples for com.vaadin.ui.themes ValoTheme THEME_NAME

Introduction

In this page you can find the example usage for com.vaadin.ui.themes ValoTheme THEME_NAME.

Prototype

String THEME_NAME

To view the source code for com.vaadin.ui.themes ValoTheme THEME_NAME.

Click Source Link

Usage

From source file:com.github.mcollovati.vertx.vaadin.VertxVaadinService.java

License:Open Source License

@Override
public String getConfiguredTheme(VaadinRequest request) {
    return ValoTheme.THEME_NAME;
}