Class UiSimpleFileField.UploadSuccessfulEvent

java.lang.Object
org.teamapps.dto.UiSimpleFileField.UploadSuccessfulEvent
All Implemented Interfaces:
UiEvent
Enclosing class:
UiSimpleFileField

public static class UiSimpleFileField.UploadSuccessfulEvent
extends java.lang.Object
implements UiEvent
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected java.lang.String componentId  
    protected java.lang.String fileItemUuid  
    protected java.lang.String uploadedFileUuid  
  • Constructor Summary

    Constructors 
    Constructor Description
    UploadSuccessfulEvent()
    Deprecated.
    Only for Jackson deserialization.
    UploadSuccessfulEvent​(java.lang.String componentId, java.lang.String fileItemUuid, java.lang.String uploadedFileUuid)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getComponentId()  
    java.lang.String getFileItemUuid()  
    UiEventType getUiEventType()  
    java.lang.String getUploadedFileUuid()  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait