Interface: ISimplePropertyFormCellProxy¶
SimplePropertyFormCellControlProxy is a developer-facing interface that provides access to a SimpleProperty control and allows customizations. In addition it provides access to the IFormCellProxy interface.
Hierarchy¶
-
ISimplePropertyFormCellProxy
Summary¶
Properties¶
Class Properties¶
Currently none in this class.
Inherited Properties¶
Methods¶
Class Methods¶
Inherited Methods¶
- applyValidation
- base64StringToBinary
- binaryToBase64String
- callFunction
- clearFocus
- clearValidation
- clearValidationOnValueChange
- convertFilterCriteriaArrayToJSONString
- convertJSONStringToFilterCriteriaArray
- count
- create
- createAttachmentEntry
- createFilterCriteria
- createLinkSpecifierProxy
- 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
- getHelperText
- getIconTextImage
- getLanguage
- getLogger
- getMobileServiceAppId
- getMobileServiceEndpointUrl
- getName
- getODataCacheImagePath
- getODataProvider
- getPageDefinition
- getPageProxy
- 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
- setRegion
- setRequiredIndicator
- setRequiredIndicatorStyle
- setStyle
- setTargetSpecifier
- setTheme
- setUseInAppCamera
- setValidationProperty
- setValue
- setVisible
- showActivityIndicator
- updateProgressBanner
Methods¶
getAlternateInput¶
▸ getAlternateInput(): string
Returns the AlternateInput property value defined for the FormCell's control.
Returns: string
getKeyboardType¶
▸ getKeyboardType(): void
Returns the KeyboardType property of the FormCell's FormCell's control.
Returns: void
getPlaceHolder¶
▸ getPlaceHolder(): string
Returns the PlaceHolder property value defined for the FormCell's control.
Returns: string
setAlternateInput¶
▸ setAlternateInput(alternateInput: string): Promise<any>
Sets the AlternateInput property of the FormCell's control. Accepted values are: "None", "Barcode".
Parameters:
| Name | Type | Description |
|---|---|---|
| alternateInput | string | value to set. |
Returns: Promise<any>
setKeyboardType¶
▸ setKeyboardType(keyboardType: string): Promise<any>
Sets the KeyboardType property of the FormCell's control. Accepted values are: "DateTime", "Default", "Email", "Number", "Phone", "Url","Password", "NumberPassword"
Parameters:
| Name | Type | Description |
|---|---|---|
| keyboardType | string | value to set. |
Returns: Promise<any>
setPlaceHolder¶
▸ setPlaceHolder(placeHolder: string): Promise<any>
Sets the PlaceHolder property value defined for the FormCell's control.
Parameters:
| Name | Type | Description |
|---|---|---|
| placeHolder | string | value to set. |
Returns: Promise<any>