Class UiFileField.SetUploadButtonTemplateCommand

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

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

    • componentId

      protected String componentId
    • uploadButtonTemplate

      protected UiTemplate uploadButtonTemplate
  • Constructor Details

    • SetUploadButtonTemplateCommand

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

      public SetUploadButtonTemplateCommand(String componentId, UiTemplate uploadButtonTemplate)
  • Method Details