Class: ObjectCollectionProxy¶
ObjectCollectionProxy is a developer-facing class that provides access to a ObjectCollection. It is passed to rules to provide access to a ObjectCollection for application-specific customizations.
Hierarchy¶
-
ObjectCollectionProxy
Implements¶
Summary¶
Constructors¶
Properties¶
Class Properties¶
Currently none in this class.
Inherited Properties¶
Accessors¶
Class Accessors¶
Currently none in this class.
Inherited Accessors¶
- actionResults
- binding
- currentPage
- dataSubscriptions
- filterBarFilterQuery
- filterBarSorterQuery
- filters
- filterTypeEnum
- mdkWindows
- searchString
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
- getControl
- getControls
- getDefinitionValue
- getEventData
- getExtensions
- getFilterBar
- getGlobalDefinition
- getGlobalSideDrawerControlProxy
- getGroupHeader
- getHeader
- getIconTextImage
- getLanguage
- getLoadedItemsCount
- getLogger
- getMobileServiceAppId
- getMobileServiceEndpointUrl
- getName
- getODataCacheImagePath
- getODataProvider
- getPageDefinition
- getPageProxy
- getParent
- getPasscodeSource
- getPendingDownload
- getProperty
- getReadLink
- getRegion
- getRegions
- getSAPPassportHeaderValue
- getSupportedLanguages
- getTargetSpecifier
- getTheme
- getType
- getUseInAppCamera
- getVersionInfo
- getVisible
- initializeLogger
- isAppInMultiUserMode
- isCurrentPage
- isDemoMode
- isDeviceCompliant
- isMediaLocal
- isStaticSection
- localizeText
- read
- redraw
- sendMobileServiceRequest
- sendRequest
- setApplicationIconBadgeNumber
- setDebugSettings
- setFilters
- setIndicatorState
- setLanguage
- setMdkWindows
- setRegion
- setTargetSpecifier
- setTheme
- setUseInAppCamera
- setVisible
- showActivityIndicator
- updateProgressBanner
Constructors¶
Constructor¶
+ new ObjectCollectionProxy(context: IContext): ObjectCollectionProxy
Overrides BindableSectionProxy.constructor
Parameters:
| Name | Type |
|---|---|
| context | IContext |
Returns: ObjectCollectionProxy
Methods¶
getExtensions¶
▸ getExtensions(): IView[]
This method returns an array holding the instances of extensions that this section is using. Each element in the array represents the instance of an extension bound to the row corresponding to the index.
Implementation of IObjectCollectionProxy.getExtensions Overrides BindableSectionProxy.getExtensions
Returns: IView[]