Property Getters/Setters Summary | ||
---|---|---|
method | getCount() | |
method | get(index) | |
Gets the pivotfilter object at the specific index.
|
Method Summary | ||
---|---|---|
method | add(fieldIndex, type) | |
Adds a PivotFilter Object to the specific type
|
||
method | add(value) | |
Reserved for internal use. |
||
method | clear() | |
method | clearFilter(fieldIndex) | |
Clear PivotFilter from the specific PivotField
|
||
method | contains(value) | |
Reserved for internal use. |
||
method | get(index) | |
Reserved for internal use. |
||
method | indexOf(value) | |
Reserved for internal use. |
||
method | iterator() | |
method | removeAt(index) | |
int getCount()
PivotFilter get(index)
int add(fieldIndex, type)
fieldIndex: int
- the PivotField index type: int
- A clearFilter(fieldIndex)
fieldIndex: int
- the PivotField index clear()
removeAt(index)
Iterator iterator()
Object get(index)
boolean contains(value)
int add(value)
int indexOf(value)