FUIOrderPickerFormView

public class FUIOrderPickerFormView : FUITintableDrawingView<FUIControlState>, FUITitleComponent, FUIContentCopyable, UITableViewDataSource, UITableViewDelegate

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

  • Title text to display

    Declaration

    Swift

    public internal(set) var title: FUIText { get }
  • :nodoc

    Declaration

    Swift

    public override func prepareForReuse()
  • Method invoked when frames are recalculated

    Declaration

    Swift

    public override func calculateLayout(_ targetSize: CGSize)

    Parameters

    targetSize

    CGSize of the target to be recalculated

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

    The default is true.

    Declaration

    Swift

    public var isContentCopyable: Bool