DynamicFilter
Contents
[
Hide
]DynamicFilter class
Represents the dynamic filter.
class DynamicFilter;
Constructors
Name | Description |
---|---|
constructor(Object) | Constructs from an Object convertible to this. |
Methods
Method | Description |
---|---|
getDynamicFilterType() | Gets and sets the dynamic filter type. |
setDynamicFilterType(DynamicFilterType) | Gets and sets the dynamic filter type. |
getValue() | Gets and sets the dynamic filter value. |
setValue(object) | Gets and sets the dynamic filter value. |
getMaxValue() | Gets and sets the dynamic filter max value. |
setMaxValue(object) | 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. |
getDynamicFilterType()
Gets and sets the dynamic filter type.
getDynamicFilterType() : DynamicFilterType;
Returns
setDynamicFilterType(DynamicFilterType)
Gets and sets the dynamic filter type.
setDynamicFilterType(value: DynamicFilterType) : void;
Parameters:
Parameter | Type | Description |
---|---|---|
value | DynamicFilterType | The value to set. |
getValue()
Gets and sets the dynamic filter value.
getValue() : object;
setValue(object)
Gets and sets the dynamic filter value.
setValue(value: object) : void;
Parameters:
Parameter | Type | Description |
---|---|---|
value | object | The value to set. |
getMaxValue()
Gets and sets the dynamic filter max value.
getMaxValue() : object;
setMaxValue(object)
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;
Returns