Property Getters/Setters Summary | ||
---|---|---|
method | getCount() | |
method | get(index) | |
Gets the Timeline by index.
|
||
method | get(name) | |
Gets the Timeline by Timeline's name.
|
Method Summary | ||
---|---|---|
method | add(pivot, row, column, baseField) | |
Add a new Timeline using PivotTable as data source
|
||
method | add(pivot, row, column, baseFieldIndex) | |
Add a new Timeline using PivotTable as data source
|
||
method | add(pivot, row, column, baseFieldName) | |
Add a new Timeline using PivotTable as data source
|
||
method | add(pivot, destCellName, baseField) | |
Add a new Timeline using PivotTable as data source
|
||
method | add(pivot, destCellName, baseFieldIndex) | |
Add a new Timeline using PivotTable as data source
|
||
method | add(pivot, destCellName, baseFieldName) | |
Add a new Timeline using PivotTable as data source
|
||
method | add(value) | |
Reserved for internal use. |
||
method | clear() | |
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 add(pivot, row, column, baseFieldName)
pivot: PivotTable
- PivotTable objectrow: int
- Row index of the cell in the upper-left corner of the Timeline range.column: int
- Column index of the cell in the upper-left corner of the Timeline range.baseFieldName: String
- The name of PivotField in PivotTable.BaseFieldsint add(pivot, destCellName, baseFieldName)
pivot: PivotTable
- PivotTable objectdestCellName: String
- The cell name in the upper-left corner of the Timeline range.baseFieldName: String
- The name of PivotField in PivotTable.BaseFieldsint add(pivot, row, column, baseFieldIndex)
pivot: PivotTable
- PivotTable objectrow: int
- Row index of the cell in the upper-left corner of the Timeline range.column: int
- Column index of the cell in the upper-left corner of the Timeline range.baseFieldIndex: int
- The index of PivotField in PivotTable.BaseFieldsint add(pivot, destCellName, baseFieldIndex)
pivot: PivotTable
- PivotTable objectdestCellName: String
- The cell name in the upper-left corner of the Timeline range.baseFieldIndex: int
- The index of PivotField in PivotTable.BaseFieldsint add(pivot, row, column, baseField)
pivot: PivotTable
- PivotTable objectrow: int
- Row index of the cell in the upper-left corner of the Timeline range.column: int
- Column index of the cell in the upper-left corner of the Timeline range.baseField: PivotField
- The PivotField in PivotTable.BaseFieldsint add(pivot, destCellName, baseField)
pivot: PivotTable
- PivotTable objectdestCellName: String
- The cell name in the upper-left corner of the Timeline range.baseField: PivotField
- The PivotField in PivotTable.BaseFieldsclear()
removeAt(index)
Iterator iterator()
Object get(index)
boolean contains(value)
int add(value)
int indexOf(value)