FUIPlaceholderComponent

public protocol FUIPlaceholderComponent : FUIAttributesConsumer

Component protocol for Placeholder properties

  • Placeholder text to display

    Declaration

    Swift

    var placeholder: FUIText { get }
  • placeholderAttributedText Default implementation

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

    Default Implementation

    Developer formatted NSAttributedString to display as the placeholder

    Declaration

    Swift

    var placeholderAttributedText: NSAttributedString! { get set }
  • placeholderStyleClassPath Default implementation

    NUIStyleClassPath for placeholder property

    Default Implementation

    NUIStyleClassPath for placeholder property

    Declaration

    Swift

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

    The style class property. Setting this value applys the style.

    Default Implementation

    NUI Class for placeholder property

    Declaration

    Swift

    var placeholderNuiClass: String? { get set }