FUICounterBaseComponent
public protocol FUICounterBaseComponent : FUIAttributesConsumer
Component protocol for Counter properties
-
Generic
Typeof the text.Declaration
Swift
associatedtype CounterText : FUITextProtocol -
counter text to display
Declaration
Swift
var counter: CounterText { get } -
Developer formatted
NSAttributedStringto display as the counter. Will overridecountervalue, and default styling.Declaration
Swift
var counterAttributedText: NSAttributedString! { get set } -
NUIStyleClassPath for
counterpropertyDeclaration
Swift
var counterStyleClassPath: [FioriStyle] { get set }
-
counterStyleClassPathDefault implementationDefault Implementation
NUIStyleClassPath for
counterpropertyDeclaration
Swift
public var counterStyleClassPath: [FioriStyle] { get set }
-
counterAttributedTextDefault implementationDefault Implementation
Developer formatted
NSAttributedStringto display as the counterDeclaration
Swift
public var counterAttributedText: NSAttributedString! { get set }