Class: ObjectCollectionSectionProxy¶
ObjectCollectionSectionProxy is a developer-facing class that provides access to a ObjectCollectionSection. It is passed to rules to provide access to a ObjectCollectionSection for application-specific customizations.
Hierarchy¶
-
ObjectCollectionSectionProxy
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 ObjectCollectionSectionProxy(context: IContext): ObjectCollectionSectionProxy
Overrides BindableSectionProxy.constructor
Parameters:
| Name | Type |
|---|---|
context |
IContext |
Returns: ObjectCollectionSectionProxy
Methods¶
getExtensions¶
▸ getExtensions(): IView[]
Implementation of IObjectCollectionSectionProxy
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[]