com.vaadin.spring.roo.addon.Window-template Maven / Gradle / Ivy
package __TOP_LEVEL_PACKAGE__;
import com.vaadin.ui.Window;
public class __WINDOW_CLASS_NAME__ extends Window {
public __WINDOW_CLASS_NAME__() {
// entity manager
__VIEW_CLASS_NAME__ entityManagerView = new __VIEW_CLASS_NAME__();
setContent(entityManagerView);
// select window theme
setTheme("__THEME_NAME__");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy