Klasse UiMultiLineTextField.AppendCommand

java.lang.Object
org.teamapps.dto.UiMultiLineTextField.AppendCommand
Alle implementierten Schnittstellen:
UiCommand<Void>
Umschließende Klasse:
UiMultiLineTextField

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

    • componentId

      protected String componentId
    • s

      protected String s
    • scrollToBottom

      protected boolean scrollToBottom
  • Konstruktordetails

    • AppendCommand

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

      public AppendCommand(String componentId, String s, boolean scrollToBottom)
  • Methodendetails