| Property Getters/Setters Summary | ||
|---|---|---|
function | getCount() | |
function | get(index) | |
Gets the pivotfilter object at the specific index.
|
||
| Method Summary | ||
|---|---|---|
function | add(fieldIndex, type) | |
Adds a PivotFilter Object to the specific type
|
||
function | add(value) | |
Reserved for internal use. |
||
function | addDateFilter(baseFieldIndex, type, dateTime1, dateTime2) | |
function | addLabelFilter(baseFieldIndex, type, label1, label2) | |
function | addTop10Filter(baseFieldIndex, valueFieldIndex, type, isTop, itemCount) | |
function | addValueFilter(baseFieldIndex, valueFieldIndex, type, value1, value2) | |
function | clear() | |
function | clearFilter(fieldIndex) | |
Clear PivotFilter from the specific PivotField
|
||
function | contains(value) | |
Reserved for internal use. |
||
function | get(index) | |
Reserved for internal use. |
||
function | indexOf(value) | |
Reserved for internal use. |
||
function | iterator() | |
function | removeAt(index) | |
function getCount()
function get(index)
function add(fieldIndex, type)
fieldIndex: Number - the PivotField index type: Number - A function addTop10Filter(baseFieldIndex, valueFieldIndex, type, isTop, itemCount)
type - A PivotFilterType value.function addValueFilter(baseFieldIndex, valueFieldIndex, type, value1, value2)
type - A PivotFilterType value.function addLabelFilter(baseFieldIndex, type, label1, label2)
type - A PivotFilterType value.function addDateFilter(baseFieldIndex, type, dateTime1, dateTime2)
type - A PivotFilterType value.function clearFilter(fieldIndex)
fieldIndex: Number - the PivotField index function clear()
function removeAt(index)
function iterator()
function get(index)
function contains(value)
function add(value)
function indexOf(value)