Class UiDisplayField.SetShowHtmlCommand

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

public static class UiDisplayField.SetShowHtmlCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • showHtml

      protected boolean showHtml
  • Constructor Details

    • SetShowHtmlCommand

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

      public SetShowHtmlCommand(String componentId, boolean showHtml)
  • Method Details