@Route(value="")
@CssImport(value="./styles/shared-styles.css") @CssImport(value="./styles/vaadin-text-field-styles.css",themeFor="vaadin-text-field")
public class DynamicRequestView
extends com.vaadin.flow.component.orderedlayout.VerticalLayout
implements com.vaadin.flow.router.RouterLayout
| Constructor and Description |
|---|
DynamicRequestView() |
| Modifier and Type | Method and Description |
|---|---|
void |
initAR(NaturalPersonFVBean naturalPersonARFVBean) |
void |
initConceptQuery(ConceptQueryFVBean conceptQueryFVBean) |
void |
initDocumentQuery(DocumentQueryFVBean documentQueryFVBean,
String queryDef) |
void |
initLP(LegalPersonFVBean legalPersonFVBean) |
void |
initNP(NaturalPersonFVBean naturalPersonFVBean) |
void |
initStatusGrid(List<ResultBean> results) |
protected void |
onAttach(com.vaadin.flow.component.AttachEvent attachEvent) |
protected void |
onDetach(com.vaadin.flow.component.DetachEvent detachEvent) |
void |
refreshStatusGrid() |
void |
renderConceptResponse(ConceptResponseFVBean conceptResponseFVBean) |
void |
renderDocumentResponse(DocumentResponseFVBean documentResponseFVBean) |
void |
renderErrorResponse(ErrorResponseFVBean errorResponseFVBean) |
com.vaadin.flow.component.accordion.Accordion |
resetAccordion() |
void |
resetBeans(LegalPersonFVBean legalPersonFVBean,
NaturalPersonFVBean naturalPersonFVBean,
NaturalPersonFVBean naturalPersonARFVBean,
ConceptQueryFVBean conceptQueryFVBean,
DocumentQueryFVBean documentQueryFVBean) |
void |
resetRenderedResponseComponents() |
void |
validateDS() |
addAndExpand, getAlignItems, getAlignSelf, getDefaultHorizontalComponentAlignment, getHorizontalComponentAlignment, setAlignItems, setAlignSelf, setDefaultHorizontalComponentAlignment, setHorizontalComponentAlignment, setPadding, setSpacingaddListener, fireEvent, from, get, getChildren, getElement, getEventBus, getId, getLocale, getParent, getTranslation, getTranslation, getUI, hasListener, isTemplateMapped, isVisible, onEnabledStateChanged, set, setElement, setId, setVisibleclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitremoveRouterLayoutContent, showRouterLayoutContentgetBoxSizing, getThemeList, isMargin, isPadding, isSpacing, setBoxSizing, setMarginexpand, getFlexGrow, getJustifyContentMode, replace, setFlexGrow, setJustifyContentModegetChildren, getComponentAt, getComponentCount, indexOfadd, add, addComponentAsFirst, addComponentAtIndex, remove, removeAlladdClassName, addClassNames, getClassName, getClassNames, getStyle, hasClassName, removeClassName, removeClassNames, setClassName, setClassNamegetHeight, getMaxHeight, getMaxWidth, getMinHeight, getMinWidth, getWidth, setHeight, setHeightFull, setMaxHeight, setMaxWidth, setMinHeight, setMinWidth, setSizeFull, setSizeUndefined, setWidth, setWidthFullpublic void initStatusGrid(List<ResultBean> results)
public void refreshStatusGrid()
public void initNP(NaturalPersonFVBean naturalPersonFVBean)
public void initLP(LegalPersonFVBean legalPersonFVBean)
public void initAR(NaturalPersonFVBean naturalPersonARFVBean)
public void initConceptQuery(ConceptQueryFVBean conceptQueryFVBean)
public void initDocumentQuery(DocumentQueryFVBean documentQueryFVBean, String queryDef)
public void renderConceptResponse(ConceptResponseFVBean conceptResponseFVBean)
public void renderDocumentResponse(DocumentResponseFVBean documentResponseFVBean)
public void renderErrorResponse(ErrorResponseFVBean errorResponseFVBean)
public void resetRenderedResponseComponents()
public void resetBeans(LegalPersonFVBean legalPersonFVBean, NaturalPersonFVBean naturalPersonFVBean, NaturalPersonFVBean naturalPersonARFVBean, ConceptQueryFVBean conceptQueryFVBean, DocumentQueryFVBean documentQueryFVBean)
public void validateDS()
public com.vaadin.flow.component.accordion.Accordion resetAccordion()
protected void onAttach(com.vaadin.flow.component.AttachEvent attachEvent)
onAttach in class com.vaadin.flow.component.Componentprotected void onDetach(com.vaadin.flow.component.DetachEvent detachEvent)
onDetach in class com.vaadin.flow.component.ComponentCopyright © 2020–2021 toop.eu. All rights reserved.