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 SummaryFieldsFields inherited from class io.jmix.flowui.kit.component.upload.event.FileUploadFinishedEventfileName, length, mimeTypeFields inherited from class java.util.EventObjectsource
- 
Constructor SummaryConstructorsConstructorDescriptionFileUploadSucceededEvent(C source, String fileName, String mimeType, long length, com.vaadin.flow.component.upload.Receiver receiver) 
- 
Method SummaryModifier and TypeMethodDescription<T extends com.vaadin.flow.component.upload.Receiver>
 TMethods inherited from class io.jmix.flowui.kit.component.upload.event.FileUploadFinishedEventgetContentLength, getFileName, getMimeTypeMethods inherited from class com.vaadin.flow.component.ComponentEventgetSource, isFromClient, unregisterListenerMethods inherited from class java.util.EventObjecttoString
- 
Field Details- 
receiverprotected com.vaadin.flow.component.upload.Receiver receiver
 
- 
- 
Constructor Details- 
FileUploadSucceededEvent
 
- 
- 
Method Details- 
getReceiverpublic <T extends com.vaadin.flow.component.upload.Receiver> T getReceiver()- Returns:
- receiver that contains information about uploaded file
- See Also:
- 
- MemoryBuffer
 
 
 
-