FUIPlaceholderComponent

public protocol FUIPlaceholderComponent : FUIAttributesConsumer

Component protocol for Placeholder properties

  • Placeholder text to display

    Declaration

    Swift

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

    Declaration

    Swift

    var placeholderAttributedText: NSAttributedString! { get set }
  • NUIStyleClassPath for placeholder property

    Declaration

    Swift

    var placeholderStyleClassPath: [FioriStyle] { get set }
  • The style class property. Setting this value applys the style.

    Declaration

    Swift

    var placeholderNuiClass: String? { get set }
  • placeholderStyleClassPath Default implementation

    Default Implementation

    NUIStyleClassPath for placeholder property

    Declaration

    Swift

    public var placeholderStyleClassPath: [FioriStyle] { get set }
  • placeholderNuiClass Default implementation

    Default Implementation

    NUI Class for placeholder property

    Declaration

    Swift

    public var placeholderNuiClass: String? { get set }
  • placeholderAttributedText Default implementation

    Default Implementation

    Developer formatted NSAttributedString to display as the placeholder

    Declaration

    Swift

    public var placeholderAttributedText: NSAttributedString! { get set }