Class UiRichTextEditor.SetMinHeightCommand

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

public static class UiRichTextEditor.SetMinHeightCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • minHeight

      protected int minHeight
  • Constructor Details

    • SetMinHeightCommand

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

      public SetMinHeightCommand(String componentId, int minHeight)
  • Method Details