DynamicFilter
DynamicFilter class
Represents the dynamic filter.
class DynamicFilter;
Constructors
| Constructor | Description | 
|---|---|
| constructor(Object) | Constructs from an Object convertible to this. | 
Properties
| Property | Type | Description | 
|---|---|---|
| dynamicFilterType | DynamicFilterType | Gets and sets the dynamic filter type. | 
| value | Object | Gets and sets the dynamic filter value. | 
| maxValue | Object | Gets and sets the dynamic filter max value. | 
Methods
| Method | Description | 
|---|---|
| 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:
| Parameter | Type | Description | 
|---|---|---|
| obj | Object | The 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
setDynamicFilterType(DynamicFilterType)
@deprecated. Please use the ‘dynamicFilterType’ property instead. Gets and sets the dynamic filter type.
setDynamicFilterType(value: DynamicFilterType) : void;
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| value | DynamicFilterType | The 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:
| Parameter | Type | Description | 
|---|---|---|
| value | Object | The 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:
| Parameter | Type | Description | 
|---|---|---|
| value | Object | The value to set. | 
isNull()
Checks whether the implementation object is null.
isNull() : boolean;
toObject()
Gets the Object.
toObject() : Object;