Class GenericDynamicForm

  • All Implemented Interfaces:
    com.vaadin.flow.component.AttachNotifier, com.vaadin.flow.component.DetachNotifier, com.vaadin.flow.component.HasElement, Serializable
    Direct Known Subclasses:
    DynamicForm

    public class GenericDynamicForm
    extends com.vaadin.flow.component.polymertemplate.PolymerTemplate<com.vaadin.flow.templatemodel.TemplateModel>
    See Also:
    Serialized Form
    • Field Detail

      • binder

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

      • GenericDynamicForm

        public GenericDynamicForm()
    • Method Detail

      • setRowsColList

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

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

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

        public void setButtonsForm​(FormButtonsBar buttonsForm)
      • getDialogForPick

        public com.vaadin.flow.component.dialog.Dialog getDialogForPick()
      • setDialogForPick

        public void setDialogForPick​(com.vaadin.flow.component.dialog.Dialog dialogForPick)
      • bindFields

        public void bindFields​(Class<?> class1,
                               Object object)
      • bindFields

        protected void bindFields​(Class<?> class1,
                                  Object object,
                                  com.vaadin.flow.data.binder.Binder<DynamicDBean> altBinder,
                                  String prefix)