Class DynamicForm

  • All Implemented Interfaces:
    com.vaadin.flow.component.AttachNotifier, com.vaadin.flow.component.DetachNotifier, com.vaadin.flow.component.HasElement, com.vaadin.flow.router.BeforeEnterObserver, com.vaadin.flow.router.internal.BeforeEnterHandler, Serializable

    @JsModule("./src/views/admin/products/dynamic-form.js")
    @Tag("dynamic-form")
    @SpringComponent
    @Scope("prototype")
    @Route("display")
    public class DynamicForm
    extends GenericDynamicForm
    implements com.vaadin.flow.router.BeforeEnterObserver
    See Also:
    Serialized Form
    • Constructor Detail

      • DynamicForm

        public DynamicForm()