Class HiddenHtmlTextArea


  • public class HiddenHtmlTextArea
    extends HtmlTextArea
    An HTML Text Area. It acts like a multiline Text Box.
    Note: all values provided by user or coming from the browser are normalized by replacing all "\r\n" with "\n" and trimming leading and trailing white spaces.
    See Also:
    HiddenHtmlElement
    • Method Detail

      • setValue

        public void setValue​(String value)
        Set the Text Area value
        Specified by:
        setValue in class UiTextArea
        Parameters:
        value -
      • appendValue

        public void appendValue​(String value)
        Append text to the current content of a Text Area
        Specified by:
        appendValue in class UiTextArea
        Parameters:
        value -
      • verifyValue

        public void verifyValue​(String expectedValue)
        Verify the Text Area value is as specified
        Specified by:
        verifyValue in class UiTextArea
        Parameters:
        expectedValue -
      • verifyNotValue

        public void verifyNotValue​(String notExpectedValue)
        Verify the Text Area value is NOT as specified
        Specified by:
        verifyNotValue in class UiTextArea
        Parameters:
        notExpectedValue -