Class LabelString

  • All Implemented Interfaces:
    Serializable, CharSequence

    public final class LabelString
    extends Object
    Represents a label string, either plain text or HTML.
     "hello-world"
     <<strong>hello world</strong>>
     
    Since:
    8.0.0
    Author:
    XIMA MEDIA GmbH
    See Also:
    Serialized Form
    • Constructor Detail

      • LabelString

        public LabelString​(CharSequence label)
        Creates a new label string with the given content.
        Parameters:
        label - Content of the label string.