FUIPlaceholderComponent
public protocol FUIPlaceholderComponent : FUIAttributesConsumer
Component protocol for Placeholder properties
-
Placeholder text to display
Declaration
Swift
var placeholder: FUIText { get } -
Developer formatted
NSAttributedStringto display as the placeholder. Will overrideplaceholderAttributedTextvalue, and default styling.Declaration
Swift
var placeholderAttributedText: NSAttributedString! { get set } -
NUIStyleClassPath for
placeholderpropertyDeclaration
Swift
var placeholderStyleClassPath: [FioriStyle] { get set } -
The style class property. Setting this value applys the style.
Declaration
Swift
var placeholderNuiClass: String? { get set }
-
placeholderStyleClassPathDefault implementationDefault Implementation
NUIStyleClassPath for
placeholderpropertyDeclaration
Swift
public var placeholderStyleClassPath: [FioriStyle] { get set } -
placeholderNuiClassDefault implementationDefault Implementation
NUI Class for
placeholderpropertyDeclaration
Swift
public var placeholderNuiClass: String? { get set }
-
placeholderAttributedTextDefault implementationDefault Implementation
Developer formatted
NSAttributedStringto display as the placeholderDeclaration
Swift
public var placeholderAttributedText: NSAttributedString! { get set }