Interface: IObjectCollectionSectionProxy¶
A designer-facing interface that provides access to a ObjectCollectionSection in a sectioned table.
It is passed to rules to provide access to a ObjectCollectionSection for application-specific customizations.
Hierarchy¶
-
IObjectCollectionSectionProxy
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[]