Class UiRichTextEditor.SetMaxHeightCommand

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

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

    • componentId

      protected String componentId
    • maxHeight

      protected int maxHeight
  • Constructor Details

    • SetMaxHeightCommand

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

      public SetMaxHeightCommand(String componentId, int maxHeight)
  • Method Details