FUITagsComponent

public protocol FUITagsComponent : FUIAttributesConsumer

Component protocol for Tag properties

  • List of tag instances

    Declaration

    Swift

    var tags: [FUITag] { get set }
  • NSAttributedString describing list of tags. If set by developer, will override value of the tags property.

    Declaration

    Swift

    var tagsAttributedText: NSAttributedString! { get set }
  • Style class path containing style classes which may contain tag styles in nss file.

    Declaration

    Swift

    var tagsStyleClassPath: [FioriStyle] { get set }
  • Number of lines setting for tags.

    Declaration

    Swift

    var numberOfTagLines: Int { get set }
  • tagsStyleClassPath Default implementation

    Default Implementation

    NUIStyleClassPath for title property

    Declaration

    Swift

    public var tagsStyleClassPath: [FioriStyle] { get set }
  • tagsAttributedText Default implementation

    Default Implementation

    NSAttributedString describing list of tags. If set by developer, will override value of the tags property.

    Declaration

    Swift

    public var tagsAttributedText: NSAttributedString! { get set }