Interface: IObjectCollectionProxy¶
A designer-facing interface that provides access to a ObjectCollection in a sectioned table.
It is passed to rules to provide access to a ObjectCollection for application-specific customizations.
Hierarchy¶
-
IObjectCollectionProxy
Implemented by¶
Summary¶
Properties¶
Class Properties¶
Currently none in this class.
Inherited Properties¶
Methods¶
Class Methods¶
Inherited Methods¶
Methods¶
getExtensions¶
▸ getExtensions(): IView[]
Overrides ISectionProxy.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[]