FUITitleBaseComponent

public protocol FUITitleBaseComponent : FUIAttributesConsumer

Generic protocol for Title properties

  • Generic Type of the text.

    Declaration

    Swift

    associatedtype TitleText : FUITextProtocol
  • Title text to display

    Declaration

    Swift

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

    Declaration

    Swift

    var titleAttributedText: NSAttributedString! { get set }
  • NUIStyleClassPath for title property

    Declaration

    Swift

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

    Default Implementation

    NUIStyleClassPath for title property

    Declaration

    Swift

    public var titleStyleClassPath: [FioriStyle] { get set }
  • titleAttributedText Default implementation

    Default Implementation

    Developer formatted NSAttributedString to display as the title

    Declaration

    Swift

    public var titleAttributedText: NSAttributedString! { get set }