MultipleFilterCollection
MultipleFilterCollection class
Represents the multiple filter collection.
new MultipleFilterCollection()
Constructs one new instance.
Methods
| Name | Description |
|---|---|
| add(filter) | Adds string filter. |
| add() | |
| add() | |
| get(index) | DateTimeGroupItem or a simple object. |
| getCount() | |
| getMatchBlank() | Indicates whether to filter by blank. |
| iterator() | |
| setMatchBlank() | Indicates whether to filter by blank. |
add(filter)
Adds string filter.
| Parameter | Type | Description |
|---|---|---|
| filter | String | The filter data. |
add()
add()
get(index)
DateTimeGroupItem or a simple object.
| Parameter | Type | Description |
|---|---|---|
| index | Number |
Returns: Object — Object
getCount()
getMatchBlank()
Indicates whether to filter by blank.
iterator()
setMatchBlank()
Indicates whether to filter by blank.