Constructor Summary |
---|
CustomFilterCollection()
|
Property Getters/Setters Summary | ||
---|---|---|
function | getAnd() | |
function | setAnd(value) | |
Indicates whether the two criteria have an "and" relationship. | ||
function | getCount() | |
function | get(index) | |
Gets the custom filter in the specific index. |
Method Summary | ||
---|---|---|
function | add(value) | → inherited from CollectionBase |
Reserved for internal use. | ||
function | clear() | → inherited from CollectionBase |
function | contains(value) | → inherited from CollectionBase |
Reserved for internal use. | ||
function | get(index) | → inherited from CollectionBase |
Reserved for internal use. | ||
function | indexOf(value) | → inherited from CollectionBase |
Reserved for internal use. | ||
function | iterator() | → inherited from CollectionBase |
function | removeAt(index) | → inherited from CollectionBase |
Constructor Detail |
---|
function CustomFilterCollection()
Property Getters/Setters Detail |
---|
getAnd/setAnd : boolean | |
function getAnd() / function setAnd(value) |
getCount : Number | |
function getCount() |
get : CustomFilter | |
function get(index) |
index
- The index.Method Detail |
---|
clear | |
function clear() |
removeAt | |
function removeAt(index) |
iterator | |
function iterator() |
get | |
function get(index) |
contains | |
function contains(value) |
add | |
function add(value) |
indexOf | |
function indexOf(value) |