Interface: IObjectHeaderProxy¶
A designer-facing interface that provides access to a ObjectHeader in a sectioned table.
It is passed to rules to provide access to a ObjectHeader for application-specific customizations.
Hierarchy¶
-
IObjectHeaderProxy
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. Currently it will always contain at most one extension.
Returns: IView[]