CustomFilter

CustomFilter class

Represents the custom filter.

class CustomFilter;

Properties

PropertyTypeDescription
filterOperatorTypeFilterOperatorTypeGets and sets the filter operator type.
criteriaObjectGets and sets the criteria.

Methods

MethodDescription
getFilterOperatorType()@deprecated. Please use the ‘filterOperatorType’ property instead. Gets and sets the filter operator type.
setFilterOperatorType(FilterOperatorType)@deprecated. Please use the ‘filterOperatorType’ property instead. Gets and sets the filter operator type.
getCriteria()@deprecated. Please use the ‘criteria’ property instead. Gets and sets the criteria.
setCriteria(Object)@deprecated. Please use the ‘criteria’ property instead. Gets and sets the criteria.
setCriteria(FilterOperatorType, Object)Sets the filter criteria.
isNull()Checks whether the implementation object is null.

filterOperatorType

Gets and sets the filter operator type.

filterOperatorType : FilterOperatorType;

criteria

Gets and sets the criteria.

criteria : Object;

getFilterOperatorType()

@deprecated. Please use the ‘filterOperatorType’ property instead. Gets and sets the filter operator type.

getFilterOperatorType() : FilterOperatorType;

Returns

FilterOperatorType

setFilterOperatorType(FilterOperatorType)

@deprecated. Please use the ‘filterOperatorType’ property instead. Gets and sets the filter operator type.

setFilterOperatorType(value: FilterOperatorType) : void;

Parameters:

ParameterTypeDescription
valueFilterOperatorTypeThe value to set.

getCriteria()

@deprecated. Please use the ‘criteria’ property instead. Gets and sets the criteria.

getCriteria() : Object;

setCriteria(Object)

@deprecated. Please use the ‘criteria’ property instead. Gets and sets the criteria.

setCriteria(value: Object) : void;

Parameters:

ParameterTypeDescription
valueObjectThe value to set.

setCriteria(FilterOperatorType, Object)

Sets the filter criteria.

setCriteria(filterOperator: FilterOperatorType, criteria: Object) : void;

Parameters:

ParameterTypeDescription
filterOperatorFilterOperatorTypefilter operator type
criteriaObjectfilter criteria value

isNull()

Checks whether the implementation object is null.

isNull() : boolean;