Skip to content

Interface: IFilterBarSectionProxy

FilterBarSectionProxy is mainly for operations of section controls on a FilterBar.

Remarks

Use this proxy to access controls in the section and navigate upward.

Hierarchy

Summary

Properties

Class Properties

Currently none in this class.

Inherited Properties

Methods

Class Methods

Inherited Methods

Methods

getControls

getControls(): IFilterBarControlProxy[]

Get all controls in this FilterBar section.

Returns: IFilterBarControlProxy[]

Remarks

Returned controls can be cast by type to use specialized APIs.


getParent

getParent(): IFilterBarProxy

Get the parent FilterBar proxy.

Returns: IFilterBarProxy

Remarks

This is the FilterBar that owns the current section.

Overrides ISectionRowElementProxy.getParent


getSectionProxy

getSectionProxy(): IBindableSectionProxy

Get the section container proxy that owns this FilterBar.

Returns: IBindableSectionProxy

Remarks

Useful when rule logic needs both FilterBar and section context.

Overrides ISectionRowElementProxy.getSectionProxy