Interface AttributeListBuilder.IMixinLabelString<A extends AttributeListBuilder.ITypedAttribute<LabelString>>

    • Method Detail

      • html

        default A html​(String htmlLabel)
        Uses the given HTML label
        Parameters:
        htmlLabel - HTML content to use.
        Returns:
        An attribute with the given HTML label.
      • plain

        default A plain​(String plainTextLabel)
        Uses the given plain text label
        Parameters:
        plainTextLabel - Plain text label to use.
        Returns:
        An attribute with the given plain text label.