CustomFilter

CustomFilter class

Represents the custom filter.

class CustomFilter;

Methods

MethodDescription
getFilterOperatorType()Gets and sets the filter operator type.
setFilterOperatorType(FilterOperatorType)Gets and sets the filter operator type.
getCriteria()Gets and sets the criteria.
setCriteria(object)Gets and sets the criteria.
setCriteria(FilterOperatorType, object)Sets the filter criteria.
isNull()Checks whether the implementation object is null.

getFilterOperatorType()

Gets and sets the filter operator type.

getFilterOperatorType() : FilterOperatorType;

Returns

FilterOperatorType

setFilterOperatorType(FilterOperatorType)

Gets and sets the filter operator type.

setFilterOperatorType(value: FilterOperatorType) : void;

Parameters:

ParameterTypeDescription
valueFilterOperatorTypeThe value to set.

getCriteria()

Gets and sets the criteria.

getCriteria() : object;

setCriteria(object)

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;