Interface: IFilterBarSectionProxy¶
FilterBarSectionProxy is mainly for operations of section controls on a FilterBar.
Remarks¶
Use this proxy to access controls in the section and navigate upward.
Hierarchy¶
-
IFilterBarSectionProxy
Summary¶
Properties¶
Class Properties¶
Currently none in this class.
Inherited Properties¶
Methods¶
Class Methods¶
Inherited Methods¶
- base64StringToBinary
- binaryToBase64String
- callFunction
- convertFilterCriteriaArrayToJSONString
- convertJSONStringToFilterCriteriaArray
- count
- create
- createFilterCriteria
- createLinkSpecifierProxy
- 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
- 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
- setRegion
- setTheme
- setUseInAppCamera
- showActivityIndicator
- updateProgressBanner
Methods¶
getControls¶
▸ getControls(): IFilterBarControlProxy[]
Get all controls in this FilterBar section.
Returns: IFilterBarControlProxy[]
Remarks¶
Returned controls can be cast by type to use specialized APIs.
getParent¶
▸ getParent(): IFilterBarProxy
Get the parent FilterBar proxy.
Returns: IFilterBarProxy
Remarks¶
This is the FilterBar that owns the current section.
Overrides ISectionRowElementProxy.getParent
getSectionProxy¶
▸ getSectionProxy(): IBindableSectionProxy
Get the section container proxy that owns this FilterBar.
Returns: IBindableSectionProxy
Remarks¶
Useful when rule logic needs both FilterBar and section context.
Overrides ISectionRowElementProxy.getSectionProxy