Interface TextField

    • Method Detail

      • getText

        java.lang.String getText()
        Returns the displayed text of the text field. If it is a multiline text, the lines are separated with a line break character (\n).
        Returns:
        the field's text
        Since:
        2.0.0
      • setText

        void setText​(java.lang.String text)
        Sets the given text
        Parameters:
        text - the text to be set
        Since:
        2.0.0