Class UiFileField.SetItemTemplateCommand

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

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

    • componentId

      protected String componentId
    • itemTemplate

      protected UiTemplate itemTemplate
  • Constructor Details

    • SetItemTemplateCommand

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

      public SetItemTemplateCommand(String componentId, UiTemplate itemTemplate)
  • Method Details