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.getItem

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[]

This method returns the items for the section header

Implementation of ISectionHeaderProxy.getItems

Returns: ISectionHeaderItemProxy[]

The items for this section header


redraw

redraw(): Promise<any>

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

Implementation of ISectionHeaderProxy.redraw Overrides ControlProxy.redraw

Returns: Promise<any>