FUIBodyBaseComponent

public protocol FUIBodyBaseComponent : FUIAttributesConsumer

Component protocol for body properties

  • Generic Type of the text

    Declaration

    Swift

    associatedtype Text : FUITextProtocol
  • body text to display

    Declaration

    Swift

    var body: Text { get }
  • Developer formatted NSAttributedString to display as the body. Will override body value, and default styling.

    Declaration

    Swift

    var bodyAttributedText: NSAttributedString! { get set }
  • NUIStyleClassPath for body property

    Declaration

    Swift

    var bodyStyleClassPath: [FioriStyle] { get set }
  • bodyStyleClassPath Default implementation

    Default Implementation

    NUIStyleClassPath for body property

    Declaration

    Swift

    public var bodyStyleClassPath: [FioriStyle] { get set }
  • bodyAttributedText Default implementation

    Default Implementation

    Developer-formatted NSAttributedString to display as the body

    Declaration

    Swift

    public var bodyAttributedText: NSAttributedString! { get set }