Class UploadMessageFileDialog
- java.lang.Object
-
- com.vaadin.flow.component.Component
-
- com.vaadin.flow.component.dialog.GeneratedVaadinDialog<com.vaadin.flow.component.dialog.Dialog>
-
- com.vaadin.flow.component.dialog.Dialog
-
- eu.domibus.connector.client.ui.view.messages.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
-
-
Constructor Summary
Constructors Constructor Description UploadMessageFileDialog()
-
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
-
-
-
-
Method Detail
-
setErrorText
public void setErrorText(String errorMessage)
-
getFileType
public com.vaadin.flow.component.combobox.ComboBox<DomibusConnectorClientMessageFileType> getFileType()
-
setFileType
public void setFileType(com.vaadin.flow.component.combobox.ComboBox<DomibusConnectorClientMessageFileType> fileType)
-
getFileContents
public byte[] getFileContents()
-
setFileContents
public void setFileContents(byte[] fileContents)
-
getFileName
public String getFileName()
-
setFileName
public void setFileName(String fileName)
-
-