Class: DataTableCellProxy¶
DataTableCellProxy is mainly for DataTableCell operations.
Hierarchy¶
-
DataTableCellProxy
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
- 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
- setMdkWindows
- setRegion
- setTheme
- setUseInAppCamera
- showActivityIndicator
- updateProgressBanner
Constructors¶
Constructor¶
+ new DataTableCellProxy(context: IContext): DataTableCellProxy
Overrides ClientAPI.constructor
Parameters:
| Name | Type |
|---|---|
| context | IContext |
Returns: DataTableCellProxy
Properties¶
Protected _cell¶
• _cell: any
Methods¶
getColumnIndex¶
▸ getColumnIndex(): number
Get column index
Implementation of IDataTableCellProxy.getColumnIndex
Returns: number
getName¶
▸ getName(): string
Get data table cell name
Implementation of IDataTableCellProxy.getName
Returns: string
the name of the cell
getPageProxy¶
▸ getPageProxy(): IPageProxy
Implementation of IDataTableCellProxy.getPageProxy
Returns: IPageProxy
the Page, which the element belongs to
getParent¶
▸ getParent(): IDataTableRowProxy
This method returns DataTableRow proxy
Implementation of IDataTableCellProxy.getParent
Returns: IDataTableRowProxy
getRowIndex¶
▸ getRowIndex(): number
Get row index
Implementation of IDataTableCellProxy.getRowIndex
Returns: number
getType¶
▸ getType(): string
This method returns DataTableCell Type
Implementation of IDataTableCellProxy.getType
Returns: string
getValue¶
▸ getValue(): string
Get cell value
Implementation of IDataTableCellProxy.getValue
Returns: string
the value of the cell
setValue¶
▸ setValue(value: string): void
Set the value in the cell
Implementation of IDataTableCellProxy.setValue
Parameters:
| Name | Type | Description |
|---|---|---|
| value | string | value to be set |
Returns: void