Class UiSimpleFileField.SetMaxFilesCommand

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

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

    • componentId

      protected String componentId
    • maxFiles

      protected int maxFiles
  • Constructor Details

    • SetMaxFilesCommand

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

      public SetMaxFilesCommand(String componentId, int maxFiles)
  • Method Details