Skip to content

Class: FilterBarSegmentedControlProxy

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

Overrides FilterBarBasePickerControlProxy.constructor

Parameters:

Name Type
context IContext

Returns: FilterBarSegmentedControlProxy

Properties

Protected _row

_row: any

Overrides FilterBarBasePickerControlProxy._row

Methods

getItems

getItems(): any

Get items for the segmented control

Returns: any

the items of the control

Remarks

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

Implementation of IFilterBarSegmentedControlProxy.getItems

Overrides FilterBarBasePickerControlProxy.getItems