Class GeneratedQuery

  • 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.HasDynamicTitle, com.vaadin.flow.router.internal.BeforeEnterHandler, Serializable

    @Tag("generated-query")
    @JsModule("./src/views/generic/forms/generated-query.js")
    @SpringComponent
    @Scope("prototype")
    @Route("qG")
    @CssImport(value="./styles/tysstyle.css",themeFor="generated-query") @CssImport(value="./styles/tysstyle-form-item.css",themeFor="vaadin-form-item")
    public class GeneratedQuery
    extends GenericDynamicQuery
    implements com.vaadin.flow.router.HasDynamicTitle, com.vaadin.flow.router.BeforeEnterObserver
    See Also:
    Serialized Form
    • Constructor Detail

      • GeneratedQuery

        public GeneratedQuery()
    • Method Detail

      • isCache

        public boolean isCache()
      • setCache

        public void setCache​(Boolean cache)
      • createDetails

        public com.vaadin.flow.component.Component createDetails()
      • getPageTitle

        public String getPageTitle()
        Specified by:
        getPageTitle in interface com.vaadin.flow.router.HasDynamicTitle
      • beforeEnter

        public void beforeEnter​(com.vaadin.flow.router.BeforeEnterEvent event)
        Specified by:
        beforeEnter in interface com.vaadin.flow.router.internal.BeforeEnterHandler
      • prepareLayout

        public void prepareLayout​(String queryFormClassName,
                                  String resourceName)