Class BaseTextAreaWithButtons

    • Constructor Detail

      • BaseTextAreaWithButtons

        public BaseTextAreaWithButtons()
        The default constructor.
      • BaseTextAreaWithButtons

        public BaseTextAreaWithButtons​(String text)
        Initializes the list with the given text.
        Parameters:
        text - the text to use
      • BaseTextAreaWithButtons

        public BaseTextAreaWithButtons​(int rows,
                                       int columns)
        Initializes the list with the given rows/columns.
        Parameters:
        rows - the rows to use
        columns - the columns to use
      • BaseTextAreaWithButtons

        public BaseTextAreaWithButtons​(String text,
                                       int rows,
                                       int columns)
        Initializes the list with the given text.
        Parameters:
        text - the text to use
        rows - the rows to use
        columns - the columns to use