Class UiRichTextEditor.SetMaxImageFileSizeInBytesCommand

java.lang.Object
org.teamapps.dto.UiRichTextEditor.SetMaxImageFileSizeInBytesCommand
All Implemented Interfaces:
UiCommand<Void>
Enclosing class:
UiRichTextEditor

public static class UiRichTextEditor.SetMaxImageFileSizeInBytesCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • maxImageFileSizeInBytes

      protected long maxImageFileSizeInBytes
  • Constructor Details

    • SetMaxImageFileSizeInBytesCommand

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

      public SetMaxImageFileSizeInBytesCommand(String componentId, long maxImageFileSizeInBytes)
  • Method Details