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
NSAttributedString
to display for the values. Will overridevalues
values, and default styling.Declaration
Swift
var valuesAttributedText: NSAttributedString! { get set }
-
valuesStyleClassPath
Default implementationNUIStyleClassPath for
values
propertyDefault Implementation
NUIStyleClassPath for
values
propertyDeclaration
Swift
var valuesStyleClassPath: [FioriStyle] { get set }