Skip to content

Class: SectionHeaderButtonProxy

SectionHeaderButtonProxy is a developer-facing class that provides access to a section header button 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 SectionHeaderButtonProxy(context: IContext): SectionHeaderButtonProxy

Overrides SectionHeaderItemProxy.constructor

Parameters:

Name Type
context IContext

Returns: SectionHeaderButtonProxy

Methods

getEnabled

getEnabled(): boolean

Returns the enabled property value of the SectionHeaderButtonItem.

Implementation of ISectionHeaderButtonProxy.getEnabled

Returns: boolean

returns true if the SectionHeaderButtonItem is enabled otherwise false.


setEnabled

setEnabled(isEnabled: boolean): void

Sets the SectionHeaderItem's enabled state with redraw.

Implementation of ISectionHeaderButtonProxy.setEnabled

Parameters:

Name Type Description
isEnabled boolean true enables and false disables.

Returns: void