CustomFilter
Contents
[
Hide
]CustomFilter class
Represents the custom filter.
Methods
| Name | Description |
|---|---|
| getCriteria() | Gets and sets the criteria. |
| getFilterOperatorType() | Gets and sets the filter operator type. The value of the property is FilterOperatorType integer constant. |
| setCriteria() | Gets and sets the criteria. |
| setCriteria(filterOperator, criteria) | Sets the filter criteria. |
| setFilterOperatorType() | Gets and sets the filter operator type. The value of the property is FilterOperatorType integer constant. |
getCriteria()
Gets and sets the criteria.
getFilterOperatorType()
Gets and sets the filter operator type. The value of the property is FilterOperatorType integer constant.
setCriteria()
Gets and sets the criteria.
setCriteria(filterOperator, criteria)
Sets the filter criteria.
| Parameter | Type | Description |
|---|---|---|
| filterOperator | Number | FilterOperatorType |
| criteria | Object | filter criteria value |
setFilterOperatorType()
Gets and sets the filter operator type. The value of the property is FilterOperatorType integer constant.