Interface: IDataTableCellProxy¶
A designer-facing interface that provides access to a data table cell.
Hierarchy¶
-
IDataTableCellProxy
Summary¶
Properties¶
Class Properties¶
Currently none in this class.
Inherited Properties¶
Methods¶
Class Methods¶
Inherited Methods¶
- base64StringToBinary
- binaryToBase64String
- callFunction
- convertFilterCriteriaArrayToJSONString
- convertJSONStringToFilterCriteriaArray
- count
- create
- createFilterCriteria
- createLinkSpecifierProxy
- 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
- getIconTextImage
- getLanguage
- getLogger
- getMobileServiceAppId
- getMobileServiceEndpointUrl
- getODataCacheImagePath
- getODataProvider
- getPageDefinition
- getPasscodeSource
- getPendingDownload
- getReadLink
- getRegion
- getRegions
- getSAPPassportHeaderValue
- getSupportedLanguages
- getTheme
- getUseInAppCamera
- getVersionInfo
- initializeLogger
- isAppInMultiUserMode
- isCurrentPage
- isDemoMode
- isDeviceCompliant
- isMediaLocal
- localizeText
- read
- sendMobileServiceRequest
- sendRequest
- setApplicationIconBadgeNumber
- setDebugSettings
- setLanguage
- setRegion
- setTheme
- setUseInAppCamera
- showActivityIndicator
- updateProgressBanner
Methods¶
getColumnIndex¶
▸ getColumnIndex(): number
Get column index
Returns: number
getName¶
▸ getName(): string
Get data table cell name
Returns: string
the name of the cell
getPageProxy¶
▸ getPageProxy(): IPageProxy
Returns: IPageProxy
the Page, which the element belongs to
getParent¶
▸ getParent(): IDataTableRowProxy
This method returns DataTableRow proxy
Returns: IDataTableRowProxy
getRowIndex¶
▸ getRowIndex(): number
Get row index
Returns: number
getType¶
▸ getType(): string
This method returns DataTableCell Type
Returns: string
getValue¶
▸ getValue(): string
Get cell value
Returns: string
the value of the cell
setValue¶
▸ setValue(value: string): void
Set the value in the cell
Parameters:
| Name | Type | Description |
|---|---|---|
| value | string | value to be set |
Returns: void