
com.vaadin.spring.roo.addon.ConcreteAutomaticEntityForm-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 __ENTITY_VIEW_PACKAGE__;
__AUTOMATIC_ENTITY_FORM_IMPORT__
import com.vaadin.spring.roo.addon.annotations.RooVaadinAutomaticEntityForm;
@RooVaadinAutomaticEntityForm(__ENTITY_FORM_ANNOTATION_PARAMETERS__)
public class __ENTITY_FORM_CLASS__ extends AutomaticEntityForm<__ENTITY_PACKAGE__.__ENTITY_CLASS__> {
public __ENTITY_FORM_CLASS__() {
super(__ENTITY_PACKAGE__.__ENTITY_CLASS__.class);
getForm().setFormFieldFactory(getFormFieldFactory());
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy