Class ParagraphComponent


  • public class ParagraphComponent
    extends java.lang.Object
    A list of rich text content that is typically presented in a text box.
    • Constructor Detail

      • ParagraphComponent

        public ParagraphComponent()
    • Method Detail

      • getTextList

        public java.util.List<TextComponent> getTextList()
        Get textList
        Returns:
        textList
      • setTextList

        public void setTextList​(java.util.List<TextComponent> textList)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object