Class 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 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)