Interface HasText

    • Method Detail

      • appendValue

        void appendValue​(java.lang.String fragment)
        Appends a piece of text to the existing text.
        Parameters:
        fragment - is a piece of text to append to existing text. Appending null is a noop.
      • setValue

        void setValue​(java.lang.String value)
        Accessor.
        Parameters:
        value - is the new value to set.
        See Also:
        getValue()