Klasse UiSimpleFileField.SetAcceptedFileTypesCommand

java.lang.Object
org.teamapps.dto.UiSimpleFileField.SetAcceptedFileTypesCommand
Alle implementierten Schnittstellen:
UiCommand<Void>
Umschließende Klasse:
UiSimpleFileField

public static class UiSimpleFileField.SetAcceptedFileTypesCommand extends Object implements UiCommand<Void>
  • Felddetails

    • componentId

      protected String componentId
    • acceptedFileTypes

      protected List<String> acceptedFileTypes
  • Konstruktordetails

    • SetAcceptedFileTypesCommand

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

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