Class UiCalendar.RegisterTemplateCommand

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

public static class UiCalendar.RegisterTemplateCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • id

      protected String id
    • template

      protected UiTemplate template
  • Constructor Details

    • RegisterTemplateCommand

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

      public RegisterTemplateCommand(String componentId, String id, UiTemplate template)
  • Method Details