FUIKPIFootnoteBaseComponent
public protocol FUIKPIFootnoteBaseComponent : FUIAttributesConsumer
Component protocol for kpiFootnote properties
-
Generic
Typeof the textDeclaration
Swift
associatedtype KPIFootnoteText : FUITextProtocol -
kpiFootnotetext to displayDeclaration
Swift
var kpiFootnote: KPIFootnoteText { get } -
Developer formatted
NSAttributedStringto display as thekpiFootnote. Will overridekpiFootnotevalue, and default styling.Declaration
Swift
var kpiFootnoteAttributedText: NSAttributedString! { get set } -
NUIStyleClassPath for
kpiFootnotepropertyDeclaration
Swift
var kpiFootnoteStyleClassPath: [FioriStyle] { get set }
-
kpiFootnoteStyleClassPathDefault implementationDefault Implementation
NUIStyleClassPathforkpiFootnotepropertyDeclaration
Swift
public var kpiFootnoteStyleClassPath: [FioriStyle] { get set }
-
kpiFootnoteAttributedTextDefault implementationDefault Implementation
Developer-formatted
NSAttributedStringto display as thekpiFootnoteDeclaration
Swift
public var kpiFootnoteAttributedText: NSAttributedString! { get set }