Class DynamicQryGrid

  • 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("dynamic-qry-grid")
    @JsModule("./src/views/generic/layout/dynamic-qry-grid.js")
    @CssImport(value="./styles/tysstyle.css",
               themeFor="dynamic-qry-grid")
    public class DynamicQryGrid
    extends com.vaadin.flow.component.polymertemplate.PolymerTemplate<com.vaadin.flow.templatemodel.TemplateModel>
    implements com.vaadin.flow.router.BeforeEnterObserver, com.vaadin.flow.router.HasDynamicTitle
    See Also:
    Serialized Form
    • Constructor Detail

      • DynamicQryGrid

        public DynamicQryGrid()
      • DynamicQryGrid

        public DynamicQryGrid​(com.vaadin.flow.component.polymertemplate.TemplateParser parser,
                              com.vaadin.flow.server.VaadinService service)
      • DynamicQryGrid

        public DynamicQryGrid​(com.vaadin.flow.component.polymertemplate.TemplateParser parser)
    • Method Detail

      • setRowsColList

        public void setRowsColList​(ArrayList<String> rowsColList)
      • getDivQuery

        public com.vaadin.flow.component.html.Div getDivQuery()
      • getDivInDisplay

        public Object getDivInDisplay()
      • setDivInDisplay

        public void setDivInDisplay​(Object divInDisplay)
      • setDivQuery

        public void setDivQuery​(com.vaadin.flow.component.html.Div divQuery)
      • getBasePage

        protected String getBasePage()
      • getIdMenu

        public String getIdMenu()
      • setIdMenu

        public void setIdMenu​(String idMenu)
      • getBinder

        protected com.vaadin.flow.data.binder.Binder<DynamicDBean> getBinder()
      • showButtonClickedMessage

        public com.vaadin.flow.component.button.Button showButtonClickedMessage()
      • getResourceName

        public String getResourceName()
      • setResourceName

        public void setResourceName​(String resourceName)
      • getFilter

        public String getFilter()
      • setFilter

        public void setFilter​(String filter)
      • getQueryFormClassName

        public String getQueryFormClassName()
      • setQueryFormClassName

        public void setQueryFormClassName​(String queryFormClassName)
      • beforeEnter

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

        public com.vaadin.flow.component.Component createContent()
      • createContent

        public com.vaadin.flow.component.Component createContent​(Boolean isSubform)
      • getPageTitle

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

        @ClientCallable
        public void browserIsLeaving()
      • onAttach

        protected void onAttach​(com.vaadin.flow.component.AttachEvent attachEvent)
        Overrides:
        onAttach in class com.vaadin.flow.component.Component