Class UiRichTextEditor.ImageUploadTooLargeEvent

java.lang.Object
org.teamapps.dto.UiRichTextEditor.ImageUploadTooLargeEvent
All Implemented Interfaces:
UiEvent
Enclosing class:
UiRichTextEditor

public static class UiRichTextEditor.ImageUploadTooLargeEvent
extends java.lang.Object
implements UiEvent
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected java.lang.String componentId  
    protected java.lang.String fileName  
    protected java.lang.String mimeType  
    protected long sizeInBytes  
  • Constructor Summary

    Constructors 
    Constructor Description
    ImageUploadTooLargeEvent()
    Deprecated.
    Only for Jackson deserialization.
    ImageUploadTooLargeEvent​(java.lang.String componentId, java.lang.String fileName, java.lang.String mimeType, long sizeInBytes)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getComponentId()  
    java.lang.String getFileName()  
    java.lang.String getMimeType()  
    long getSizeInBytes()  
    UiEventType getUiEventType()  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

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