Constructor Summary |
---|
CustomFilterCollection()
|
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) | → inherited from CollectionBase |
Reserved for internal use. | ||
method | clear() | → inherited from CollectionBase |
method | contains(value) | → inherited from CollectionBase |
Reserved for internal use. | ||
method | get(index) | → inherited from CollectionBase |
Reserved for internal use. | ||
method | indexOf(value) | → inherited from CollectionBase |
Reserved for internal use. | ||
method | iterator() | → inherited from CollectionBase |
method | removeAt(index) | → inherited from CollectionBase |
Constructor Detail |
---|
CustomFilterCollection()
Property Getters/Setters Detail |
---|
getAnd/setAnd : boolean | |
boolean getAnd() / setAnd(value) |
getCount : int | |
int getCount() |
get : CustomFilter | |
CustomFilter get(index) |
index
- The index.Method Detail |
---|
clear | |
clear() |
removeAt | |
removeAt(index) |
iterator | |
Iterator iterator() |
get | |
Object get(index) |
contains | |
boolean contains(value) |
add | |
int add(value) |
indexOf | |
int indexOf(value) |