FUIStatusComponent

public protocol FUIStatusComponent : FUIAttributesConsumer

Component protocol for Status properties

  • Status text to display

    Declaration

    Swift

    var status: FUIText { get }
  • statusAttributedText Default implementation

    Developer formatted NSAttributedString to display as the status. Will override status value, and default styling.

    Default Implementation

    Developer formatted NSAttributedString to display as the status

    Declaration

    Swift

    var statusAttributedText: NSAttributedString! { get set }
  • statusStyleClassPath Default implementation

    NUIStyleClassPath for status property

    Default Implementation

    NUIStyleClassPath for status property

    Declaration

    Swift

    var statusStyleClassPath: [FioriStyle] { get set }