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) | → inherited from CollectionBase |
Reserved for internal use. | ||
method | clear() | → inherited from CollectionBase |
method | clearFilter(fieldIndex) | |
Clear PivotFilter from the specific PivotField | ||
method | contains(value) | → inherited from CollectionBase |
Reserved for internal use. | ||
method | get(index) | → inherited from CollectionBase |
Reserved for internal use. | ||
method | indexOf(value) | → inherited from CollectionBase |
Reserved for internal use. | ||
method | iterator() | → inherited from CollectionBase |
method | removeAt(index) | → inherited from CollectionBase |
Property Getters/Setters Detail |
---|
getCount : int | |
int getCount() |
get : PivotFilter | |
PivotFilter get(index) |
Method Detail |
---|
add | |
int add(fieldIndex, type) |
fieldIndex: int
- the PivotField index type: int
- A clearFilter | |
clearFilter(fieldIndex) |
fieldIndex: int
- the PivotField index clear | |
clear() |
removeAt | |
removeAt(index) |
iterator | |
Iterator iterator() |
get | |
Object get(index) |
contains | |
boolean contains(value) |
add | |
int add(value) |
indexOf | |
int indexOf(value) |