Constructor Summary |
---|
MultipleFilterCollection()
|
Property Getters/Setters Summary | ||
---|---|---|
method | getCount() | |
method | getMatchBlank() | |
method | setMatchBlank(value) | |
Indicates whether to filter by blank. | ||
method | get(index) | |
DateTimeGroupItem or a simple object. |
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 |
---|
MultipleFilterCollection()
Property Getters/Setters Detail |
---|
getMatchBlank/setMatchBlank : boolean | |
boolean getMatchBlank() / setMatchBlank(value) |
getCount : int | |
int getCount() |
get : Object | |
Object get(index) |
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) |