Skip to content

Class: FilterBarSectionProxy

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

Hierarchy

Implements

Summary

Constructors

Properties

Class Properties

Inherited Properties

Accessors

Class Accessors

Currently none in this class.

Inherited Accessors

Methods

Class Methods

Inherited Methods

Constructors

Constructor

+ new FilterBarSectionProxy(context: IContext): FilterBarSectionProxy

Overrides ElementSectionRowProxy.constructor

Parameters:

Name Type
context IContext

Returns: FilterBarSectionProxy

Properties

Protected _row

_row: any

Methods

getControls

getControls(): IFilterBarControlProxy[]

This method returns filter bar control proxy

Implementation of IFilterBarSectionProxy.getControls

Returns: IFilterBarControlProxy[]


getParent

getParent(): IFilterBarProxy

This method returns filter bar proxy

Implementation of IFilterBarSectionProxy.getParent Overrides ElementSectionRowProxy.getParent

Returns: IFilterBarProxy


getSectionProxy

getSectionProxy(): IBindableSectionProxy

This method returns BindableSection proxy

Implementation of IFilterBarSectionProxy.getSectionProxy Overrides ElementSectionRowProxy.getSectionProxy

Returns: IBindableSectionProxy