Property Getters/Setters Summary | ||
---|---|---|
function | getCount() | |
function | get(fieldIndex) | |
Gets |
Method Summary | ||
---|---|---|
function | add(value) | |
Reserved for internal use. |
||
function | clear() | |
function | contains(value) | |
Reserved for internal use. |
||
function | get(index) | |
Reserved for internal use. |
||
function | getByIndex(index) | |
Returns a single Filter object from a collection.
|
||
function | indexOf(value) | |
Reserved for internal use. |
||
function | iterator() | |
function | removeAt(index) | |
function getCount()
function get(fieldIndex)
fieldIndex
- The integer offset of the field on which you want to base the filter
(from the left of the list; the leftmost field is field 0).
function removeAt(index)
index: Number
- function getByIndex(index)
function clear()
function iterator()
function get(index)
function contains(value)
function add(value)
function indexOf(value)