Skip to content

Class: FilterBarControlProxy

FilterBarControlProxy is mainly for operations of control 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 FilterBarControlProxy(context: IContext): FilterBarControlProxy

Overrides ElementSectionRowProxy.constructor

Parameters:

Name Type
context IContext

Returns: FilterBarControlProxy

Properties

Protected _row

_row: any

Methods

getDisplayOnBar

getDisplayOnBar(): boolean

Get display on bar for the filter control

Implementation of IFilterBarControlProxy.getDisplayOnBar

Returns: boolean

whether the control is displayed on the bar


getLabel

getLabel(): string

Get label for the filter control

Returns: string

the label of the control

Remarks

Use this to read the display label configured for the control.

Implementation of IFilterBarControlProxy.getLabel


getParent

getParent(): IFilterBarSectionProxy

This method returns filter bar section proxy

Implementation of IFilterBarControlProxy.getParent Overrides ElementSectionRowProxy.getParent

Returns: IFilterBarSectionProxy


getSectionProxy

getSectionProxy(): IBindableSectionProxy

This method returns BindableSection proxy

Implementation of IFilterBarControlProxy.getSectionProxy Overrides ElementSectionRowProxy.getSectionProxy

Returns: IBindableSectionProxy


getSimpleQuery

getSimpleQuery(): any

Get query property for the filter control

Implementation of IFilterBarControlProxy.getSimpleQuery

Returns: any

the query property of the control


getValue

getValue(): any

Get control value

Implementation of IFilterBarControlProxy.getValue

Returns: any

the value of the control