Class GeneratedDetails

  • All Implemented Interfaces:
    com.vaadin.flow.component.AttachNotifier, com.vaadin.flow.component.DetachNotifier, com.vaadin.flow.component.HasElement, Serializable

    @Tag("generated-details")
    @CssImport(value="./styles/tysstyle.css",themeFor="dynamic-grid-display") @CssImport(value="./styles/tysstyle-form-item.css",themeFor="vaadin-form-item") @CssImport(value="./styles/tysstyle-form-layout.css",themeFor="vaadin-form-layout")
    @JsModule("./src/views/generic/forms/generated-details.js")
    public class GeneratedDetails
    extends com.vaadin.flow.component.polymertemplate.PolymerTemplate<com.vaadin.flow.templatemodel.TemplateModel>
    See Also:
    Serialized Form
    • Constructor Detail

      • GeneratedDetails

        public GeneratedDetails()
    • Method Detail

      • getBinder

        public com.vaadin.flow.data.binder.Binder<DynamicDBean> getBinder()
      • setBinder

        public void setBinder​(com.vaadin.flow.data.binder.Binder<DynamicDBean> binder)
      • setRowsColList

        public void setRowsColList​(ArrayList<String[]> rowsColList)
      • setButtonsForm

        public void setButtonsForm​(FormButtonsBar buttonsForm)
      • onAttach

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

        public com.vaadin.flow.component.html.Div getDivSubGrid()
      • setDivSubGrid

        public void setDivSubGrid​(com.vaadin.flow.component.html.Div divSubGrid)
      • createContent

        public com.vaadin.flow.component.Component createContent​(FormButtonsBar buttonsForm)