
com.vaadin.themes.valoutil.BodyStyleName Maven / Gradle / Ivy
/*
* Vaadin Framework 7
*
* Copyright (C) 2000-2024 Vaadin Ltd
*
* This program is available under Vaadin Commercial License and Service Terms.
*
* See for the full
* license.
*/
package com.vaadin.themes.valoutil;
import com.google.gwt.core.client.EntryPoint;
import com.google.gwt.dom.client.Document;
public class BodyStyleName implements EntryPoint {
@Override
public void onModuleLoad() {
Document.get().getBody().addClassName("valo");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy