Interface: IStepperFormCellProxy¶
A designer-facing interface that provides access to a formcell control.
It is passed to rules to provide access to a formcell control for application specific customizations.
In addition it provides access to the IControlProxy interface.
Hierarchy¶
-
IStepperFormCellProxy
Summary¶
Properties¶
Class Properties¶
Currently none in this class.
Inherited Properties¶
Methods¶
Class Methods¶
- getDecimalPlacesSupported
- getIncrementIcon
- getMaxValue
- getMinValue
- getStepValue
- getStyle
- getValue
- setDecimalPlacesSupported
- setIncrementIcon
- setMaxValue
- setMinValue
- setStepValue
- setStyle
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¶
getDecimalPlacesSupported¶
▸ getDecimalPlacesSupported(): number
Returns the decimalPlacesSupported property value of the Stepper FormCell.
Returns: number
getIncrementIcon¶
▸ getIncrementIcon(): string
Returns the incrementIcon property value of the Stepper FormCell.
Returns: string
getMaxValue¶
▸ getMaxValue(): number
Returns the maximum property value of the Stepper FormCell.
Returns: number
getMinValue¶
▸ getMinValue(): number
Returns the minimum property value of the Stepper FormCell.
Returns: number
getStepValue¶
▸ getStepValue(): number
Returns the step property value of the Stepper FormCell.
Returns: number
getStyle¶
▸ getStyle(): string
Returns the style class value of the Label FormCell.
Returns: string
getValue¶
▸ getValue(): number
Returns the numeric value of the Stepper FormCell.
Overrides IFormCellProxy.getValue
Returns: number
setDecimalPlacesSupported¶
▸ setDecimalPlacesSupported(decimalPlaces: number): Promise<any>
Sets the decimalPlacesSupported property of the Stepper FormCell.
Parameters:
| Name | Type | Description |
|---|---|---|
| decimalPlaces | number | value to set. |
Returns: Promise<any>
setIncrementIcon¶
▸ setIncrementIcon(icon: string): Promise<any>
Sets the incrementIcon property of the Stepper FormCell.
Parameters:
| Name | Type |
|---|---|
| icon | string |
Returns: Promise<any>
setMaxValue¶
▸ setMaxValue(maxValue: number): Promise<any>
Sets the maxValue property of the Stepper FormCell.
Parameters:
| Name | Type |
|---|---|
| maxValue | number |
Returns: Promise<any>
setMinValue¶
▸ setMinValue(maxValue: number): Promise<any>
Sets the minValue property of the Stepper FormCell.
Parameters:
| Name | Type |
|---|---|
| maxValue | number |
Returns: Promise<any>
setStepValue¶
▸ setStepValue(step: number): Promise<any>
Sets the step property of the Stepper FormCell.
Parameters:
| Name | Type | Description |
|---|---|---|
| step | number | value to set. |
Returns: Promise<any>
setStyle¶
▸ setStyle(styleClass: string): any
Sets the style class of the Label FormCell.
Overrides IFormCellProxy.setStyle
Parameters:
| Name | Type | Description |
|---|---|---|
| styleClass | string | value to set. |
Returns: any