public class PivotFilterCollection
Property Getters/Setters Summary | ||
---|---|---|
int | getCount() | |
PivotFilter | get(int index) | |
Gets the pivotfilter object at the specific index.
|
Method Summary | ||
---|---|---|
int | add(int fieldIndex, int type) | |
Adds a PivotFilter Object to the specific type
|
||
int | add(java.lang.Object value) | |
Reserved for internal use. |
||
void | clear() | |
void | clearFilter(int fieldIndex) | |
Clear PivotFilter from the specific PivotField
|
||
boolean | contains(java.lang.Object value) | |
Reserved for internal use. |
||
int | indexOf(java.lang.Object value) | |
Reserved for internal use. |
||
java.util.Iterator | iterator() | |
void | removeAt(int index) | |
public int getCount()
public PivotFilter get(int index)
public int add(int fieldIndex, int type)
fieldIndex
- the PivotField index type
- A public void clearFilter(int fieldIndex)
fieldIndex
- the PivotField index public void clear()
public void removeAt(int index)
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)