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
FieldsFields inherited from class io.jmix.flowui.kit.component.upload.event.FileUploadFinishedEvent
fileName, length, mimeTypeFields inherited from class java.util.EventObject
source - 
Constructor Summary
ConstructorsConstructorDescriptionFileUploadSucceededEvent(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, getMimeTypeMethods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListenerMethods 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
 
 
 -