Skip to content

Class: FilterBarMultiSorterControlProxy

FilterBarMultiSorterControlProxy is mainly for operations of multi sorter 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 FilterBarMultiSorterControlProxy(context: IContext): FilterBarMultiSorterControlProxy

Overrides FilterBarControlProxy.constructor

Parameters:

Name Type
context IContext

Returns: FilterBarMultiSorterControlProxy

Properties

Protected _row

_row: any

Overrides FilterBarControlProxy._row

Methods

getHelperText

getHelperText(): string

Get helper text for the multi sorter control

Returns: string

the helper text of the control

Remarks

Helper text can be shown in custom UI to describe how sorting is applied.

Implementation of IFilterBarMultiSorterControlProxy.getHelperText


getItems

getItems(): any

Get items for the multi sorter control

Returns: any

the items of the control

Remarks

The returned collection contains the configured sortable fields.

Implementation of IFilterBarMultiSorterControlProxy.getItems