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 Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionJmixUploadInternalErrorEvent
(JmixUploadButton source, boolean fromClient, String fileName) -
Method Summary
Methods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListener
Methods inherited from class java.util.EventObject
toString
-
Field Details
-
fileName
-
-
Constructor Details
-
JmixUploadInternalErrorEvent
public JmixUploadInternalErrorEvent(JmixUploadButton source, boolean fromClient, @EventData("event.detail.file.name") String fileName)
-
-
Method Details
-
getFileName
-