CustomFilterCollection
Contents
[
Hide
]CustomFilterCollection class
Represents the custom filters.
new CustomFilterCollection()
Constructs new instance.
Methods
| Name | Description |
|---|---|
| add() | Reserved for internal use. |
| clear() | |
| contains() | Reserved for internal use. |
| custom() | |
| get(index) | Gets the custom filter in the specific index. |
| get() | Reserved for internal use. |
| getAnd() | Indicates whether the two criteria have an “and” relationship. |
| getCount() | |
| indexOf() | Reserved for internal use. |
| iterator() | |
| removeAt() | |
| setAnd() | Indicates whether the two criteria have an “and” relationship. |
add()
Reserved for internal use.
clear()
contains()
Reserved for internal use.
custom()
get(index)
Gets the custom filter in the specific index.
| Parameter | Type | Description |
|---|---|---|
| index | Number | The index. |
Returns: CustomFilter — CustomFilter
get()
Reserved for internal use.
getAnd()
Indicates whether the two criteria have an “and” relationship.
getCount()
indexOf()
Reserved for internal use.
iterator()
removeAt()
setAnd()
Indicates whether the two criteria have an “and” relationship.