Class UiSimpleFileField.SetMaxFilesCommand

  • All Implemented Interfaces:
    UiCommand<java.lang.Void>
    Enclosing class:
    UiSimpleFileField

    public static class UiSimpleFileField.SetMaxFilesCommand
    extends java.lang.Object
    implements UiCommand<java.lang.Void>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String componentId  
      protected int maxFiles  
    • Constructor Summary

      Constructors 
      Constructor Description
      SetMaxFilesCommand()
      Deprecated.
      Only for Jackson deserialization.
      SetMaxFilesCommand​(java.lang.String componentId, int maxFiles)  
    • Field Detail

      • componentId

        protected java.lang.String componentId
      • maxFiles

        protected int maxFiles
    • Constructor Detail

      • SetMaxFilesCommand

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

        public SetMaxFilesCommand​(java.lang.String componentId,
                                  int maxFiles)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getComponentId

        public java.lang.String getComponentId()
        Specified by:
        getComponentId in interface UiCommand<java.lang.Void>
      • getMaxFiles

        public int getMaxFiles()