Class UiTextArea

    • Method Detail

      • setValue

        public abstract void setValue​(String value)
        Set the Text Area value
        Parameters:
        value -
      • appendValue

        public abstract void appendValue​(String value)
        Append text to the current content of a Text Area
        Parameters:
        value -
      • getValue

        public abstract String getValue()
        Get the Text Area value
        Returns:
      • verifyValue

        public abstract void verifyValue​(String expectedValue)
        Verify the Text Area value is as specified
        Parameters:
        expectedValue -
      • verifyNotValue

        public abstract void verifyNotValue​(String notExpectedValue)
        Verify the Text Area value is NOT as specified
        Parameters:
        notExpectedValue -