Class UiMultiLineTextField.AppendCommand

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

public static class UiMultiLineTextField.AppendCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • s

      protected String s
    • scrollToBottom

      protected boolean scrollToBottom
  • Constructor Details

    • AppendCommand

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

      public AppendCommand(String componentId, String s, boolean scrollToBottom)
  • Method Details