FUIMandatoryFieldComponent

public protocol FUIMandatoryFieldComponent : FUIAttributesConsumer

Component protocol for Mandatory Field properties

  • mandatoryFieldAttributedText Default implementation

    Default Implementation

    Developers format the NSAttributedString to display it as the mandatory indicator.

    Declaration

    Swift

    public var mandatoryFieldAttributedText: NSAttributedString! { get set }
  • mandatoryFieldStyleClassPath Default implementation

    Default Implementation

    NUIStyleClassPath for mandatoryField property

    Declaration

    Swift

    public var mandatoryFieldStyleClassPath: [FioriStyle] { get set }