Skip to content

Class: FilterBarBasePickerControlProxy

FilterBarBasePickerControlProxy is mainly for operations of base picker 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 FilterBarBasePickerControlProxy(context: IContext): FilterBarBasePickerControlProxy

Overrides FilterBarControlProxy.constructor

Parameters:

Name Type
context IContext

Returns: FilterBarBasePickerControlProxy

Properties

Protected _row

_row: any

Overrides FilterBarControlProxy._row

Methods

getAllowEmptySelection

getAllowEmptySelection(): boolean

Get allow empty selection for the filter feedback control

Returns: boolean

whether empty selection is allowed

Remarks

This API is available on FilterBarBasePicker controls.

Implementation of IFilterBarBasePickerControlProxy.getAllowEmptySelection


getAllowMultipleSelection

getAllowMultipleSelection(): boolean

Get allow multiple selection for the filter feedback control

Returns: boolean

whether multiple selection is allowed

Remarks

This API is available on FilterBarBasePicker controls.

Implementation of IFilterBarBasePickerControlProxy.getAllowMultipleSelection


getItems

getItems(): any

Get items for the filter feedback control

Returns: any

the items of the control

Remarks

The returned collection reflects the configured feedback items for this control.

Implementation of IFilterBarBasePickerControlProxy.getItems