Class DynamicMultiForm

  • All Implemented Interfaces:
    com.vaadin.flow.component.AttachNotifier, com.vaadin.flow.component.ClickNotifier<com.vaadin.flow.component.orderedlayout.HorizontalLayout>, com.vaadin.flow.component.DetachNotifier, com.vaadin.flow.component.HasComponents, com.vaadin.flow.component.HasElement, com.vaadin.flow.component.HasEnabled, com.vaadin.flow.component.HasOrderedComponents<com.vaadin.flow.component.orderedlayout.HorizontalLayout>, com.vaadin.flow.component.HasSize, com.vaadin.flow.component.HasStyle, com.vaadin.flow.component.orderedlayout.FlexComponent<com.vaadin.flow.component.orderedlayout.HorizontalLayout>, com.vaadin.flow.component.orderedlayout.ThemableLayout, com.vaadin.flow.router.BeforeEnterObserver, com.vaadin.flow.router.HasDynamicTitle, com.vaadin.flow.router.internal.BeforeEnterHandler, Serializable

    public class DynamicMultiForm
    extends com.vaadin.flow.component.orderedlayout.HorizontalLayout
    implements com.vaadin.flow.router.BeforeEnterObserver, com.vaadin.flow.router.HasDynamicTitle
    See Also:
    Serialized Form
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  DynamicMultiForm.BeaconEvent  
      static class  DynamicMultiForm.BeaconHandler  
      • Nested classes/interfaces inherited from interface com.vaadin.flow.component.orderedlayout.FlexComponent

        com.vaadin.flow.component.orderedlayout.FlexComponent.Alignment, com.vaadin.flow.component.orderedlayout.FlexComponent.JustifyContentMode
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void beforeEnter​(com.vaadin.flow.router.BeforeEnterEvent event)  
      void browserIsLeaving()  
      String componFKFilter​(DynamicDBean bean, String resourceSubGrid)  
      com.vaadin.flow.component.Component createContent​(DynamicDBean bean)  
      com.vaadin.flow.component.Component createSubForms​(DynamicDBean bean, String formsList)  
      protected String getBasePage()  
      protected com.vaadin.flow.data.binder.Binder<DynamicDBean> getBinder()  
      Hashtable<String,​DynamicViewGrid> getDvgIntheForm()  
      String getFilter()  
      String getIdMenu()  
      String getPageTitle()  
      String getQueryFormClassName()  
      String getResourceName()  
      ArrayList<String[]> getRowsColList()  
      ArrayList<String[]> getRowsColListGrid()  
      String getTagsForVisibility()  
      protected void onAttach​(com.vaadin.flow.component.AttachEvent attachEvent)  
      void setDvgIntheForm​(Hashtable<String,​DynamicViewGrid> dvgIntheForm)  
      void setFilter​(String filter)  
      void setIdMenu​(String idMenu)  
      void setQueryFormClassName​(String queryFormClassName)  
      void setResourceName​(String resourceName)  
      void setRowsColList​(ArrayList<String[]> rowsColList)  
      void setRowsColListGrid​(ArrayList<String[]> rowsColListGrid)  
      void setTagsForVisibility​(String tagsForVisibility)  
      com.vaadin.flow.component.button.Button showButtonClickedMessage()  
      • Methods inherited from class com.vaadin.flow.component.orderedlayout.HorizontalLayout

        addAndExpand, getAlignItems, getAlignSelf, getDefaultVerticalComponentAlignment, getVerticalComponentAlignment, setAlignItems, setAlignSelf, setDefaultVerticalComponentAlignment, setSpacing, setVerticalComponentAlignment
      • Methods inherited from class com.vaadin.flow.component.Component

        addListener, fireEvent, from, get, getChildren, getElement, getEventBus, getId, getLocale, getParent, getTranslation, getTranslation, getUI, hasListener, isAttached, isTemplateMapped, isVisible, onDetach, onEnabledStateChanged, set, setElement, setId, setVisible
      • Methods inherited from interface com.vaadin.flow.component.AttachNotifier

        addAttachListener
      • Methods inherited from interface com.vaadin.flow.component.ClickNotifier

        addClickListener, addClickShortcut
      • Methods inherited from interface com.vaadin.flow.component.DetachNotifier

        addDetachListener
      • Methods inherited from interface com.vaadin.flow.component.orderedlayout.FlexComponent

        expand, getFlexGrow, getJustifyContentMode, replace, setFlexGrow, setJustifyContentMode
      • Methods inherited from interface com.vaadin.flow.component.HasComponents

        add, add, addComponentAsFirst, addComponentAtIndex, remove, removeAll
      • Methods inherited from interface com.vaadin.flow.component.HasElement

        getElement
      • Methods inherited from interface com.vaadin.flow.component.HasEnabled

        isEnabled, setEnabled
      • Methods inherited from interface com.vaadin.flow.component.HasOrderedComponents

        getChildren, getComponentAt, getComponentCount, indexOf
      • Methods inherited from interface com.vaadin.flow.component.HasSize

        getHeight, getHeightUnit, getMaxHeight, getMaxWidth, getMinHeight, getMinWidth, getWidth, getWidthUnit, setHeight, setHeight, setHeightFull, setMaxHeight, setMaxHeight, setMaxWidth, setMaxWidth, setMinHeight, setMinHeight, setMinWidth, setMinWidth, setSizeFull, setSizeUndefined, setWidth, setWidth, setWidthFull
      • Methods inherited from interface com.vaadin.flow.component.HasStyle

        addClassName, addClassNames, getClassName, getClassNames, getStyle, hasClassName, removeClassName, removeClassNames, setClassName, setClassName
      • Methods inherited from interface com.vaadin.flow.component.orderedlayout.ThemableLayout

        getBoxSizing, getThemeList, isMargin, isPadding, isSpacing, setBoxSizing, setMargin, setPadding
    • Constructor Detail

      • DynamicMultiForm

        public DynamicMultiForm()
    • Method Detail

      • setRowsColListGrid

        public void setRowsColListGrid​(ArrayList<String[]> rowsColListGrid)
      • setRowsColList

        public void setRowsColList​(ArrayList<String[]> rowsColList)
      • 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)
      • getTagsForVisibility

        public String getTagsForVisibility()
      • setTagsForVisibility

        public void setTagsForVisibility​(String tagsForVisibility)
      • 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​(DynamicDBean bean)
      • createSubForms

        public com.vaadin.flow.component.Component createSubForms​(DynamicDBean bean,
                                                                  String formsList)
      • 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