InnerViewContainer
public protocol InnerViewContainer : InnerViewContainerDimensions, InnerViewContainerEnabled
Component helper protocol, used to obtain a container bounds, when the container is not the immediate superview.
-
Generic
Type
of the inner viewDeclaration
Swift
associatedtype InnerView : UIView, FUIBackgroundSchemeSupporting, FUICalculateLayout, FUIStyleByStringAttributes
-
Strongly-typed inner view instance
Declaration
Swift
var _innerView: InnerView! { get }
-
detailPanel
Extension methodFUIMapDetailPanel
displayed on the mapDeclaration
Swift
public var detailPanel: FUIMapDetailPanel { get }
-
toolbar
Extension methodFUIMapToolbar
displayed on the mapDeclaration
Swift
public var toolbar: FUIMapToolbar { get }
-
attributesProvider
Extension methodStyle provider, for components in the view.
Declaration
Swift
public var attributesProvider: FUIAttributesProvider? { get set }
-
valuesAxisTitle
Extension methodTitle for
values
axis. Typically they-axis
, except in horizontal bar charts.Declaration
Swift
public var valuesAxisTitle: FUIText { get }
-
valuesAxisTitleAttributedText
Extension methodDeveloper formatted
NSAttributedString
to display as title for values axis. Will overridevaluesAxisTitle
value, and default styling.Declaration
Swift
public var valuesAxisTitleAttributedText: NSAttributedString! { get set }
-
valuesAxisTitleStyleClassPath
Extension methodNUIStyleClassPath for
valuesAxisTitle
propertyDeclaration
Swift
public var valuesAxisTitleStyleClassPath: [FioriStyle] { get set }
-
categoryAxisTitle
Extension methodTitle for
categories
axis. Typically thex-axis
, except in horizontal bar charts, where it is they-axis
.Declaration
Swift
public var categoryAxisTitle: FUIText { get }
-
categoryAxisTitleAttributedText
Extension methodDeveloper formatted
NSAttributedString
to display as the categories axis title. Will overridecategoryAxisTitle
value, and default styling.Declaration
Swift
public var categoryAxisTitleAttributedText: NSAttributedString! { get set }
-
categoryAxisTitleStyleClassPath
Extension methodNUIStyleClassPath for
categoryAxisTitle
propertyDeclaration
Swift
public var categoryAxisTitleStyleClassPath: [FioriStyle] { get set }
-
emptyText
Extension methodText to display, when value for the category in the series is nil.
Declaration
Swift
public var emptyText: FUIText { get set }
-
emptyTextStyleClassPath
Extension methodNUIStyleClassPath for
emptyText
propertyDeclaration
Swift
public var emptyTextStyleClassPath: [FioriStyle] { get set }
-
detailImageView
Extension methodFUIImageView
wrapping the detail ImageDeclaration
Swift
public var detailImageView: FUIImageView { get set }
-
iconImages
Extension methodFUIGlyphImages
(UIImage
orString
) which are rendered in an icon stack.Declaration
Swift
public var iconImages: [FUIGlyphImage] { get set }
-
kpiAttributesProvider
Extension methodStyle provider, for KPI items in the view.
Declaration
Swift
public var kpiAttributesProvider: FUIKPIAttributesProvider? { get set }
-
kpiItems
Extension methodArray of
FUIKPIViewItems
to be formatted by the system and displayed in the KPIViewDeclaration
Swift
public var kpiItems: [FUIKPIViewItem] { get set }
-
kpiAttributedText
Extension methodDeveloper formatted
NSAttributedString
to display in the KPIView. Will override values set tokpiItems
property.Declaration
Swift
public var kpiAttributedText: NSAttributedString! { get set }
-
kpiFormatter
Extension methodUndocumented
Declaration
Swift
public var kpiFormatter: FUIKPIFormatter { get }
-
kpiUnitItemStyleClassPath
Extension methodNUIStyleClassPath for
kpiUnitItem
propertyDeclaration
Swift
public var kpiUnitItemStyleClassPath: [FioriStyle] { get set }
-
kpiMetricItemStyleClassPath
Extension methodNUIStyleClassPath for
kpiMetricItem
propertyDeclaration
Swift
public var kpiMetricItemStyleClassPath: [FioriStyle] { get set }
-
kpiIconItemStyleClassPath
Extension methodNUIStyleClassPath for
kpiIconItem
propertyDeclaration
Swift
public var kpiIconItemStyleClassPath: [FioriStyle] { get set }
-
kpiFractionItemStyleClassPath
Extension methodNUIStyleClassPath for
kpiFractionItem
propertyDeclaration
Swift
public var kpiFractionItemStyleClassPath: [FioriStyle] { get set }
-
detailImage
Extension methodUIImage
to display as the detailDeclaration
Swift
public var detailImage: UIImage? { get set }
-
headlineText
Extension methodString
text to display as the headlineDeclaration
Swift
public var headlineText: String? { get set }
-
subheadlineText
Extension methodString
text to display as the subheadlineDeclaration
Swift
public var subheadlineText: String? { get set }
-
footnoteText
Extension methodString
text to display as the footnoteDeclaration
Swift
public var footnoteText: String? { get set }
-
descriptionText
Extension methodString
text to display as the descriptionDeclaration
Swift
public var descriptionText: String? { get set }
-
statusText
Extension methodString
text to display as the statusDeclaration
Swift
public var statusText: String? { get set }
-
substatusText
Extension methodString
text to display as the substatusDeclaration
Swift
public var substatusText: String? { get set }
-
statusImage
Extension methodUIImage
to display as the statusDeclaration
Swift
public var statusImage: UIImage? { get set }
-
substatusImage
Extension methodUIImage
to display as the substatusDeclaration
Swift
public var substatusImage: UIImage? { get set }
-
bodyLabel
Extension method -
bodyText
Extension methodUndocumented
Declaration
Swift
public var bodyText: String? { get set }
-
detailContentView
Extension methodUndocumented
Declaration
Swift
public var detailContentView: UIView? { get set }
-
headlineLabel
Extension method -
subheadlineLabel
Extension method -
footnoteLabel
Extension method -
descriptionLabel
Extension method -
statusLabel
Extension method -
substatusLabel
Extension method -
statusImageView
Extension methodFUIImageView
representing the statusDeclaration
Swift
public var statusImageView: FUIImageView { get }
-
substatusImageView
Extension methodFUIImageView
representing the substatusDeclaration
Swift
public var substatusImageView: FUIImageView { get }
-
detailImageView
Extension methodFUIImageView
representing the detailDeclaration
Swift
public var detailImageView: FUIImageView { get }
-
splitPercent
Extension methodDistribution of left and right content columns, when in
.regular
horizontal content mode. Defaults to0.5
.Declaration
Swift
public var splitPercent: CGFloat { get set }
-
isApplyingSplitPercent
Extension methodSpecifies whether the
splitPercent
is applied. If not, the.compact
variant of the layout will be used, even when in.regular
mode. Defaults totrue
.Declaration
Swift
public var isApplyingSplitPercent: Bool { get set }
-
headlineLabel
Extension method -
subheadlineLabel
Extension method -
footnoteLabel
Extension method -
descriptionLabel
Extension method -
statusLabel
Extension method -
substatusLabel
Extension method -
statusImageView
Extension methodFUIImageView
representing the statusDeclaration
Swift
public var statusImageView: FUIImageView { get }
-
substatusImageView
Extension methodFUIImageView
representing the substatusDeclaration
Swift
public var substatusImageView: FUIImageView { get }
-
detailImageView
Extension methodFUIImageView
representing the detailDeclaration
Swift
public var detailImageView: FUIImageView { get }
-
splitPercent
Extension methodDistribution of left and right content columns, when in
.regular
horizontal content mode. Defaults to0.5
.Declaration
Swift
public var splitPercent: CGFloat { get set }
-
isApplyingSplitPercent
Extension methodSpecifies whether the
splitPercent
is applied. If not, the.compact
variant of the layout will be used, even when in.regular
mode. Defaults totrue
.Declaration
Swift
public var isApplyingSplitPercent: Bool { get set }
-
preserveIconStackSpacing
Extension methodSpecifies whether the dimensions of the
iconImages
should be preserved, even if the property is empty. Defaults tofalse
.Declaration
Swift
public var preserveIconStackSpacing: Bool { get set }
-
preserveDetailImageSpacing
Extension methodSpecifies whether the dimensions of the
detailImageView
should be preserved, even if theimage
property is empty. Defaults tofalse
.Declaration
Swift
public var preserveDetailImageSpacing: Bool { get set }
-
isLimitingHeightToMainContent
Extension methodSpecifies whether the height of the
description
content will be limited to match the height of content in theheadline
,subheadline
, andfootnote
labels. Defaults totrue
.Declaration
Swift
public var isLimitingHeightToMainContent: Bool { get set }
-
placeholder
Extension methodPlaceholder text to display
Declaration
Swift
public var placeholder: FUIText { get }
-
placeholderAttributedText
Extension methodDeveloper formatted
NSAttributedString
to display as the placeholder. Will overrideplaceholder
value, and default styling.Declaration
Swift
public var placeholderAttributedText: NSAttributedString! { get set }
-
placeholderStyleClassPath
Extension methodNUIStyleClassPath for
placeholder
propertyDeclaration
Swift
public var placeholderStyleClassPath: [FioriStyle] { get set }
-
placeholderNuiClass
Extension methodNUI Class for
placeholder
propertyDeclaration
Swift
public var placeholderNuiClass: String? { get set }
-
detailImageView
Extension methodFUIImageView
wrapping the detail ImageDeclaration
Swift
public var detailImageView: FUIPlaceholderImageView { get set }
-
seriesTitles
Extension methodTitles for each of the data series.
Declaration
Swift
public var seriesTitles: [FUIText] { get set }
-
seriesTitlesAttributedText
Extension methodDeveloper formatted
NSAttributedString
to display as the series titles. Will overrideseriesTitles
values, and default styling.Declaration
Swift
public var seriesTitlesAttributedText: NSAttributedString! { get set }
-
seriesTitlesStyleClassPath
Extension methodNUIStyleClassPath for
seriesTitles
propertyDeclaration
Swift
public var seriesTitlesStyleClassPath: [FioriStyle] { get set }
-
status
Extension methodStatus text to display
Declaration
Swift
public var status: FUIText { get }
-
statusAttributedText
Extension methodDeveloper formatted
NSAttributedString
to display as the status. Will overridestatus
value, and default styling.Declaration
Swift
public var statusAttributedText: NSAttributedString! { get set }
-
statusStyleClassPath
Extension methodNUIStyleClassPath for
status
propertyDeclaration
Swift
public var statusStyleClassPath: [FioriStyle] { get set }
-
statusImage
Extension methodUIImage
representing the status imageDeclaration
Swift
public var statusImage: UIImage? { get set }
-
statusImageStyleClassPath
Extension methodNUIStyleClassPath for statusImage property
Declaration
Swift
public var statusImageStyleClassPath: [FioriStyle] { get set }
-
subtitle
Extension methodSubtitle text to display
Declaration
Swift
public var subtitle: FUIText { get }
-
subtitleAttributedText
Extension methodDeveloper formatted
NSAttributedString
to display as the subtitle. Will overridesubtitle
value, and default styling.Declaration
Swift
public var subtitleAttributedText: NSAttributedString! { get set }
-
subtitleStyleClassPath
Extension methodNUIStyleClassPath for
subtitle
propertyDeclaration
Swift
public var subtitleStyleClassPath: [FioriStyle] { get set }
-
tags
Extension methodText to display for the values
Declaration
Swift
public var tags: [FUITagText] { get set }
-
tagsAttributedText
Extension methodUndocumented
Declaration
Swift
public var tagsAttributedText: NSAttributedString! { get set }
-
tagsStyleClassPath
Extension methodNUIStyleClassPath for
tags
propertyDeclaration
Swift
public var tagsStyleClassPath: [FioriStyle] { get set }
-
title
Extension methodTitle text to display
Declaration
Swift
public var title: FUIText { get }
-
titleAttributedText
Extension methodDeveloper formatted
NSAttributedString
to display as the subtitle. Will overridetitle
value, and default styling.Declaration
Swift
public var titleAttributedText: NSAttributedString! { get set }
-
titleStyleClassPath
Extension methodNUIStyleClassPath for
title
propertyDeclaration
Swift
public var titleStyleClassPath: [FioriStyle] { get set }
-
trend
Extension methodText to describe the trend
Declaration
Swift
public var trend: FUIText { get }
-
trendImage
Extension methodImage for the trend
Declaration
Swift
public var trendImage: UIImage? { get set }
-
trendAttributedText
Extension methodDeveloper formatted
NSAttributedString
to display as the trend. Will overridetrend
andtrendImage
values, and default styling.Declaration
Swift
public var trendAttributedText: NSAttributedString! { get set }
-
trendSemanticColor
Extension methodSemanticColor defined for the trend. Will be applied to
trend
andtrendImage
content.Declaration
Swift
public var trendSemanticColor: UIColor? { get set }
-
trendStyleClassPath
Extension methodNUIStyleClassPath for
trend
propertyDeclaration
Swift
public var trendStyleClassPath: [FioriStyle] { get set }
-
trendImageStyleClassPath
Extension methodNUIStyleClassPath for
trendImage
propertyDeclaration
Swift
public var trendImageStyleClassPath: [FioriStyle] { get set }
-
titleText
Extension methodTitle text to display
Declaration
Swift
public var titleText: FUIText { get }
-
titleAttributedText
Extension methodDeveloper formatted
NSAttributedString
to display as the title. Will overridetitle
value, and default styling.Declaration
Swift
public var titleAttributedText: NSAttributedString! { get set }
-
titleStyleClassPath
Extension methodNUIStyleClassPath for
title
propertyDeclaration
Swift
public var titleStyleClassPath: [FioriStyle] { get set }
-
body
Extension methodbody text to display
Declaration
Swift
public var body: FUIText { get }
-
bodyAttributedText
Extension methodDeveloper formatted
NSAttributedString
to display as the body text. Will overridebody
value, and default styling.Declaration
Swift
public var bodyAttributedText: NSAttributedString! { get set }
-
bodyStyleClassPath
Extension methodNUIStyleClassPath for
body
propertyDeclaration
Swift
public var bodyStyleClassPath: [FioriStyle] { get set }
-
actionTitle
Extension methodactionTitle text to display
Declaration
Swift
public var actionTitle: FUIText { get }
-
actionTitleAttributedText
Extension methodDeveloper formatted
NSAttributedString
to display as the actionTitle text. Will overrideactionTitle
value, and default styling.Declaration
Swift
public var actionTitleAttributedText: NSAttributedString! { get set }
-
actionTitleStyleClassPath
Extension methodNUIStyleClassPath for
actionTitle
propertyDeclaration
Swift
public var actionTitleStyleClassPath: [FioriStyle] { get set }
-
actionHandler
Extension methodactionHandler
Declaration
Swift
public var actionHandler: ((FUIUserConsentPageViewController) -> Void)? { get set }
-
values
Extension methodText to display for the values
Declaration
Swift
public var values: [String] { get set }
-
valuesAttributedText
Extension methodDeveloper formatted
NSAttributedString
to display for the values. Will overridevalues
values, and default styling.Declaration
Swift
public var valuesAttributedText: NSAttributedString! { get set }
-
valuesStyleClassPath
Extension methodNUIStyleClassPath for
values
propertyDeclaration
Swift
public var valuesStyleClassPath: [FioriStyle] { get set }