MultipleFilterCollection

MultipleFilterCollection class

Represents the multiple filter collection.

new MultipleFilterCollection()

Constructs one new instance.

Methods

NameDescription
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.

ParameterTypeDescription
filterStringThe filter data.

add()

add()

get(index)

DateTimeGroupItem or a simple object.

ParameterTypeDescription
indexNumber

Returns: Object — Object

getCount()

getMatchBlank()

Indicates whether to filter by blank.

iterator()

setMatchBlank()

Indicates whether to filter by blank.