DynamicFilter

DynamicFilter class

Represents the dynamic filter.

class DynamicFilter;

Constructors

ConstructorDescription
constructor(Object)Constructs from an Object convertible to this.

Properties

PropertyTypeDescription
dynamicFilterTypeDynamicFilterTypeGets and sets the dynamic filter type.
valueObjectGets and sets the dynamic filter value.
maxValueObjectGets and sets the dynamic filter max value.

Methods

MethodDescription
getDynamicFilterType()@deprecated. Please use the ‘dynamicFilterType’ property instead. Gets and sets the dynamic filter type.
setDynamicFilterType(DynamicFilterType)@deprecated. Please use the ‘dynamicFilterType’ property instead. Gets and sets the dynamic filter type.
getValue()@deprecated. Please use the ‘value’ property instead. Gets and sets the dynamic filter value.
setValue(Object)@deprecated. Please use the ‘value’ property instead. Gets and sets the dynamic filter value.
getMaxValue()@deprecated. Please use the ‘maxValue’ property instead. Gets and sets the dynamic filter max value.
setMaxValue(Object)@deprecated. Please use the ‘maxValue’ property instead. Gets and sets the dynamic filter max value.
isNull()Checks whether the implementation object is null.
toObject()Gets the Object.

constructor(Object)

Constructs from an Object convertible to this.

constructor(obj: Object);

Parameters:

ParameterTypeDescription
objObjectThe object.

dynamicFilterType

Gets and sets the dynamic filter type.

dynamicFilterType : DynamicFilterType;

value

Gets and sets the dynamic filter value.

value : Object;

maxValue

Gets and sets the dynamic filter max value.

maxValue : Object;

getDynamicFilterType()

@deprecated. Please use the ‘dynamicFilterType’ property instead. Gets and sets the dynamic filter type.

getDynamicFilterType() : DynamicFilterType;

Returns

DynamicFilterType

setDynamicFilterType(DynamicFilterType)

@deprecated. Please use the ‘dynamicFilterType’ property instead. Gets and sets the dynamic filter type.

setDynamicFilterType(value: DynamicFilterType) : void;

Parameters:

ParameterTypeDescription
valueDynamicFilterTypeThe value to set.

getValue()

@deprecated. Please use the ‘value’ property instead. Gets and sets the dynamic filter value.

getValue() : Object;

setValue(Object)

@deprecated. Please use the ‘value’ property instead. Gets and sets the dynamic filter value.

setValue(value: Object) : void;

Parameters:

ParameterTypeDescription
valueObjectThe value to set.

getMaxValue()

@deprecated. Please use the ‘maxValue’ property instead. Gets and sets the dynamic filter max value.

getMaxValue() : Object;

setMaxValue(Object)

@deprecated. Please use the ‘maxValue’ property instead. Gets and sets the dynamic filter max value.

setMaxValue(value: Object) : void;

Parameters:

ParameterTypeDescription
valueObjectThe value to set.

isNull()

Checks whether the implementation object is null.

isNull() : boolean;

toObject()

Gets the Object.

toObject() : Object;