FUIStatusComponent
public protocol FUIStatusComponent : FUIAttributesConsumer
Component protocol for Status properties
-
Status text to display
Declaration
Swift
var status: FUIText { get }
-
statusAttributedText
Default implementationDeveloper formatted
NSAttributedString
to display as the status. Will overridestatus
value, and default styling.Default Implementation
Developer formatted
NSAttributedString
to display as the statusDeclaration
Swift
var statusAttributedText: NSAttributedString! { get set }
-
statusStyleClassPath
Default implementationNUIStyleClassPath for
status
propertyDefault Implementation
NUIStyleClassPath for
status
propertyDeclaration
Swift
var statusStyleClassPath: [FioriStyle] { get set }