Interface ILabelElement<I extends ILabelElement>

    • Method Detail

      • getLabel

        default java.lang.String getLabel()
        Returns the label (never null).

        Default: "".

      • withLabel

        I withLabel​(java.lang.String label)
        Returns a copy of this immutable component with the specified label.

        Sets the label of the component.

        Returns:
        A modified copy of the this object