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;