Class UiRichTextEditor.ImageUploadTooLargeEvent

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

public static class UiRichTextEditor.ImageUploadTooLargeEvent extends Object implements UiEvent
  • Field Details

    • componentId

      protected String componentId
    • fileName

      protected String fileName
    • mimeType

      protected String mimeType
    • sizeInBytes

      protected long sizeInBytes
  • Constructor Details

    • ImageUploadTooLargeEvent

      @Deprecated public ImageUploadTooLargeEvent()
      Deprecated.
      Only for Jackson deserialization. Use the other constructor instead.
    • ImageUploadTooLargeEvent

      public ImageUploadTooLargeEvent(String componentId, String fileName, String mimeType, long sizeInBytes)
  • Method Details