Class UploadHelper.UHFileRejectEvent

java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<UploadHelper>
org.vaadin.addons.f0rce.uploadhelper.UploadHelper.UHFileRejectEvent
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
UploadHelper

@DomEvent("uh-file-reject")
public static class UploadHelper.UHFileRejectEvent
extends com.vaadin.flow.component.ComponentEvent<UploadHelper>
See Also:
Serialized Form
  • Constructor Summary

    Constructors 
    Constructor Description
    UHFileRejectEvent​(UploadHelper source, boolean fromClient, elemental.json.JsonObject detail, elemental.json.JsonObject detailFile, java.lang.String detailError)  
  • Method Summary

    Modifier and Type Method Description
    elemental.json.JsonObject getDetail()  
    java.lang.String getDetailError()  
    elemental.json.JsonObject getDetailFile()  

    Methods inherited from class com.vaadin.flow.component.ComponentEvent

    getSource, isFromClient, unregisterListener

    Methods inherited from class java.util.EventObject

    toString

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • UHFileRejectEvent

      public UHFileRejectEvent​(UploadHelper source, boolean fromClient, @EventData("event.detail") elemental.json.JsonObject detail, @EventData("event.detail.file") elemental.json.JsonObject detailFile, @EventData("event.detail.error") java.lang.String detailError)
  • Method Details

    • getDetail

      public elemental.json.JsonObject getDetail()
    • getDetailFile

      public elemental.json.JsonObject getDetailFile()
    • getDetailError

      public java.lang.String getDetailError()