Interface: IDataTableListPickerCellProxy¶
A designer-facing interface that provides access to a data table cell.
Hierarchy¶
-
IDataTableListPickerCellProxy
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
- getColumnIndex
- getDefinitionValue
- getEventData
- getGlobalDefinition
- getIconTextImage
- getLanguage
- getLogger
- getMobileServiceAppId
- getMobileServiceEndpointUrl
- getName
- getODataCacheImagePath
- getODataProvider
- getPageDefinition
- getPageProxy
- getParent
- getPasscodeSource
- getPendingDownload
- getReadLink
- getRegion
- getRegions
- getRowIndex
- getSAPPassportHeaderValue
- getSupportedLanguages
- getTheme
- getType
- getUseInAppCamera
- getValue
- getVersionInfo
- initializeLogger
- isAppInMultiUserMode
- isCurrentPage
- isDemoMode
- isDeviceCompliant
- isMediaLocal
- localizeText
- read
- sendMobileServiceRequest
- sendRequest
- setApplicationIconBadgeNumber
- setDebugSettings
- setLanguage
- setRegion
- setTheme
- setUseInAppCamera
- setValue
- showActivityIndicator
- updateProgressBanner
Methods¶
getCaption¶
▸ getCaption(): string
Returns: string
the caption of the cell
getTargetSpecifier¶
▸ getTargetSpecifier(): IFormCellTargetProxy
Get a target specifier from this cell
Returns: IFormCellTargetProxy
setCaption¶
▸ setCaption(caption: string): void
Set the caption property of the cell
Parameters:
| Name | Type | Description |
|---|---|---|
| caption | string | value to set. |
Returns: void
setTargetSpecifier¶
▸ setTargetSpecifier(specifier: IFormCellTargetProxy): Promise<any>
Set the target specifier
Parameters:
| Name | Type | Description |
|---|---|---|
| specifier | IFormCellTargetProxy | specifier for the cell |
Returns: Promise<any>