Property Getters/Setters Summary | ||
---|---|---|
function | getCount() | |
function | get(fieldIndex) | |
Gets |
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 | getByIndex(index) | |
Returns a single Filter object from a collection. | ||
function | indexOf(value) | → inherited from CollectionBase |
Reserved for internal use. | ||
function | iterator() | → inherited from CollectionBase |
function | removeAt(index) | |
Property Getters/Setters Detail |
---|
getCount : Number | |
function getCount() |
get : FilterColumn | |
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).
Method Detail |
---|
removeAt | |
function removeAt(index) |
index: Number
- getByIndex | |
function getByIndex(index) |
clear | |
function clear() |
iterator | |
function iterator() |
get | |
function get(index) |
contains | |
function contains(value) |
add | |
function add(value) |
indexOf | |
function indexOf(value) |