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