All Superinterfaces:
TethysUIComponent
All Known Implementing Classes:
TethysUICoreTextArea

public interface TethysUITextArea extends TethysUIComponent
Non-editable text area.
  • Method Details

    • setText

      void setText(String pText)
      Set the text.
      Parameters:
      pText - the text
    • appendText

      void appendText(String pText)
      Append the text.
      Parameters:
      pText - the text
    • insertText

      void insertText(String pText, int pPos)
      Insert the text at position.
      Parameters:
      pText - the text
      pPos - the position
    • replaceText

      void replaceText(String pText, int pStart, int pEnd)
      replace the text at position.
      Parameters:
      pText - the text
      pStart - the start position
      pEnd - the end position
    • setCaretPosition

      void setCaretPosition(int pPos)
      SetCaretPosition.
      Parameters:
      pPos - the position
    • getCaretPosition

      int getCaretPosition()
      GetCaretPosition.
      Returns:
      the position
    • getTextLength

      int getTextLength()
      Obtain textLength.
      Returns:
      the length