Class: FilterBarControlProxy¶
FilterBarControlProxy is mainly for operations of control on a FilterBar.
Hierarchy¶
-
FilterBarControlProxy
- FilterBarMultiSorterControlProxy
- FilterBarSwitchControlProxy
- FilterBarSliderControlProxy
Implements¶
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
- getEventData
- getGlobalDefinition
- getGlobalSideDrawerControlProxy
- getIconTextImage
- getIndex
- getLanguage
- getLogger
- getMobileServiceAppId
- getMobileServiceEndpointUrl
- getName
- getODataCacheImagePath
- getODataProvider
- getPageDefinition
- getPageProxy
- getParent
- getPasscodeSource
- getPendingDownload
- getReadLink
- getRegion
- getRegions
- getSAPPassportHeaderValue
- getSectionProxy
- getSupportedLanguages
- getTheme
- getType
- getUseInAppCamera
- getVersionInfo
- initializeLogger
- isAppInMultiUserMode
- isCurrentPage
- isDemoMode
- isDeviceCompliant
- isMediaLocal
- localizeText
- read
- sendMobileServiceRequest
- sendRequest
- setApplicationIconBadgeNumber
- setDebugSettings
- setLanguage
- setMdkWindows
- setRegion
- setTheme
- setUseInAppCamera
- showActivityIndicator
- updateProgressBanner
Constructors¶
Constructor¶
+ new FilterBarControlProxy(context: IContext): FilterBarControlProxy
Overrides ElementSectionRowProxy.constructor
Parameters:
| Name | Type |
|---|---|
| context | IContext |
Returns: FilterBarControlProxy
Properties¶
Protected _row¶
• _row: any
Methods¶
getDisplayOnBar¶
▸ getDisplayOnBar(): boolean
Get display on bar for the filter control
Implementation of IFilterBarControlProxy.getDisplayOnBar
Returns: boolean
whether the control is displayed on the bar
getLabel¶
▸ getLabel(): string
Get label for the filter control
Returns: string
the label of the control
Remarks¶
Use this to read the display label configured for the control.
Implementation of IFilterBarControlProxy.getLabel
getParent¶
▸ getParent(): IFilterBarSectionProxy
This method returns filter bar section proxy
Implementation of IFilterBarControlProxy.getParent Overrides ElementSectionRowProxy.getParent
Returns: IFilterBarSectionProxy
getSectionProxy¶
▸ getSectionProxy(): IBindableSectionProxy
This method returns BindableSection proxy
Implementation of IFilterBarControlProxy.getSectionProxy Overrides ElementSectionRowProxy.getSectionProxy
Returns: IBindableSectionProxy
getSimpleQuery¶
▸ getSimpleQuery(): any
Get query property for the filter control
Implementation of IFilterBarControlProxy.getSimpleQuery
Returns: any
the query property of the control
getValue¶
▸ getValue(): any
Get control value
Implementation of IFilterBarControlProxy.getValue
Returns: any
the value of the control