Class: SectionHeaderItemProxy¶
Hierarchy¶
-
SectionHeaderItemProxy
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 SectionHeaderItemProxy(context: IContext): SectionHeaderItemProxy
Overrides ControlProxy.constructor
Parameters:
| Name | Type |
|---|---|
context |
IContext |
Returns: SectionHeaderItemProxy
Methods¶
getVisible¶
▸ getVisible(): boolean
Implementation of ISectionHeaderItemProxy
Returns: boolean
returns true if the SectionHeaderItem is visible otherwise false.
redraw¶
▸ redraw(): Promise‹any›
Implementation of ISectionHeaderItemProxy
Overrides ControlProxy.redraw
Returns: Promise‹any›
setVisible¶
▸ setVisible(value: boolean, redraw: boolean): this
Implementation of ISectionHeaderItemProxy
Overrides ControlProxy.setVisible
Parameters:
| Name | Type | Default | Description |
|---|---|---|---|
value |
boolean | - | visible state |
redraw |
boolean | true | true if redraw after set the visible state |
Returns: this