| Property Getters/Setters Summary | ||
|---|---|---|
function | getCount() | |
function | get(index) | |
|
Gets |
||
| Method Summary | ||
|---|---|---|
function | add(row, column, value) | |
| Adds an input cell. | ||
function | add(value) | → inherited from CollectionBase |
| Reserved for internal use. | ||
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 |
| Property Getters/Setters Detail |
|---|
getCount : Number | |
function getCount() | |
get : ScenarioInputCell | |
function get(index) | |
index - The specific index in the list| Method Detail |
|---|
add | |
function add(row, column, value) | |
row: Number - The row index of input cell.column: Number - The column index of input cell.value: String - The value of input cell.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) | |