Package coop.intergal.ui.views
Class DynamicMultiForm
- java.lang.Object
-
- com.vaadin.flow.component.Component
-
- com.vaadin.flow.component.orderedlayout.HorizontalLayout
-
- coop.intergal.ui.views.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 classDynamicMultiForm.BeaconEventstatic classDynamicMultiForm.BeaconHandler
-
Constructor Summary
Constructors Constructor Description DynamicMultiForm()
-
Method Summary
-
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 class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.vaadin.flow.component.ClickNotifier
addClickListener, addClickShortcut
-
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.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
-
-
-
-
Method Detail
-
getDvgIntheForm
public Hashtable<String,DynamicViewGrid> getDvgIntheForm()
-
setDvgIntheForm
public void setDvgIntheForm(Hashtable<String,DynamicViewGrid> dvgIntheForm)
-
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:
beforeEnterin interfacecom.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)
-
componFKFilter
public String componFKFilter(DynamicDBean bean, String resourceSubGrid)
-
getPageTitle
public String getPageTitle()
- Specified by:
getPageTitlein interfacecom.vaadin.flow.router.HasDynamicTitle
-
browserIsLeaving
@ClientCallable public void browserIsLeaving()
-
onAttach
protected void onAttach(com.vaadin.flow.component.AttachEvent attachEvent)
- Overrides:
onAttachin classcom.vaadin.flow.component.Component
-
-