Class UiRichTextEditor.CommitTransientValueCommand

java.lang.Object
org.teamapps.dto.UiRichTextEditor.CommitTransientValueCommand
All Implemented Interfaces:
UiCommand<String>
Enclosing class:
UiRichTextEditor

public static class UiRichTextEditor.CommitTransientValueCommand extends Object implements UiCommand<String>
  • Field Details

    • componentId

      protected String componentId
  • Constructor Details

    • CommitTransientValueCommand

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

      public CommitTransientValueCommand(String componentId)
  • Method Details