Interface: ISectionHeaderItemProxy¶
A designer-facing interface that provides access to a section header item
It is passed to rules to provide access to a section header item for application specific customizations.
Hierarchy¶
-
ISectionHeaderItemProxy
Implemented by¶
Summary¶
Properties¶
Class Properties¶
Currently none in this class.
Inherited Properties¶
Methods¶
Class Methods¶
Inherited Methods¶
Methods¶
getVisible¶
▸ getVisible(): boolean
Returns the visible property value of the SectionHeaderItem.
Returns: boolean
returns true if the SectionHeaderItem is visible otherwise false.
redraw¶
▸ redraw(): Promise‹any›
Overrides IControlProxy.redraw
Redraw control is not supported. Instead, the parent section redraw is triggered.
Returns: Promise‹any›
setVisible¶
▸ setVisible(value
: boolean, redraw
: boolean): any
Overrides IControlProxy.setVisible
Sets the SectionHeaderItem's visible state with redraw
Parameters:
Name | Type | Description |
---|---|---|
value |
boolean | visible state |
redraw |
boolean | true if redraw after set the visible state |
Returns: any