FUIOrderPickerFormItemView
@MainActor
public class FUIOrderPickerFormItemView : FUITintableDrawingView<FUIControlState>, FUITitleMultiLineComponent, FUISubtitleMultiLineComponent, FUILeadingImageViewComponent, FUIContentCopyable
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
@MainActor public internal(set) var leadingImageView: FUIImageView { get }
-
The title of the sort criterion being displayed.
Declaration
Swift
@MainActor public internal(set) var title: FUIMultiLineText { get }
-
Order direction of the sort criterion being displayed.
Declaration
Swift
@MainActor public internal(set) var subtitle: FUIMultiLineText { get } -
Method invoked when frames are recalculated
Declaration
Swift
@MainActor public override func calculateLayout(_ targetSize: CGSize)Parameters
targetSizeCGSizeof the target to be recalculated
-
This property indicates if the content copyable is enabled or not.
The default is
true.Declaration
Swift
@MainActor public var isContentCopyable: Bool { get set }