public class RequestStatusGridComponent
extends com.vaadin.flow.component.Composite<com.vaadin.flow.component.orderedlayout.VerticalLayout>
| Constructor and Description |
|---|
RequestStatusGridComponent() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
gridExists(com.vaadin.flow.component.grid.Grid<ResultBean> grid) |
void |
refreshGrid() |
void |
renderStatusGrid(List<ResultBean> results,
MainPresenter presenter) |
boolean |
responseErrorExists(eu.toop.edm.EDMErrorResponse errorResponse) |
boolean |
responseExists(eu.toop.edm.EDMResponse response) |
boolean |
responseWithAttachmentsExists(EDMResponseWithAttachment response) |
getChildren, getContent, getElement, initContentaddListener, fireEvent, from, get, getEventBus, getId, getLocale, getParent, getTranslation, getTranslation, getUI, hasListener, isTemplateMapped, isVisible, onAttach, onDetach, onEnabledStateChanged, set, setElement, setId, setVisiblepublic void renderStatusGrid(List<ResultBean> results, MainPresenter presenter)
public void refreshGrid()
public boolean gridExists(com.vaadin.flow.component.grid.Grid<ResultBean> grid)
public boolean responseExists(eu.toop.edm.EDMResponse response)
public boolean responseWithAttachmentsExists(EDMResponseWithAttachment response)
public boolean responseErrorExists(eu.toop.edm.EDMErrorResponse errorResponse)
Copyright © 2020–2021 toop.eu. All rights reserved.