Class UiFileField.SetAcceptedFileTypesCommand

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

public static class UiFileField.SetAcceptedFileTypesCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • acceptedFileTypes

      protected List<String> acceptedFileTypes
  • Constructor Details

    • SetAcceptedFileTypesCommand

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

      public SetAcceptedFileTypesCommand(String componentId, List<String> acceptedFileTypes)
  • Method Details