Class GeneratedUtil


  • @CssImport("./styles/shared-styles.js") @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")
    @Uses(com.vaadin.flow.component.textfield.NumberField.class)
    public class GeneratedUtil
    extends Object
    • Field Detail

      • binder

        protected com.vaadin.flow.data.binder.Binder<DynamicDBean> binder
    • Constructor Detail

      • GeneratedUtil

        public GeneratedUtil()
    • Method Detail

      • setButtonsForm

        public void setButtonsForm​(FormButtonsBar buttonsForm)
      • setGenericClassForMethods

        public void setGenericClassForMethods​(GenericClassForMethods genericClassForMethods)
      • getTitle

        public String getTitle()
      • setTitle

        public void setTitle​(String title)
      • proccesButton

        public void proccesButton​(com.vaadin.flow.component.button.Button b,
                                  DynamicDBean bean2)
      • getBinder

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

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

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

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

        public com.vaadin.flow.component.grid.Grid.Column<DynamicDBean> addFormatedColumn​(int i,
                                                                                          ArrayList<String[]> rowsColListGrid,
                                                                                          DynamicViewGrid dynamicViewGrid,
                                                                                          com.vaadin.flow.component.gridpro.GridPro<DynamicDBean> grid,
                                                                                          boolean isGridEditable,
                                                                                          com.vaadin.flow.component.html.Div itemButtons,
                                                                                          com.vaadin.flow.data.binder.Binder<DynamicDBean> binder2)
      • fillDefaultValues

        public static void fillDefaultValues​(DynamicDBean bean)