Klasse UiRichTextEditor.ImageUploadTooLargeEvent

java.lang.Object
org.teamapps.dto.UiRichTextEditor.ImageUploadTooLargeEvent
Alle implementierten Schnittstellen:
UiEvent
Umschließende Klasse:
UiRichTextEditor

public static class UiRichTextEditor.ImageUploadTooLargeEvent extends Object implements UiEvent
  • Felddetails

    • componentId

      protected String componentId
    • fileName

      protected String fileName
    • mimeType

      protected String mimeType
    • sizeInBytes

      protected long sizeInBytes
  • Konstruktordetails

    • ImageUploadTooLargeEvent

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

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