Class UploadMessageFileDialog

  • All Implemented Interfaces:
    com.vaadin.flow.component.AttachNotifier, com.vaadin.flow.component.DetachNotifier, com.vaadin.flow.component.HasComponents, com.vaadin.flow.component.HasElement, com.vaadin.flow.component.HasEnabled, com.vaadin.flow.component.HasSize, Serializable

    public class UploadMessageFileDialog
    extends com.vaadin.flow.component.dialog.Dialog
    See Also:
    Serialized Form
    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.vaadin.flow.component.dialog.Dialog

        com.vaadin.flow.component.dialog.Dialog.DialogCloseActionEvent
      • Nested classes/interfaces inherited from class com.vaadin.flow.component.dialog.GeneratedVaadinDialog

        com.vaadin.flow.component.dialog.GeneratedVaadinDialog.OpenedChangeEvent<R extends com.vaadin.flow.component.dialog.GeneratedVaadinDialog<R>>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] getFileContents()  
      String getFileName()  
      com.vaadin.flow.component.combobox.ComboBox<DomibusConnectorClientMessageFileType> getFileType()  
      void setErrorText​(String errorMessage)  
      void setFileContents​(byte[] fileContents)  
      void setFileName​(String fileName)  
      void setFileType​(com.vaadin.flow.component.combobox.ComboBox<DomibusConnectorClientMessageFileType> fileType)  
      • Methods inherited from class com.vaadin.flow.component.dialog.Dialog

        add, addAttachListener, addComponentAtIndex, addDetachListener, addDialogCloseActionListener, addOpenedChangeListener, close, getChildren, getHeight, getWidth, isCloseOnEsc, isCloseOnOutsideClick, isOpened, open, remove, removeAll, setCloseOnEsc, setCloseOnOutsideClick, setHeight, setOpened, setWidth
      • Methods inherited from class com.vaadin.flow.component.dialog.GeneratedVaadinDialog

        getAriaLabelString, isOpenedBoolean, setAriaLabel
      • Methods inherited from class com.vaadin.flow.component.Component

        addListener, fireEvent, from, get, getElement, getEventBus, getId, getLocale, getParent, getTranslation, getTranslation, getUI, hasListener, isTemplateMapped, isVisible, onAttach, onDetach, onEnabledStateChanged, set, setElement, setId, setVisible
      • Methods inherited from interface com.vaadin.flow.component.HasComponents

        add, addComponentAsFirst
      • Methods inherited from interface com.vaadin.flow.component.HasElement

        getElement
      • Methods inherited from interface com.vaadin.flow.component.HasEnabled

        isEnabled, setEnabled
      • Methods inherited from interface com.vaadin.flow.component.HasSize

        getMaxHeight, getMaxWidth, getMinHeight, getMinWidth, setHeightFull, setMaxHeight, setMaxWidth, setMinHeight, setMinWidth, setSizeFull, setSizeUndefined, setWidthFull
    • Constructor Detail

      • UploadMessageFileDialog

        public UploadMessageFileDialog()
    • Method Detail

      • setErrorText

        public void setErrorText​(String errorMessage)
      • getFileContents

        public byte[] getFileContents()
      • setFileContents

        public void setFileContents​(byte[] fileContents)
      • getFileName

        public String getFileName()
      • setFileName

        public void setFileName​(String fileName)