FUIOrderPickerFormItemView

The content view of FUIOrderPickerFormItemCell. Standard Fiori control for rendering business object data.

  • Leading image to display the selected state for the sort criterion

    Declaration

    Swift

    public internal(set) var leadingImageView: FUIImageView { get }

implement FUITitleComponent

  • The title of the sort criterion being displayed.

    Declaration

    Swift

    public internal(set) var title: FUIMultiLineText { get }
  • Order direction of the sort criterion being displayed.

    Declaration

    Swift

    public internal(set) var subtitle: FUIMultiLineText { get }
  • Method invoked when frames are recalculated

    Declaration

    Swift

    public override func calculateLayout(_ targetSize: CGSize)

    Parameters

    targetSize

    CGSize of the target to be recalculated

FUIContentCopyable

  • This property indicates if the content copyable is enabled or not.

    The default is true.

    Declaration

    Swift

    public var isContentCopyable: Bool { get set }