Class: CardFooterProxy¶
CardFooterProxy is mainly for card footer related operations.
Hierarchy¶
-
CardFooterProxy
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 CardFooterProxy(context: IContext): CardFooterProxy
Overrides ElementSectionRowProxy.constructor
Parameters:
| Name | Type |
|---|---|
| context | IContext |
Returns: CardFooterProxy
Properties¶
Protected _row¶
• _row: any
Methods¶
getParent¶
▸ getParent(): ICardProxy
This method returns the parent card proxy
Implementation of ICardFooterProxy.getParent Overrides ElementSectionRowProxy.getParent
Returns: ICardProxy
getPrimaryAction¶
▸ getPrimaryAction(): ICardFooterButtonProxy
This method returns the card footer’s primary action button proxy
Implementation of ICardFooterProxy.getPrimaryAction
Returns: ICardFooterButtonProxy
getSecondaryAction¶
▸ getSecondaryAction(): ICardFooterButtonProxy
This method returns the card footer’s secondary action button proxy
Implementation of ICardFooterProxy.getSecondaryAction
Returns: ICardFooterButtonProxy
getSectionProxy¶
▸ getSectionProxy(): ICardCollectionProxy
This method returns the CardCollection section proxy
Implementation of ICardFooterProxy.getSectionProxy Overrides ElementSectionRowProxy.getSectionProxy
Returns: ICardCollectionProxy