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 | addDateFilter(baseFieldIndex, type, dateTime1, dateTime2) | |
method | addLabelFilter(baseFieldIndex, type, label1, label2) | |
method | addTop10Filter(baseFieldIndex, valueFieldIndex, type, isTop, itemCount) | |
method | addValueFilter(baseFieldIndex, valueFieldIndex, type, value1, value2) | |
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 PivotFilter addTop10Filter(baseFieldIndex, valueFieldIndex, type, isTop, itemCount)
type
- A PivotFilterType value.PivotFilter addValueFilter(baseFieldIndex, valueFieldIndex, type, value1, value2)
type
- A PivotFilterType value.PivotFilter addLabelFilter(baseFieldIndex, type, label1, label2)
type
- A PivotFilterType value.PivotFilter addDateFilter(baseFieldIndex, type, dateTime1, dateTime2)
type
- A PivotFilterType value.clearFilter(fieldIndex)
fieldIndex: int
- the PivotField index clear()
removeAt(index)
Iterator iterator()
Object get(index)
boolean contains(value)
int add(value)
int indexOf(value)