Class: FilterBarBasePickerControlProxy¶
FilterBarBasePickerControlProxy is mainly for operations of base picker control on a FilterBar.
Hierarchy¶
-
FilterBarBasePickerControlProxy
- FilterBarListPickerControlProxy
Implements¶
- IClientAPI
- IElementProxy
- ISectionRowElementProxy
- IFilterBarControlProxy
- IFilterBarBasePickerControlProxy
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 FilterBarBasePickerControlProxy(context: IContext): FilterBarBasePickerControlProxy
Overrides FilterBarControlProxy.constructor
Parameters:
| Name | Type |
|---|---|
| context | IContext |
Returns: FilterBarBasePickerControlProxy
Properties¶
Protected _row¶
• _row: any
Overrides FilterBarControlProxy._row
Methods¶
getAllowEmptySelection¶
▸ getAllowEmptySelection(): boolean
Get allow empty selection for the filter feedback control
Returns: boolean
whether empty selection is allowed
Remarks¶
This API is available on FilterBarBasePicker controls.
Implementation of IFilterBarBasePickerControlProxy.getAllowEmptySelection
getAllowMultipleSelection¶
▸ getAllowMultipleSelection(): boolean
Get allow multiple selection for the filter feedback control
Returns: boolean
whether multiple selection is allowed
Remarks¶
This API is available on FilterBarBasePicker controls.
Implementation of IFilterBarBasePickerControlProxy.getAllowMultipleSelection
getItems¶
▸ getItems(): any
Get items for the filter feedback control
Returns: any
the items of the control
Remarks¶
The returned collection reflects the configured feedback items for this control.
Implementation of IFilterBarBasePickerControlProxy.getItems