Skip to content

Class: SectionHeaderProxy

SectionHeaderProxy is a developer-facing class that provides access to a section header control. It is passed to rules to provide access to a control for application-specific customizations.

Hierarchy

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 SectionHeaderProxy(context: IContext): SectionHeaderProxy

Overrides ControlProxy.constructor

Parameters:

Name Type
context IContext

Returns: SectionHeaderProxy

Methods

getItem

getItem(name: string): ISectionHeaderItemProxy

Implementation of ISectionHeaderProxy

Parameters:

Name Type Description
name string takes in _Name property of the section header item

Returns: ISectionHeaderItemProxy

returns the SectionHeaderItemProxy instance of the item by the name


getItems

getItems(): ISectionHeaderItemProxy[]

Implementation of ISectionHeaderProxy

This method returns the items for the section header

Returns: ISectionHeaderItemProxy[]

The items for this section header


redraw

redraw(): Promise‹any›

Implementation of ISectionHeaderProxy

Overrides ControlProxy.redraw

Redraw control is not supported. Instead, the parent section redraw is triggered.

Returns: Promise‹any›