Class: CardBodyContentProxy¶
CardBodyContentProxy is a base proxy class for card body content operations.
It is used as a generic fallback when there is no dedicated proxy class
for the given card body content type.
Hierarchy¶
-
CardBodyContentProxy
- CardBodyContentTextProxy
- CardBodyContentSpaceProxy
- CardBodyContentSeparatorProxy
Implements¶
Summary¶
Constructors¶
Properties¶
Class Properties¶
Inherited Properties¶
Accessors¶
Class Accessors¶
Currently none in this class.
Inherited Accessors¶
Methods¶
Class Methods¶
Inherited Methods¶
- _clientAPIProps
- _getExecuteSource
- base64StringToBinary
- binaryToBase64String
- callFunction
- convertFilterCriteriaArrayToJSONString
- convertJSONStringToFilterCriteriaArray
- count
- create
- createFilterCriteria
- createFilterSelection
- createLinkSpecifierProxy
- createSorterSelection
- deleteODataCacheImages
- dismissActivityIndicator
- downloadInProgressForPage
- downloadInProgressForReadLink
- evaluateTargetPath
- evaluateTargetPathForAPI
- executeAction
- formatBase64String
- formatCurrency
- formatDate
- formatDatetime
- formatNumber
- formatPercentage
- formatScientific
- formatTime
- getActionResult
- getAppClientData
- getAppearanceMode
- getAppEventData
- getAppName
- getAvailableThemes
- getBindingObject
- getCircularImage
- getClientData
- getDefinitionValue
- getEventData
- getGlobalDefinition
- getGlobalSideDrawerControlProxy
- getIconTextImage
- getIndex
- getLanguage
- getLogger
- getMobileServiceAppId
- getMobileServiceEndpointUrl
- getName
- getODataCacheImagePath
- getODataProvider
- getPageDefinition
- getPageProxy
- getParent
- getPasscodeSource
- getPendingDownload
- getReadLink
- getRegion
- getRegions
- getSAPPassportHeaderValue
- getSectionProxy
- getSupportedLanguages
- getTheme
- getType
- getUseInAppCamera
- getVersionInfo
- initializeLogger
- isAppInMultiUserMode
- isCurrentPage
- isDemoMode
- isDeviceCompliant
- isMediaLocal
- localizeText
- read
- sendMobileServiceRequest
- sendRequest
- setApplicationIconBadgeNumber
- setDebugSettings
- setLanguage
- setMdkWindows
- setRegion
- setTheme
- setUseInAppCamera
- showActivityIndicator
- updateProgressBanner
Constructors¶
Constructor¶
+ new CardBodyContentProxy(context: IContext): CardBodyContentProxy
Overrides ElementSectionRowProxy.constructor
Parameters:
| Name | Type |
|---|---|
| context | IContext |
Returns: CardBodyContentProxy
Properties¶
Protected _row¶
• _row: any
Methods¶
getItemIndex¶
▸ getItemIndex(): number
Get item index
Implementation of ICardBodyContentProxy.getItemIndex
Returns: number
getParent¶
▸ getParent(): ICardBodyProxy
This method returns card body proxy
Implementation of ICardBodyContentProxy.getParent Overrides ElementSectionRowProxy.getParent
Returns: ICardBodyProxy
getSectionProxy¶
▸ getSectionProxy(): ICardCollectionProxy
This method returns CardCollection proxy
Implementation of ICardBodyContentProxy.getSectionProxy Overrides ElementSectionRowProxy.getSectionProxy
Returns: ICardCollectionProxy