Skip to content

Class: FilterBarSliderControlProxy

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

Overrides FilterBarControlProxy.constructor

Parameters:

Name Type
context IContext

Returns: FilterBarSliderControlProxy

Properties

Protected _row

_row: any

Overrides FilterBarControlProxy._row

Methods

getDecimalPlaces

getDecimalPlaces(): number

Get decimal places for the slider control

Returns: number

the decimal places

Remarks

Decimal places controls value precision shown and handled by the slider.

Implementation of IFilterBarSliderControlProxy.getDecimalPlaces


getHelperText

getHelperText(): string

Get helper text for the slider control

Returns: string

the helper text of the control

Remarks

Helper text can describe valid ranges or units for slider values.

Implementation of IFilterBarSliderControlProxy.getHelperText


getMaxValue

getMaxValue(): number

Get maximum value for the slider control

Returns: number

the maximum value

Remarks

This value is the upper bound of the slider range.

Implementation of IFilterBarSliderControlProxy.getMaxValue


getMinValue

getMinValue(): number

Get minimum value for the slider control

Returns: number

the minimum value

Remarks

This value is the lower bound of the slider range.

Implementation of IFilterBarSliderControlProxy.getMinValue