| Property Getters/Setters Summary | ||
|---|---|---|
function | getActiveIndex() | |
function | setActiveIndex(value) | |
| Gets and sets which scenario is selected. | ||
function | getCount() | |
function | getLastSelected() | |
function | setLastSelected(value) | |
| Indicates which scenario was last selected by the user to be run/shown. | ||
function | get(index) | |
|
Gets the |
||
| Method Summary | ||
|---|---|---|
function | add(value) | → inherited from CollectionBase |
| Reserved for internal use. | ||
function | add(name) | |
| Adds a scenario. | ||
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 |
|---|
getActiveIndex/setActiveIndex : Number | |
function getActiveIndex() / function setActiveIndex(value) | |
getLastSelected/setLastSelected : Number | |
function getLastSelected() / function setLastSelected(value) | |
getCount : Number | |
function getCount() | |
get : Scenario | |
function get(index) | |
index - The specific index in the list.| Method Detail |
|---|
add | |
function add(name) | |
name: String - The name of scenario.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) | |