Class UiButton.SetTemplateCommand

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

public static class UiButton.SetTemplateCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • template

      protected UiTemplate template
    • templateRecord

      protected Object templateRecord
  • Constructor Details

    • SetTemplateCommand

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

      public SetTemplateCommand(String componentId, UiTemplate template, Object templateRecord)
  • Method Details