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¶
-
SectionHeaderButtonProxy
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 the enabled property value of the SectionHeaderButtonItem.
Returns: boolean
returns true if the SectionHeaderButtonItem is enabled otherwise false.
setEnabled¶
▸ setEnabled(isEnabled
: boolean): void
Implementation of ISectionHeaderButtonProxy
Sets the SectionHeaderItem's enabled state with redraw.
Parameters:
Name | Type | Description |
---|---|---|
isEnabled |
boolean | true enables and false disables. |
Returns: void