Interface AppendableTextAreaComponent

    • Method Detail

      • append

        void append​(String text)
        Appends the given text to the end of the document. Does nothing if the model is null or the string is null or empty.
        Parameters:
        text - the text to insert