Class: ElementSectionRowProxy¶
The ElementCardProxy is a developer-facing class that provides access to a card element. It is passed to rules to provide access to a card element for application-specific customizations.
Hierarchy¶
-
ElementSectionRowProxy
- FilterBarSectionProxy
- FilterBarControlProxy
- CardProxy
- CardHeaderActionButtonProxy
- CardHeaderActionButtonOverflowButtonProxy
- CardHeaderProxy
- CardHeaderExtendedHeaderProxy
- CardHeaderExtendedHeaderItemProxy
- CardHeaderKPIViewProxy
- CardBodyProxy
- CardBodySeparatorsProxy
- CardBodyContentProxy
- CardBodyContentLabelBarItemProxy
- CardBodyContentLabelBarLayoutProxy
- CardMediaProxy
- CardFooterProxy
- CardFooterButtonProxy
Implements¶
Summary¶
Constructors¶
Properties¶
Class Properties¶
Currently none in this class.
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
- 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 ElementSectionRowProxy(context: IContext): ElementSectionRowProxy
Inherited from ElementProxy.constructor
Parameters:
| Name | Type |
|---|---|
| context | IContext |
Returns: ElementSectionRowProxy
Methods¶
getPageProxy¶
▸ getPageProxy(): IPageProxy
Implementation of ISectionRowElementProxy.getPageProxy Overrides ElementProxy.getPageProxy
Returns: IPageProxy
the Page, which the element belongs to
getSectionProxy¶
▸ getSectionProxy(): IBindableSectionProxy
This method returns BindableSection proxy
Implementation of ISectionRowElementProxy.getSectionProxy
Returns: IBindableSectionProxy