FUIPlaceholderComponent
public protocol FUIPlaceholderComponent : FUIAttributesConsumer
Component protocol for Placeholder properties
-
Placeholder text to display
Declaration
Swift
var placeholder: FUIText { get }
-
placeholderAttributedText
Default implementationDeveloper formatted
NSAttributedString
to display as the placeholder. Will overrideplaceholderAttributedText
value, and default styling.Default Implementation
Developer formatted
NSAttributedString
to display as the placeholderDeclaration
Swift
var placeholderAttributedText: NSAttributedString! { get set }
-
placeholderStyleClassPath
Default implementationNUIStyleClassPath for
placeholder
propertyDefault Implementation
NUIStyleClassPath for
placeholder
propertyDeclaration
Swift
var placeholderStyleClassPath: [FioriStyle] { get set }
-
placeholderNuiClass
Default implementationThe style class property. Setting this value applys the style.
Default Implementation
NUI Class for
placeholder
propertyDeclaration
Swift
var placeholderNuiClass: String? { get set }