Class ActionButtonComponent
- 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.ActionButtonComponent
-
- All Implemented Interfaces:
com.vaadin.flow.component.AttachNotifier,com.vaadin.flow.component.DetachNotifier,com.vaadin.flow.component.HasElement,Serializable
public class ActionButtonComponent extends com.vaadin.flow.component.Composite<com.vaadin.flow.component.orderedlayout.HorizontalLayout>- Author:
- Maria Siapera [mariaspr at unipi.gr]
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ActionButtonComponent(MainPresenter presenter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidenableBtns(Boolean bool)voidenableErrorBtns(Boolean bool)voidsetErrorResponse(eu.toop.edm.EDMErrorResponse errorResponse)voidsetResponse(eu.toop.edm.EDMResponse response)voidshowBtns(Boolean bool)voidshowErrorBtns(Boolean bool)-
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
-
ActionButtonComponent
public ActionButtonComponent(MainPresenter presenter)
-
-
Method Detail
-
enableBtns
public void enableBtns(Boolean bool)
-
enableErrorBtns
public void enableErrorBtns(Boolean bool)
-
showBtns
public void showBtns(Boolean bool)
-
showErrorBtns
public void showErrorBtns(Boolean bool)
-
setResponse
public void setResponse(eu.toop.edm.EDMResponse response)
-
setErrorResponse
public void setErrorResponse(eu.toop.edm.EDMErrorResponse errorResponse)
-
-