Class FileUploadSucceededEvent<C extends com.vaadin.flow.component.Component>
java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<C>
io.jmix.flowui.kit.component.upload.event.FileUploadFinishedEvent<C>
io.jmix.flowui.kit.component.upload.event.FileUploadSucceededEvent<C>
- Type Parameters:
C
- type of upload field
- All Implemented Interfaces:
Serializable
public class FileUploadSucceededEvent<C extends com.vaadin.flow.component.Component>
extends FileUploadFinishedEvent<C>
Event is fired when
SucceededEvent
of Upload
is occurred. See
Upload.addSucceededListener(ComponentEventListener)
for details.- See Also:
-
SucceededEvent
- Serialized Form
-
Field Summary
Fields inherited from class io.jmix.flowui.kit.component.upload.event.FileUploadFinishedEvent
fileName, length, mimeType
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionFileUploadSucceededEvent
(C source, String fileName, String mimeType, long length, com.vaadin.flow.component.upload.Receiver receiver) -
Method Summary
Modifier and TypeMethodDescription<T extends com.vaadin.flow.component.upload.Receiver>
TMethods inherited from class io.jmix.flowui.kit.component.upload.event.FileUploadFinishedEvent
getContentLength, getFileName, getMimeType
Methods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListener
Methods inherited from class java.util.EventObject
toString
-
Field Details
-
receiver
protected com.vaadin.flow.component.upload.Receiver receiver
-
-
Constructor Details
-
FileUploadSucceededEvent
-
-
Method Details
-
getReceiver
public <T extends com.vaadin.flow.component.upload.Receiver> T getReceiver()- Returns:
- receiver that contains information about uploaded file
- See Also:
-
MemoryBuffer
-