Class UiHtmlView.SetContentHtmlCommand

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

public static class UiHtmlView.SetContentHtmlCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • containerElementSelector

      protected String containerElementSelector
    • html

      protected String html
  • Constructor Details

    • SetContentHtmlCommand

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

      public SetContentHtmlCommand(String componentId, String containerElementSelector, String html)
  • Method Details