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¶
Methods¶
Class Methods¶
Inherited Methods¶
Constructors¶
constructor¶
+ new ObjectCollectionProxy(context: IContext): ObjectCollectionProxy
Overrides BindableSectionProxy.constructor
Parameters:
| Name | Type |
|---|---|
context |
IContext |
Returns: ObjectCollectionProxy
Methods¶
getExtensions¶
▸ getExtensions(): IView[]
Implementation of IObjectCollectionProxy
Overrides SectionProxy.getExtensions
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.
Returns: IView[]