Class JmixUploadButton.JmixUploadInternalErrorEvent
java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<JmixUploadButton>
io.jmix.flowui.kit.component.upload.JmixUploadButton.JmixUploadInternalErrorEvent
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- JmixUploadButton
@DomEvent("jmix-upload-internal-error")
protected static class JmixUploadButton.JmixUploadInternalErrorEvent
extends com.vaadin.flow.component.ComponentEvent<JmixUploadButton>
- See Also:
- 
Field SummaryFieldsFields inherited from class java.util.EventObjectsource
- 
Constructor SummaryConstructorsConstructorDescriptionJmixUploadInternalErrorEvent(JmixUploadButton source, boolean fromClient, String fileName) 
- 
Method SummaryMethods inherited from class com.vaadin.flow.component.ComponentEventgetSource, isFromClient, unregisterListenerMethods inherited from class java.util.EventObjecttoString
- 
Field Details- 
fileName
 
- 
- 
Constructor Details- 
JmixUploadInternalErrorEventpublic JmixUploadInternalErrorEvent(JmixUploadButton source, boolean fromClient, @EventData("event.detail.file.name") String fileName) 
 
- 
- 
Method Details- 
getFileName
 
-