
com.vaadin.spring.roo.addon.Window-template Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of com.vaadin.spring.roo.addon Show documentation
Show all versions of com.vaadin.spring.roo.addon Show documentation
Spring Roo addon for creating rich internet applications with Vaadin.
The newest version!
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