FUITagsComponent
public protocol FUITagsComponent : FUIAttributesConsumer
Component protocol for Tag properties
-
List of tag instances
Declaration
Swift
var tags: [FUITag] { get set } -
NSAttributedStringdescribing list of tags. If set by developer, will override value of thetagsproperty.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 }
-
tagsStyleClassPathDefault implementationDefault Implementation
NUIStyleClassPath for
titlepropertyDeclaration
Swift
public var tagsStyleClassPath: [FioriStyle] { get set }
-
tagsAttributedTextDefault implementationDefault Implementation
NSAttributedStringdescribing list of tags. If set by developer, will override value of thetagsproperty.Declaration
Swift
public var tagsAttributedText: NSAttributedString! { get set }