Class UiDisplayField.SetRemoveStyleTagsCommand

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

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

    • componentId

      protected String componentId
    • removeStyleTags

      protected boolean removeStyleTags
  • Constructor Details

    • SetRemoveStyleTagsCommand

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

      public SetRemoveStyleTagsCommand(String componentId, boolean removeStyleTags)
  • Method Details