| Constructor Summary |
|---|
CellWatchCollection()
|
| Property Getters/Setters Summary | ||
|---|---|---|
function | getCount() | |
function | get(index) | |
|
Gets and sets |
||
function | get(cellName) | |
|
Gets and sets |
||
| Method Summary | ||
|---|---|---|
function | add(row, column) | |
|
Adds |
||
function | add(value) | → inherited from CollectionBase |
| Reserved for internal use. | ||
function | add(cellName) | |
| Adds | ||
function | clear() | → inherited from CollectionBase |
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 |
| Constructor Detail |
|---|
function CellWatchCollection()
| Property Getters/Setters Detail |
|---|
getCount : Number | |
function getCount() | |
get : CellWatch | |
function get(index) | |
index - The index.get : CellWatch | |
function get(cellName) | |
cellName - The name of the cell.| Method Detail |
|---|
add | |
function add(row, column) | |
row: Number - The row index.column: Number - The column index.add | |
function add(cellName) | |
cellName: String - 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) | |