| Constructor Summary |
|---|
CustomFilterCollection()
Constructs new instance. |
| Property Getters/Setters Summary | ||
|---|---|---|
method | getAnd() | |
method | setAnd(value) | |
| Indicates whether the two criteria have an "and" relationship. | ||
method | getCount() | |
method | get(index) | |
Gets the custom filter in the specific index.
|
||
| Method Summary | ||
|---|---|---|
method | add(value) | |
Reserved for internal use. |
||
method | clear() | |
method | contains(value) | |
Reserved for internal use. |
||
method | custom(operatorType1, criteria1, isAnd, operatorType2, criteria2) | |
method | get(index) | |
Reserved for internal use. |
||
method | indexOf(value) | |
Reserved for internal use. |
||
method | iterator() | |
method | removeAt(index) | |
boolean getAnd() / setAnd(value)
int getCount()
CustomFilter get(index)
index - The index.custom(operatorType1, criteria1, isAnd, operatorType2, criteria2)
operatorType1 - A FilterOperatorType value.operatorType2 - A FilterOperatorType value.clear()
removeAt(index)
Iterator iterator()
Object get(index)
boolean contains(value)
int add(value)
int indexOf(value)