FUICounterBaseComponent
public protocol FUICounterBaseComponent : FUIAttributesConsumer
Component protocol for Counter properties
-
Generic
Type
of the text.Declaration
Swift
associatedtype CounterText : FUITextProtocol
-
counter text to display
Declaration
Swift
var counter: CounterText { get }
-
Developer formatted
NSAttributedString
to display as the counter. Will overridecounter
value, and default styling.Declaration
Swift
var counterAttributedText: NSAttributedString! { get set }
-
NUIStyleClassPath for
counter
propertyDeclaration
Swift
var counterStyleClassPath: [FioriStyle] { get set }
-
counterStyleClassPath
Default implementationDefault Implementation
NUIStyleClassPath for
counter
propertyDeclaration
Swift
public var counterStyleClassPath: [FioriStyle] { get set }
-
counterAttributedText
Default implementationDefault Implementation
Developer formatted
NSAttributedString
to display as the counterDeclaration
Swift
public var counterAttributedText: NSAttributedString! { get set }