Package io.jmix.flowui.kit.component.upload.event


package io.jmix.flowui.kit.component.upload.event
  • Classes
    Class
    Description
    FileUploadFailedEvent<C extends com.vaadin.flow.component.Component>
    Event is fired when FailedEvent of Upload is occurred.
    FileUploadFileRejectedEvent<C extends com.vaadin.flow.component.Component>
    Event is fired when FileRejectedEvent of Upload is occurred.
    FileUploadFinishedEvent<C extends com.vaadin.flow.component.Component>
    Event is fired when FinishedEvent of Upload is occurred.
    FileUploadProgressEvent<C extends com.vaadin.flow.component.Component>
    Event is fired when ProgressUpdateEvent of Upload is occurred.
    FileUploadStartedEvent<C extends com.vaadin.flow.component.Component>
    Event is fired when StartedEvent of Upload is occurred.
    FileUploadSucceededEvent<C extends com.vaadin.flow.component.Component>
    Event is fired when SucceededEvent of Upload is occurred.