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
Summary¶
Properties¶
Class Properties¶
Currently none in this class.
Inherited Properties¶
Methods¶
Class Methods¶
Inherited Methods¶
- getControl
- getControls
- getExtensions
- getFilterBar
- getGroupHeader
- getHeader
- getLoadedItemsCount
- getName
- getPageProxy
- getProperty
- getTargetSpecifier
- getType
- getVisible
- isStaticSection
- redraw
- setFilters
- setIndicatorState
- setTargetSpecifier
- setVisible
Methods¶
getExtensions¶
▸ getExtensions(): IView[]
This method returns an array holding the instances of extensions that this section is using. Currently it will always contain at most one extension.
Overrides IBindableSectionProxy.getExtensions
Returns: IView[]