Class UiButton.SetTemplateRecordCommand

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

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

    • componentId

      protected String componentId
    • templateRecord

      protected Object templateRecord
  • Constructor Details

    • SetTemplateRecordCommand

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

      public SetTemplateRecordCommand(String componentId, Object templateRecord)
  • Method Details