Class RequestByIDButtonComponent
- java.lang.Object
-
- com.vaadin.flow.component.Component
-
- com.vaadin.flow.component.Composite<com.vaadin.flow.component.orderedlayout.HorizontalLayout>
-
- eu.toop.playground.dc.ui.component.RequestByIDButtonComponent
-
- All Implemented Interfaces:
com.vaadin.flow.component.AttachNotifier,com.vaadin.flow.component.DetachNotifier,com.vaadin.flow.component.HasElement,Serializable
public class RequestByIDButtonComponent extends com.vaadin.flow.component.Composite<com.vaadin.flow.component.orderedlayout.HorizontalLayout>- Author:
- Maria Siapera [mariaspr at unipi.gr] on 10/6/2020.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RequestByIDButtonComponent(MainPresenter presenter, String docID, DocumentResponseComponent documentResponseComponent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetRequest(eu.toop.edm.EDMRequest request)-
Methods inherited from class com.vaadin.flow.component.Composite
getChildren, getContent, getElement, initContent
-
Methods inherited from class com.vaadin.flow.component.Component
addListener, fireEvent, from, get, getEventBus, getId, getLocale, getParent, getTranslation, getTranslation, getUI, hasListener, isTemplateMapped, isVisible, onAttach, onDetach, onEnabledStateChanged, set, setElement, setId, setVisible
-
-
-
-
Constructor Detail
-
RequestByIDButtonComponent
public RequestByIDButtonComponent(MainPresenter presenter, String docID, DocumentResponseComponent documentResponseComponent)
-
-