Class FileUploadSucceededEvent<C extends com.vaadin.flow.component.Component,V>

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,V>
Type Parameters:
C - type of upload field
V - type of data in an upload field
All Implemented Interfaces:
Serializable

public class FileUploadSucceededEvent<C extends com.vaadin.flow.component.Component,V> extends FileUploadFinishedEvent<C>
Event is fired when SucceededEvent of Upload is occurred.
See Also:
  • Field Details

    • receiver

      protected com.vaadin.flow.component.upload.Receiver receiver
    • data

      protected V data
  • Constructor Details

    • FileUploadSucceededEvent

      @Deprecated(since="3.0", forRemoval=true) public FileUploadSucceededEvent(C source, String fileName, String mimeType, long length, com.vaadin.flow.component.upload.Receiver receiver)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • FileUploadSucceededEvent

      public FileUploadSucceededEvent(C source, String fileName, String mimeType, long length, V data)
  • Method Details

    • getData

      public V getData()
    • getReceiver

      @Deprecated(since="3.0", forRemoval=true) public <T extends com.vaadin.flow.component.upload.Receiver> T getReceiver()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns:
      receiver that contains information about uploaded file
      See Also:
      • MemoryBuffer