Class UiSimpleFileField.SetFileTooLargeMessageCommand

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

public static class UiSimpleFileField.SetFileTooLargeMessageCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • fileTooLargeMessage

      protected String fileTooLargeMessage
  • Constructor Details

    • SetFileTooLargeMessageCommand

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

      public SetFileTooLargeMessageCommand(String componentId, String fileTooLargeMessage)
  • Method Details