Skip to content

Class: FilterBarListPickerControlProxy

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

Overrides FilterBarBasePickerControlProxy.constructor

Parameters:

Name Type
context IContext

Returns: FilterBarListPickerControlProxy

Properties

Protected _row

_row: any

Overrides FilterBarBasePickerControlProxy._row

Methods

getPickerItems

getPickerItems(): any

Get items for the list picker control

Returns: any

the items of the control

Remarks

The returned collection reflects the configured list picker items for this control.

Implementation of IFilterBarListPickerControlProxy.getPickerItems