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