Class: InlineSignatureCaptureFormCellProxy¶
InlineSignatureCaptureFormCellProxy is a developer-facing interface that provides access to a InlineSignatureCapture control and allows customizations. In addition it provides access to the IFormCellProxy interface.
Hierarchy¶
-
InlineSignatureCaptureFormCellProxy
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¶
- getInitialStatusText
- getShowTimestampInImage
- getShowUnderline
- getShowXMark
- getTimestampFormatter
- getWatermarkText
- getWatermarkTextMaxLines
- setInitialStatusText
- setShowTimestampInImage
- setShowUnderline
- setShowXMark
- setTimestampFormatter
- setWatermarkText
- setWatermarkTextMaxLines
Inherited Methods¶
- _clientAPIProps
- _getExecuteSource
- applyValidation
- base64StringToBinary
- binaryToBase64String
- callFunction
- clearFocus
- clearValidation
- clearValidationOnValueChange
- convertFilterCriteriaArrayToJSONString
- convertJSONStringToFilterCriteriaArray
- count
- create
- createAttachmentEntry
- createFilterCriteria
- createFilterSelection
- createLinkSpecifierProxy
- createSorterSelection
- dataQueryBuilder
- deleteODataCacheImages
- dismissActivityIndicator
- downloadInProgressForPage
- downloadInProgressForReadLink
- evaluateTargetPath
- evaluateTargetPathForAPI
- executeAction
- formatBase64String
- formatCurrency
- formatDate
- formatDatetime
- formatNumber
- formatPercentage
- formatScientific
- formatTime
- getActionResult
- getAppClientData
- getAppearanceMode
- getAppEventData
- getAppName
- getAvailableThemes
- getBindingObject
- getCaption
- getCircularImage
- getClientData
- getCollection
- getDefinitionValue
- getEditable
- getEnable
- getEnabled
- getEventData
- getGlobalDefinition
- getGlobalSideDrawerControlProxy
- getHelperText
- getIconTextImage
- getLanguage
- getLogger
- getMobileServiceAppId
- getMobileServiceEndpointUrl
- getName
- getODataCacheImagePath
- getODataProvider
- getPageDefinition
- getPageProxy
- getParent
- getPasscodeSource
- getPendingDownload
- getReadLink
- getRegion
- getRegions
- getRequiredIndicator
- getRequiredIndicatorStyle
- getSAPPassportHeaderValue
- getSupportedLanguages
- getTargetSpecifier
- getTheme
- getType
- getUseInAppCamera
- getValidation
- getValue
- getVersionInfo
- getVisible
- initializeLogger
- isAppInMultiUserMode
- isContainer
- isCurrentPage
- isDemoMode
- isDeviceCompliant
- isMediaLocal
- localizeText
- read
- redraw
- reset
- sendMobileServiceRequest
- sendRequest
- setApplicationIconBadgeNumber
- setCaption
- setDebugSettings
- setEditable
- setEnable
- setEnabled
- setFocus
- setHelperText
- setLanguage
- setMdkWindows
- setRegion
- setRequiredIndicator
- setRequiredIndicatorStyle
- setStyle
- setTargetSpecifier
- setTheme
- setUseInAppCamera
- setValidationProperty
- setValue
- setVisible
- showActivityIndicator
- updateProgressBanner
Constructors¶
Constructor¶
+ new InlineSignatureCaptureFormCellProxy(context: IContext): InlineSignatureCaptureFormCellProxy
Inherited from FormCellControlProxy.constructor
Parameters:
| Name | Type |
|---|---|
| context | IContext |
Returns: InlineSignatureCaptureFormCellProxy
Methods¶
getInitialStatusText¶
▸ getInitialStatusText(): string
Returns the InitialStatusText property value defined for the FormCell's control.
Implementation of IInlineSignatureCaptureFormCellProxy.getInitialStatusText
Returns: string
getShowTimestampInImage¶
▸ getShowTimestampInImage(): boolean
Returns the ShowTimestampInImage property value defined for the FormCell's control. On iOS not supported.
Implementation of IInlineSignatureCaptureFormCellProxy.getShowTimestampInImage
Returns: boolean
getShowUnderline¶
▸ getShowUnderline(): boolean
Returns the ShowUnderline property value defined for the FormCell's control. On iOS not supported.
Implementation of IInlineSignatureCaptureFormCellProxy.getShowUnderline
Returns: boolean
getShowXMark¶
▸ getShowXMark(): boolean
Returns the ShowXMark property value defined for the FormCell's control. On iOS not supported.
Implementation of IInlineSignatureCaptureFormCellProxy.getShowXMark
Returns: boolean
getTimestampFormatter¶
▸ getTimestampFormatter(): string
Returns the TimestampFormatter property value defined for the FormCell's control.
Implementation of IInlineSignatureCaptureFormCellProxy.getTimestampFormatter
Returns: string
getWatermarkText¶
▸ getWatermarkText(): string
Returns the WatermarkText property value defined for the FormCell's control.
Implementation of IInlineSignatureCaptureFormCellProxy.getWatermarkText
Returns: string
getWatermarkTextMaxLines¶
▸ getWatermarkTextMaxLines(): number
Returns the WatermarkTextMaxLines property value defined for the FormCell's control.
Implementation of IInlineSignatureCaptureFormCellProxy.getWatermarkTextMaxLines
Returns: number
setInitialStatusText¶
▸ setInitialStatusText(initialStatusText: string): Promise<any>
Sets the InitialStatusText property of the FormCell's control.
Implementation of IInlineSignatureCaptureFormCellProxy.setInitialStatusText
Parameters:
| Name | Type | Description |
|---|---|---|
| initialStatusText | string | value to set. |
Returns: Promise<any>
setShowTimestampInImage¶
▸ setShowTimestampInImage(showTimestampInImage: boolean): Promise<any>
Sets the ShowTimestampInImage property of the FormCell's FormCell's control. On iOS not supported.
Implementation of IInlineSignatureCaptureFormCellProxy.setShowTimestampInImage
Parameters:
| Name | Type | Description |
|---|---|---|
| showTimestampInImage | boolean | value to set. |
Returns: Promise<any>
setShowUnderline¶
▸ setShowUnderline(showUnderline: boolean): Promise<any>
Sets the ShowUnderline property of the FormCell's FormCell's control. On iOS not supported.
Implementation of IInlineSignatureCaptureFormCellProxy.setShowUnderline
Parameters:
| Name | Type | Description |
|---|---|---|
| showUnderline | boolean | value to set. |
Returns: Promise<any>
setShowXMark¶
▸ setShowXMark(showXMark: boolean): Promise<any>
Sets the ShowXMark property of the FormCell's FormCell's control. On iOS not supported.
Implementation of IInlineSignatureCaptureFormCellProxy.setShowXMark
Parameters:
| Name | Type | Description |
|---|---|---|
| showXMark | boolean | value to set. |
Returns: Promise<any>
setTimestampFormatter¶
▸ setTimestampFormatter(timestampFormatter: string): Promise<any>
Sets the TimestampFormatter property of the FormCell's control.
Implementation of IInlineSignatureCaptureFormCellProxy.setTimestampFormatter
Parameters:
| Name | Type | Description |
|---|---|---|
| timestampFormatter | string | value to set. |
Returns: Promise<any>
setWatermarkText¶
▸ setWatermarkText(watermarkText: string): Promise<any>
Sets the WatermarkText property of the FormCell's control.
Implementation of IInlineSignatureCaptureFormCellProxy.setWatermarkText
Parameters:
| Name | Type | Description |
|---|---|---|
| watermarkText | string | value to set. |
Returns: Promise<any>
setWatermarkTextMaxLines¶
▸ setWatermarkTextMaxLines(watermarkTextMaxLines: number): Promise<any>
Sets the WatermarkTextMaxLines property of the FormCell's control.
Implementation of IInlineSignatureCaptureFormCellProxy.setWatermarkTextMaxLines
Parameters:
| Name | Type | Description |
|---|---|---|
| watermarkTextMaxLines | number | value to set. |
Returns: Promise<any>