Skip to content

Class: SectionHeaderButtonProxy

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

Implementation of ISectionHeaderButtonProxy

Returns: boolean

returns true if the SectionHeaderButtonItem is enabled otherwise false.


setEnabled

setEnabled(isEnabled: boolean): void

Implementation of ISectionHeaderButtonProxy

Parameters:

Name Type Description
isEnabled boolean true enables and false disables.

Returns: void