Class: FilterBarSliderControlProxy¶
FilterBarSliderControlProxy is mainly for operations of slider control on a FilterBar.
Hierarchy¶
-
FilterBarSliderControlProxy
Implements¶
- IClientAPI
- IElementProxy
- ISectionRowElementProxy
- IFilterBarControlProxy
- IFilterBarSliderControlProxy
Summary¶
Constructors¶
Properties¶
Class Properties¶
Inherited Properties¶
Accessors¶
Class Accessors¶
Currently none in this class.
Inherited Accessors¶
Methods¶
Class Methods¶
Inherited Methods¶
- _clientAPIProps
- _getExecuteSource
- base64StringToBinary
- binaryToBase64String
- callFunction
- convertFilterCriteriaArrayToJSONString
- convertJSONStringToFilterCriteriaArray
- count
- create
- createFilterCriteria
- createFilterSelection
- createLinkSpecifierProxy
- createSorterSelection
- deleteODataCacheImages
- dismissActivityIndicator
- downloadInProgressForPage
- downloadInProgressForReadLink
- evaluateTargetPath
- evaluateTargetPathForAPI
- executeAction
- formatBase64String
- formatCurrency
- formatDate
- formatDatetime
- formatNumber
- formatPercentage
- formatScientific
- formatTime
- getActionResult
- getAppClientData
- getAppearanceMode
- getAppEventData
- getAppName
- getAvailableThemes
- getBindingObject
- getCircularImage
- getClientData
- getDefinitionValue
- getDisplayOnBar
- getEventData
- getGlobalDefinition
- getGlobalSideDrawerControlProxy
- getIconTextImage
- getIndex
- getLabel
- getLanguage
- getLogger
- getMobileServiceAppId
- getMobileServiceEndpointUrl
- getName
- getODataCacheImagePath
- getODataProvider
- getPageDefinition
- getPageProxy
- getParent
- getPasscodeSource
- getPendingDownload
- getReadLink
- getRegion
- getRegions
- getSAPPassportHeaderValue
- getSectionProxy
- getSimpleQuery
- getSupportedLanguages
- getTheme
- getType
- getUseInAppCamera
- getValue
- getVersionInfo
- initializeLogger
- isAppInMultiUserMode
- isCurrentPage
- isDemoMode
- isDeviceCompliant
- isMediaLocal
- localizeText
- read
- sendMobileServiceRequest
- sendRequest
- setApplicationIconBadgeNumber
- setDebugSettings
- setLanguage
- setMdkWindows
- setRegion
- setTheme
- setUseInAppCamera
- showActivityIndicator
- updateProgressBanner
Constructors¶
Constructor¶
+ new FilterBarSliderControlProxy(context: IContext): FilterBarSliderControlProxy
Overrides FilterBarControlProxy.constructor
Parameters:
| Name | Type |
|---|---|
| context | IContext |
Returns: FilterBarSliderControlProxy
Properties¶
Protected _row¶
• _row: any
Overrides FilterBarControlProxy._row
Methods¶
getDecimalPlaces¶
▸ getDecimalPlaces(): number
Get decimal places for the slider control
Returns: number
the decimal places
Remarks¶
Decimal places controls value precision shown and handled by the slider.
Implementation of IFilterBarSliderControlProxy.getDecimalPlaces
getHelperText¶
▸ getHelperText(): string
Get helper text for the slider control
Returns: string
the helper text of the control
Remarks¶
Helper text can describe valid ranges or units for slider values.
Implementation of IFilterBarSliderControlProxy.getHelperText
getMaxValue¶
▸ getMaxValue(): number
Get maximum value for the slider control
Returns: number
the maximum value
Remarks¶
This value is the upper bound of the slider range.
Implementation of IFilterBarSliderControlProxy.getMaxValue
getMinValue¶
▸ getMinValue(): number
Get minimum value for the slider control
Returns: number
the minimum value
Remarks¶
This value is the lower bound of the slider range.
Implementation of IFilterBarSliderControlProxy.getMinValue