public class FilterColumnCollection
Property Getters/Setters Summary | ||
---|---|---|
int | getCount() | |
FilterColumn | get(int fieldIndex) | |
Gets |
Method Summary | ||
---|---|---|
int | add(java.lang.Object value) | |
Reserved for internal use. |
||
void | clear() | |
boolean | contains(java.lang.Object value) | |
Reserved for internal use. |
||
FilterColumn | getByIndex(int index) | |
Returns a single Filter object from a collection.
|
||
int | indexOf(java.lang.Object value) | |
Reserved for internal use. |
||
java.util.Iterator | iterator() | |
void | removeAt(int index) | |
public int getCount()
public FilterColumn get(int 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).
public void removeAt(int index)
index
- public FilterColumn getByIndex(int index)
public void clear()
public java.util.Iterator iterator()
public boolean contains(java.lang.Object value)
public int add(java.lang.Object value)
public int indexOf(java.lang.Object value)