Class: SegmentedFormCellProxy¶
SegmentedFormCellControlProxy is a developer-facing interface that provides access to a Segment control and allows customizations. In addition it provides access to the IFormCellProxy interface.
Hierarchy¶
-
SegmentedFormCellProxy
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¶
- getApportionsSegmentWidthsByContent
- getCaptionPosition
- getSegments
- setApportionsSegmentWidthsByContent
- setCaptionPosition
- setSegments
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 SegmentedFormCellProxy(context: IContext): SegmentedFormCellProxy
Overrides FormCellControlProxy.constructor
Parameters:
| Name | Type |
|---|---|
| context | IContext |
Returns: SegmentedFormCellProxy
Methods¶
getApportionsSegmentWidthsByContent¶
▸ getApportionsSegmentWidthsByContent(): boolean
Returns the ApportionsSegmentWidthsByContent property value defined for the FormCell's control.
Implementation of ISegmentedFormCellProxy.getApportionsSegmentWidthsByContent
Returns: boolean
getCaptionPosition¶
▸ getCaptionPosition(): string
Returns the CaptionPosition property value defined for the FormCell's control.
Implementation of ISegmentedFormCellProxy.getCaptionPosition
Returns: string
getSegments¶
▸ getSegments(): any
Returns the Segments property of the FormCell's control.
Implementation of ISegmentedFormCellProxy.getSegments
Returns: any
setApportionsSegmentWidthsByContent¶
▸ setApportionsSegmentWidthsByContent(apportionsSegmentWidthsByContent: boolean): Promise<any>
Sets the ApportionsSegmentWidthsByContent property of the FormCell's control.
Implementation of ISegmentedFormCellProxy.setApportionsSegmentWidthsByContent
Parameters:
| Name | Type | Description |
|---|---|---|
| apportionsSegmentWidthsByContent | boolean | value to set. |
Returns: Promise<any>
setCaptionPosition¶
▸ setCaptionPosition(captionPosition: string): Promise<any>
Sets the CaptionPosition property of the FormCell's control.
Implementation of ISegmentedFormCellProxy.setCaptionPosition
Parameters:
| Name | Type | Description |
|---|---|---|
| captionPosition | string | value to set. |
Returns: Promise<any>
setSegments¶
▸ setSegments(segments: any): Promise<any>
Sets the Segments property of the FormCell's control.
Implementation of ISegmentedFormCellProxy.setSegments
Parameters:
| Name | Type | Description |
|---|---|---|
| segments | any | value to set. |
Returns: Promise<any>