Class UiRootPanel.RegisterTemplateCommand

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

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

  • Constructor Details

    • RegisterTemplateCommand

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

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