Class MultiLineTextField

java.lang.Object
All Implemented Interfaces:
ClientObject, Component, TextInputHandlingField

public class MultiLineTextField
extends TextField
  • Constructor Details

  • Method Details

    • createUiComponent

      public org.teamapps.dto.UiField createUiComponent()
      Overrides:
      createUiComponent in class TextField
    • append

      public void append​(java.lang.String s, boolean scrollToBottom)
    • getMinHeight

      @Deprecated public int getMinHeight()
      Deprecated.
    • setMinHeight

      @Deprecated public void setMinHeight​(int minHeight)
      Deprecated.
    • getMaxHeight

      @Deprecated public int getMaxHeight()
      Deprecated.
    • setMaxHeight

      @Deprecated public void setMaxHeight​(int maxHeight)
      Deprecated.
    • setFixedHeight

      @Deprecated public void setFixedHeight​(int height)
      Deprecated.