FUIControlState

public enum FUIControlState : Int

A enum describing the state of an user-interactive fiori component.

  • should typically be empty, defaulting to standard style

    Declaration

    Swift

    case normal
  • component which is user-interactive

    Declaration

    Swift

    case enabled
  • control is in highlighted state

    Declaration

    Swift

    case highlighted
  • control is in selected state

    Declaration

    Swift

    case selected
  • component is in a ‘sub-normal’ state, in a scenario where other instances of the same text is normal

    Declaration

    Swift

    case disabled
  • Undocumented

    Declaration

    Swift

    public static let `default`: FUIControlState
  • Undocumented

    Declaration

    Swift

    public static let defaultEnabled: FUIControlState