FUIValuesComponent
public protocol FUIValuesComponent : FUIEmptyValueComponent
Component protocol for Data Values properties
-
Text to display for the values
Declaration
Swift
var values: [String] { get set } -
Developer formatted
NSAttributedStringto display for the values. Will overridevaluesvalues, and default styling.Declaration
Swift
var valuesAttributedText: NSAttributedString! { get set } -
NUIStyleClassPath for
valuespropertyDeclaration
Swift
var valuesStyleClassPath: [FioriStyle] { get set }
-
valuesStyleClassPathDefault implementationDefault Implementation
NUIStyleClassPath for
valuespropertyDeclaration
Swift
public var valuesStyleClassPath: [FioriStyle] { get set }